@charset "UTF-8";

/* 全体背景　背景色変更 */
.pane-contents,
.pane-main {
    background-color: #f2eefa;
}

/* パンくず　背景色変更 */
.pane-topic-path {
    background-color: #f2eefa;
}

/* 4カテもっと見るボタン　背景色変更 */
.block-readmore-button {
    background: linear-gradient(to bottom, rgba(242, 238, 250, 0), rgba(242, 238, 250, 1) 60%);
}

/* 4カテメニューボタン　背景色変更 */
.page-category .block-category-list--sub .block-category-style--body {
    background-color: #fff;
}

/* ページジャー　背景色変更 */
.block-goods-list--pager-top .pagination {
    background-color: #f2eefa;
}

/* 商品詳細を見る　背景色変更 */
.block-thumbnail-t--btn-detail {
    background-color: #fff;
}

/* 左メニュー　条件クリア　背景色変更 */
.block-leftmenu-filter-btn--clear {
    background-color: #fff;
}

/*  h2日本語用 */
.block-section-title span.notspan {
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 3px;
}