@charset "UTF-8";

@media screen and (min-width: 1010px) {

    #main p.article_date {
        font-size: 12px;
        float: left;
        line-height: 1.6em;
        color: #888;
    }

    #main h1 {
        font-size: 26px;
        font-weight: 700;
        line-height: 1.6em;
        margin: 0px 0 12px;
    }
}

/**
 * 以下はスマートフォンの設定
 */
@media screen and (min-width: 0) and (max-width: 1009px) {

    #main h1 {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.6em;
        margin: 0 0 10px;
    }
}