@charset "utf-8";
html:not([os=mac]) button:focus,
html:not([os=mac]) input:focus,
html:not([os=mac]) textarea:focus,
html:not([os=mac]) input[type='submit']:focus,
html:not([os=mac]) select:focus {outline-color: rgba(256, 256, 256, .0);}

*{box-sizing: border-box;}

html, body {margin:0;padding:0; width: 100%; height: 100%;}

body { overflow:hidden; background-color:#000; color:#fff;}
iframe { width:100%; height:100%; border:none; position:fixed;}
#canlitv { position:fixed; width:100%; height:100%; z-index:1000; top:0; left:0; background-color:#000;}



#ads_bg { width:100%; height:100%; position:fixed; top:0; left:0; z-index:1009; background-color:#000;}
#ads { width:468px; height:280px; position:fixed; top:50%; left:50%; margin-left:-234px; margin-top:-140px; color:#333;}
#ads_b { width:132px; height:280px; display:block; background-color:#eee; text-align:center; font-family:Verdana, Geneva, sans-serif; font-size:13px; line-height:20px; float:right;}
#ads_b span { display:block; width:100px; height:20px; margin-left:18px; margin-top:40px; margin-bottom:10px; background-image:url(loading.gif); background-position: top center; background-repeat:no-repeat; border:1px solid #fff;}
#ads_b p b { font-weight:normal; color:#a00; cursor:pointer;}
#ads_b p b:hover { text-decoration:underline;}
#ads_main { width:336px; height:280px; background-color:#fff; margin:auto; float:left;}

@media (max-width:467px) {
	#ads { width:100%; height:auto; margin: 0; left: 0; top: 0;}
	#ads_main, #ads_b { width:100%; height:auto;}
	#ads_b span { margin:auto; margin-top:15px; margin-bottom:5px; display: none;}
	#ads_b p {margin: 0;}
}



.div_pc {display: block;}
.div_tablet {display: none;}
.div_mobil {display: none;}
.div_pc img, .div_tablet img, .div_mobil img {width: 100%;}
.div_pc:after, .div_tablet:after, .div_mobil:after {content: ' '; width: 100%; display: block; clear: both;}

@media screen and (max-width: 1080px) {
.div_pc {display: none;}
.div_tablet {display: block;}
.div_mobil {display: none;}
}

@media screen and (max-width: 469px) {
.div_pc {display: none;}
.div_tablet {display: none;}
.div_mobil {display: block;}
}