/* カスタマイズ用CSS */

@media only screen and (min-width: 768px){
    .ec-headerNaviRole {
        padding-bottom: 0;
    }
}
div.charger_img{
    display: block;
    margin-bottom: 40px;
    width: 50%;
    height: 50%;
}

/**商品説明欄 */
div.product_explain{
    width: 100%;
}

/**商品説明欄　題題名 */
.product_explain h4{
    color: rgba(100, 149, 237,1);
}

/**商品説明欄　リスト */
.product_explain ul{
    list-style: square;
}
.product_explain li span{
    color: rgba(100, 149, 237,1);
}
.product_explain li div{
    margin: 1px auto 1px auto;
}

.spec_explain{
    margin: 0 auto 50px auto;
    width: 100%;
}
/**商品説明欄　題題名 */
.spec_explain h4{
    color: rgba(100, 149, 237,1);
}

.spec_explain table{
    margin: 0 auto;
    display: block;
}

@media screen and (max-width:480px) {
    .spec_explain table{
        margin: 0 auto;
        display: block;
        overflow-x: scroll;
    }
}

.spec_explain table th{
    color: rgba(100, 149, 237,1);
    border-width: 1px 0px; /* 上下だけ引く */
    border-style: solid;   /* 線種：実線 */
}
.spec_explain table td {
    border-width: 1px 0px; /* 上下だけ引く */
    border-style: solid;   /* 線種：実線 */
 }

 .spec_explain table td .row3{
    border-width: 1px 0px; /* 上下だけ引く */
    border-style: solid;   /* 線種：実線 */
 }
/*********** 商品詳細 *********************************/

/**関連商品 */
.relation-title{
    margin: 20px auto;
}
.relation-title div{
    border-bottom: 3px  solid;
}

/**広告欄 */
.travel img{
    display: block;
    width: 100%;
    height: 80%;
    margin: 30px auto;
    padding-left: 20px;
    padding-right: 20px;
}


/**********************************************************
ページTOP・BOTTOM
*********************************************************/
#page_move{width: 50px;height: 100px;position: fixed;right: 1em;bottom: 1em;background: #ef3f40;opacity: 0;transition: all 1.0s ease;}
#page_move.show{opacity: .8;}
#page_move a{position: relative;display: block;width: 50px;height: 50px;text-decoration: none;}
#page_move a:first-child{border-bottom: 1px solid #fff;}
#page_move a:first-child:before{content: '▲';}
#page_move a:last-child:before{content: '▼';}
#page_move a:before{font-family: 'Font Awesome 5 Free';font-weight: 900;font-size: 30px;color: #fff;position: absolute;width: 30px;height: 30px;top: -15px;bottom: 0;right: 0;left: 0;margin: auto;text-align: center;}
#back_btn{position: fixed;bottom: 1em;left: 1em;}
