@charset "utf-8";

/* movie */

#movie #Container{
max-width:660px;
width:100%;
}

#popup_header .logo{
padding-left:11px;
}

#popup_header .btn{
padding-right:10px;
}

#movie #Main{
max-width:640px;
width:100%;
}

#movie #Contents{
position:relative;
/*padding-bottom:56.25%;*/
padding-bottom:49%;
height:0;
overflow:hidden;
max-width:560px;
margin:0 auto;
}

#movie #Contents iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

@media screen and (max-width: 640px){
#popup_header{
height:46px;
}

#popup_header .logo img{
width:88px;
height:27px;
}

#popup_header .btn a{
background:#eb6e48;
}

#popup_header .txt{
display:none;
}

h1:not(.notR){
border-top:6px solid #b3c6f5;
border-bottom:none;
background:#fafafa;
margin:0 0 20px;
padding:10px;
font-size:18px!important;
line-height:1.2!important;
font-weight:400!important;
color:#000;
text-align:left!important;
box-shadow:none;
}

#foot_pc{
padding:5px 0 10px;
background:#7AB8DD;
color:#fff;
height:15px;
}

#foot_pc dd.copyright{
margin-top:0;
display:block;
font-size:12px;
transform:none;
}
}
