@charset "utf-8";
/* CSS Document */
body{
        background-color:#000000;
        color:#000000;
}

.container{
    background-color:#FFFFFF;
}

h1{
	text-align:center;}
	
h2{
	color:#0068B8;
	margin-top:1.5em;}

#header{
    background-color:#000000;
}
.red{
	color:#F00;}

.img_center{
    text-align:center;
    margin:0 auto;
}

.nav li{
    border-left:solid thin #000000;
}

.nav li:last-child{
    border-right:solid thin #000000;    
}

.movie_title{
    padding-top:10px;
    color:#FFFFFF;
}
.movie_area{
    background-color:#000000;
}

.adsense{
    margin:10px auto;
    text-align:center;
}

#footer{
    border-top:solid thin #DDDDDD;
    margin-top:10px;}

.sub_title{
    margin-top:10px;
    font-size:1.3em;
    background-color:#f7fed2;
    text-align:center;
    color:#000000;
}

.on_air{
    font-size:1.2em;
    text-align:center;
}

.text_center{
    text-align:center;
}

.youtube_wrapper{
position: relative ;
margin-top: 1.2em ;
margin-bottom: 1.2em ;
padding-top: 69px ;
padding-bottom: 50% ;
overflow: hidden ;
}

.youtube_wrapper iframe {
position: absolute ;
top: 0 ;
left: 0 ;
height: 100% ;
width: 100% ;
}
	
@media screen and (max-width: 480px){
	
h1{
	font-size:16px;
	font-weight:bold;}

.sub_title{
    font-size:1em;
}

.on_air{
    font-size:1em;
}

.ads_l{
	display:none;}

.ads_s{
	display:block;}
	
}




















