<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*取扱商品テーブル
---------------------------------------------------------------------------*/

.inner {
    margin: 0px auto;
}


/*コンテンツのh3タグの設定*/

.contents h3 {
    font-family: initial;
    font-weight: initial;
    clear: initial;
    font-size: initial;
    /*文字サイズ*/
    color: initial;
    line-height: initial;
    /*行間*/
    margin-bottom: initial;
    padding: initial;
    /*上下、左右への余白*/
    border-top: initial;
    position: initial;
}

.contents h3:after {
    content: "";
    display: none;
}

.pro_gray {
    background-color: #efefef;
}

.protabl {}

.protabl table {
    border: none;
}

.protabl tr:nth-child(even) {
    background: #EFEFEF;
}

.protable th {
    width: 55%;
    background: none;
    border: none;
    padding: 0;
}

.protable td {
    width: 45%;
    position: relative;
    border: none;
}

td,
th {
    border-top: none;
    border-bottom: none;
}

th {
    background: none;
    width: 55%
}

td {
    padding: 5px 10px 5px 20px;
}

.protabl h3 {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.4em;
    /*行間*/
    color: #666;
    margin-bottom: 10px;
    padding: 10px 20px 10px 0;
    /*上下、左右への余白*/
    background-image: none;
    color: #000;
}

.protabl h3 span {
    font-size: 1em;
    font-weight: 600;
    color: #3ca050;
    padding-left: 0;
    vertical-align: none;
    /*文字縦位置設定*/
}

.protabl h3+p {
    margin-top: -15px;
}

.protabl p {
    width: 90%;
    padding: 0;
    line-height: 1.5em;
    font-size: 0.9em;
}


/*写真無し製品*/

.protabltext th {
    width: 43%;
    background: none;
    border: none;
    padding: 0;
}

.protabltext h3 {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.4em;
    /*行間*/
    color: #000;
    margin-bottom: 10px;
    margin-left: 130px;
    padding: 10px 20px 10px 0;
    /*上下、左右への余白*/
    background-image: none;
    text-align: left;
}

.protabltext h3+p {
    margin-top: -15px;
}

.protabltext p {
    width: 98%;
    padding: 0;
    line-height: 1.5em;
    font-size: 0.9em;
}

.moviebox {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}


/*画面幅1000px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width:1000px) {
    .protabltext h3 {
        margin-left: 50px;
    }
}


/*画面幅700px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width:700px) {
    td {
        padding: 5px 10px 10px 10px;
    }
    .protabltext h3 {
        margin-left: 10px;
    }
}


/*画面幅600px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width:600px) {
    td {
        padding: 5px 10px 15px 15px;
    }
    .protabl h3 {
        font-size: 1.2em;
    }
    .protabl h3 span {
        font-size: 0.9em;
    }
    .protabl p {
        width: 90%;
        font-size: 0.8em;
        margin-bottom: 20px;
    }
    .protabltext h3 {
        font-size: 1.2em;
    }
    .protabltext p {
        width: 90%;
        font-size: 0.8em;
        margin-bottom: 20px;
    }
    table {
        width: 100%;
    }
    th,
    td {
        display: block;
        text-align: left;
        width: 100%;
    }
    .protabltext th {
        width: 100%;
    }
}


/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width:480px) {
    .protabl p {
        width: 95%;
        font-size: 12px;
        margin-bottom: 10px;
    }
}

#productslist&gt;div:nth-child(odd) {
    background-color: #efefef;
}</pre></body></html>