﻿@charset "utf-8";
/* CSS Document */
@media screen and (max-width:650px) {
    body {
        width: 100%;
    }
    
    .header, .content, .footer {
        width: 100% !important;
        margin: 0 auto;
    }
}