@charset "UTF-8";

/* COMPASS
 * ----------------------------------------------- */

.header-site-matsuya .header-logo a img {
    width: 100% !important;
}


/* skin.css
 * ----------------------------------------------- */

.header-site-matsuya .header-logo {
    background: #fff;
}

.header-site-matsuya .header-logo a {
    padding: 10px 17px 10px;
    border-width: 0 1px 1px;
}

.header-site-matsuya .header-logo a img {
    width: 152px;
    border-width: 0 1px 1px;
}

.footer-site-matsuya .footer-logo {
    width: 282px;
}

.section-menu-detail-matsuya .article-info .ul-text .th {
    width: 130px !important;
}

.section-menu-detail-matsuya .article-info .ul-text .th~.td {
    padding-left: 60px !important;
}

@media only screen and (max-width: 750px) {
    .section-menu-detail-matsuya .article-info .ul-text .th {
        width: 75px !important;
    }
    /*新規でメディアクエリーの部分のみ追加*/
    .section-menu-detail-matsuya .article-info .ul-text .th~.td {
        padding-left: 25px !important;
    }
}


/* COMMON TITLES
  * ----------------------------------------------- */

.sec-title {
    color: #5B4622;
}

.btn-more {
    background: #5B4622;
}

.section-main-cmn:before {
    background-color: #5B4622;
}

.section-matsuya-topics {
    border-bottom: 1px solid #5B4622;
}

.btn-load {
    border: 1px solid #5B4622;
    color: #5B4622;
}

.btn-load:after {
    background: url(../img/common/icn_expand_br.png) no-repeat center center;
}

.section-matsuya-sns {
    border-top: 1px solid #5B4622;
}


/* SECTION BRAND

 * ----------------------------------------------- */

.section-matsuya-brand .sec-title {
    color: #003983;
}

.item-menu-cmn .txt {
    background: #5B4622;
}

.section-menu-detail-matsuya .article-thumb img {
    width: 100%;
    max-width: none;
}

@media only screen and (max-width: 750px) {
    .header-site-matsuya .header-logo a {
        padding: 11px 8px 10px;
    }
    .header-site-matsuya .header-logo a img {
        width: 85px;
    }
    #facebox {
        left: 0 !important;
        width: 100%;
    }
    #facebox .body {
        width: 100% !important;
    }
    #facebox .image img {
        width: 100%;
    }
}

.section-main-cmn .title {
    background-color: #5B4622;
}