@charset "UTF-8";

html,body{height:100%; overflow:visible; margin:0; padding:0;}
#close{position:absolute; top:10px; left:50%; margin:0 0 0 230px; padding:0;}
#close a:hover{opacity:0.7;}

/*!------------------------------------*\
    Smartphone
\*!------------------------------------*/
@media screen and (max-width: 641px) {
html,body{overflow:auto;}
}