.fs-p-messageBoard {
    background-color: #cca880;
    border: 1px solid #6a5858;
    border-radius: 3px;
    color: #ffffff;
    margin-bottom: 24px;
    padding: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

/*mypage addresbook display none*/
li.fs-c-accountService__page.fs-c-accountService__page--addressbook {
    display: none;
}

/*スマートフォンフッターの余白を削除*/
@media screen and (max-width: 960px) {
.fs-l-footer__utility {
   margin: 0px auto 0;
}
.fs-l-footer__utility .fs-p-footerUtilityMenu {
   margin-top: 0px;
}
}

/*お届け先パーツの非表示*/
#fs-addressInfo-container {
    display: none;
}


/*ご注文手続き画面 お届け日時の変更*/
#fs-deliveryInfo-container .fs-c-button--change--small{
    background:red;
    color:white;
}

#fs-deliveryInfo-container span.fs-c-button__label{
    display:none;
}

#fs-deliveryInfo-container .fs-c-button--change--small:after{
content:"バースディケーキのみ、ここを押して日時選択"
}


/*商品ページの数量選択箇所に単位を追加する*/
.fs-c-productQuantityAndWishlist__quantity{
    display:flex;
    align-items:center;
}
.fs-c-productQuantityAndWishlist__quantity::after{
    content:"台";
}

/*カートページの数量箇所に単位を追加する*/
.fs-c-cartTable__quantity {
    display: flex;
    align-items: center;
}
.fs-c-cartTable__quantity:after {
    content:"台";
}


/*商品ページのオプション価格ラジオボタンとテキストフィールド箇所の変更価格を非表示*/
dd.fs-c-productOption__option .fs-c-price {
    display: none; 
}
/*カートページのオプション価格の変更価格箇所を非表示*/
dl.fs-c-listedOptionPrice .fs-c-price {
    display: none;
}


@media screen and (max-width: 960px) {
div.fs-p-scrollingCartButton {
    display: none;
}
}

div.fs-p-scrollingCartButton {
  display: none;
}


/*販売価格非表示*/
.fs-c-productListItem__prices, 
.fs-c-productPrices--productDetail, 
.fs-c-cartTable__unitPrice 
 { 
    display: none; 
} 


/*マイページ注文履歴ページの基本価格オプション価格の非表示*/
.fs-body-my-orders .fs-c-listedOptionPrice__price,
.fs-body-my-orders-details .fs-c-listedOptionPrice__price,
.fs-body-my-orders .fs-c-priceDisplay,
.fs-body-my-orders-details .fs-c-priceDisplay{
    display: none;
}


.fs-c-listedProductName__selection {
    font-size: 1.5rem;
}