@charset "utf-8";

@media (max-width: 768px) {
    body {
        background: none !important;
    }
    #Head,#Navi,#Content > h2,#Side,#Foot {
        display: none;
    }
    #Wrap {
        width: 100% !important;
    }
    #Main {
        width: 90% !important;
        margin: 0 auto !important;
        padding: 0 0 15px 0 !important;
        float: none !important;
    }
    #Main img {
        width: 100% !important;
        height: auto !important;
    }
    #Main .inner > div {
        width: 100% !important;
    }
    .news #Main .sec1 .inner .box .photo,
    .news #Main .sec1 .inner .box .text {
        width: 100% !important;
    }
    table {
        width: 100% !important;
    }
    th,td {
        width: auto !important;
        border: none !important;
    }
}