/* カスタマイズ用CSS */

/* トップページ */
@media only screen and (min-width: 768px) {
    .ec-footerRole .ec-role .sub_box {
        min-height: 300px;
    }
}

/* 商品一覧 */
.ec-shelfGrid__item .price02-default {
    color: #DD3654;
    font-size: inherit;
    text-align: right;
}

/* 商品詳細 */
.ec-productRole__priceRegularPrice {
    font-size: inherit;
}
.ec-productRole .ec-productRole__price {
    color: #DD3654;
}