.recommend_item_name, .recommend_item_price{
    font-size: 14px;
    margin-top: 10px;
}
.recommend_item_comment{
    font-size: 14px;
}
.recommend_item_img{
    height: 200px;
}
.recommend_title{
    margin: auto 0;
}
.ec-shelfGrid__item dl{
    margin-top: 5px;
}

/*関連商品*/
.detail-related_product{
    margin: 30px 0;
}
/*店舗紹介*/
.box-about li{
    list-style: none;
}

/*tmp*/
.ec-headerNav .ec-headerNav__itemIcon, .ec-cartNavi__icon{
    color: #e36900;
}
.ec-headerSearch .ec-headerSearch__category .ec-select select{
    background: #e36900;
}

/*管理画面*/
.c-directoryTree--register{
    max-height: 900px;
}

/*ボタン*/
.ec-blockBtn--action{
    background-color: #e36900;
    border-color: #e36900;
}
.ec-blockBtn--action:hover, .ec-blockBtn--action:active, .ec-blockBtn--action:focus, .ec-blockBtn--action:active:focus{
    background-color: #e36900;
    border-color: #e36900;
    opacity: 0.7;
}

.ec-footerRole{
    background: #f5f5f5;
}
.ec-footerNavi__link,.ec-footerTitle,ec-footerTitle__copyright{
    color: #333;
}

.top_image{
    background-image: url(/html/user_data/assets/img/top/top.jpg);
    min-height: 500px;
    margin-bottom: 40px;
    background-position: center;
    background-size: cover;
    margin-top:20px;
}

/*Top mb 画像*/
.top_image_mb{
    background-image: url(/html/user_data/assets/img/top/top_mb.jpg);
    min-height: 650px;
    margin-bottom: 40px;
    background-position: center;
    background-size: cover;

}