@charset "utf-8";

.livearea{
  text-align: center;

}
.mainImg {
    text-align: center;
    margin-bottom: 4rem;
}
.LeadTxt{
  font-size: 2.2rem;
  line-height: 1.8;
  text-align: center;
  margin: 2rem 0;
}
.camBtnTxt{
  font-size: 2.2rem;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
  margin: 4rem 0 0rem;
}
.camBnr,.camBnr02
{    text-align: center;
    margin-bottom: 4rem;
}
.camBnr img
{width:700px;
   /*box-shadow:0 1px 2px 0 rgba(0,0,0,0.25);*/
}
.camBnr02 img
{width:500px;
   /*box-shadow:0 1px 2px 0 rgba(0,0,0,0.25);*/
}
.red{color:#FF0000;}
   .blinking {
    animation: tikatika 1.3s step-end infinite !important;
}

.red_txt{
  color:#dd0000;
  /*background: linear-gradient(transparent 50%, yellow 50%);*/
}
.small_txt{
  font-size:90%;
}
.live_btn{
  display:inline-block; padding:18px 0 14px; width:300px; border-radius:30px; 
  text-align: center;
  background: url(/live/img/icon_arrow_wh.png) 250px center no-repeat #dd0000; color:#fff;
   font-size:22px; font-weight:bold; letter-spacing:2px; line-height:1; text-decoration:none;
   margin: 4rem auto;
   box-shadow:0 1px 2px 0 rgba(0,0,0,0.25);
}

.waiting{
		-webkit-filter: grayscale(1) opacity(50%) ; /* Webkit */
	filter: gray; /* IE6-9 */
	filter: grayscale(1) opacity(50%) ; /* W3C */
	cursor: default;
	
}
.waiting a{
	
	 pointer-events: none;
}

@media screen and (max-width: 736px) {
    .mainImg {
        margin-bottom: 2rem;
    }
    .LeadTxt{    margin: 2rem 0 0;
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: center;
}

.camBtnTxt{  margin: 4rem 0 0rem;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
}
    .BnrList {
        padding: 0;
        width: 100%;
    }  
.small_txt{
  font-size:90%;
}
.camBnr img
{width:100%;}
	
.camBnr02 img
{width:90%;}	
}