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

@media only screen and (max-width: 1200px) {
    header div img,
    #contents { width: 100%; }
}

@media only screen and (max-width: 1600px) {
    #contents h1 { font-size: 28px; }
    #contents h2.date {
        width: calc( 100% - 460px - 110px );
        min-height: 40px;
        padding: 0px 0px 0px 110px;
        font-size: 21px;
        line-height: 40px;
        background-size: 103px;
    }
}
