﻿@charset "utf-8";

/*背景色*/
header {
    background: #ffe214;
}

body {
    background-color: #ffe214;
}

/*画像削除*/
@media screen and (min-width: 960px) {
    body:not(#fs_Top) .fs-l-page main.fs-l-main::before {
        content: "";
        display: block;
        width: 740px;
        height: 370px;
        background: none!important;
        background-size: contain;
        position: absolute;
        top: -20px;
        right: -100px;
        z-index: -1;
    }
}

.address-list,
.product-dtl,
.tenpoSyousai,
.address-list,
.table,
.fs-c-productReview,
.fs-l-productLayout__item.fs-l-productLayout__item--2{
background: #fff;
}

footer.fs-l-footer, footer .fs-p-footerCopyright {
    /*background-color: #a35013;*/
}

/*文字余白*/

.tenpoSyousai, .product-dtl .txt {
    padding: 0px 20px;
}

div#shopDtlImage {
    padding: 20px;
}

.fs-l-pageMain .container {
    background-color: #fff;
  /*  border: solid 3px #8c3d20;*/
    padding: 20px 20px;
}

/*バー色変更*/
h2.title, h2.fs-c-subSection__title, h2.fs-c-documentArticle__heading, h2.fs-p-announcement__title, h2.fs-p-heading--lv2, h2.fs-c-wishlistProduct__title, h2.fs-c-featuredProduct__title {
    background: #8c3d20;
}

section.product-dtl h2 {
    background-color: #8c3d20;
}

.fs-l-productLayout__item.fs-l-productLayout__item--2 {
    border: solid 3px #8c3d20;
}

.fs-l-pageMain{
}

