@charset "UTF-8";
/* CSS Document */

@media (max-width: 1400px) {
#content {width: 1100px;}
#footer_content {width: 1100px;}
}


@media (max-width: 1200px) {
#content {width: 100%;}
#footer_content {width: 100%;}
}


@media (max-width: 1160px) {
#content {width: 100%; margin: 20px 30px 50px;}
#footer_content {width: 100%; margin: 30px 30px 40px;}
}