@charset "UTF-8";


/* --------------------------
    ページタイトル　各ページ上書き用
-------------------------- */
.title_bg {
    background: url(/product/lbmat/img/title_img_sp.jpg) no-repeat;
    background-size: 100%;
}
@media print, screen and (min-width: 768px) {
    .title_bg {
        background: url(/product/lbmat/img/title_img_pc.jpg) no-repeat;
        background-size: 100%;
    }
}





/* --------------------------
    テーブル　上書き
-------------------------- */
.table_item.w680 > thead th {
    padding: 7px 14px;
}


.inner950 {
    padding: 20px 0 0;
}
@media print, screen and (min-width: 768px) {
    .inner950 {
        padding: 30px 0 0;
    }
}
