@charset "utf-8";
/* CSS Document */

@media screen and (max-width:1280px){
body{ font-size:15px; width:1280px;}
/*.box1{ width:94%}
*/
}
@media screen and (max-width:1024px) , (max-height:680px){
body{ font-size:12px}
}
@media screen and (orientation:portrait) and (max-height:680px){

}
@media screen and (max-width:1024px){
.r1024{ display:none}
.r1024m{ display:block}
}
@media screen and (max-width:780px){

#footer .info_wrap .site {margin-right:0;}
}
@media all and (orientation:landscape){

}