.fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-price__currencyMark{
	color:#c93037;
}
.fs-c-productPrice--selling .fs-c-productPrice__main .fs-c-price__value{
	color:#c93037;
}

.fs-c-productPrices > .fs-c-productPrice--selling:nth-child(1) .fs-c-productPrice__main .fs-c-price__currencyMark{
	color:#3E3E3E;
}

.fs-c-productPrices > .fs-c-productPrice--selling:nth-child(1) .fs-c-productPrice__main .fs-c-price__value{
	color:#3E3E3E;
}



/* スマホ等で画像が画面幅からはみ出るのを防ぐ設定 */
img {
    max-width: 100%;
    height: auto;
}


/* 
【カートボタン文字中央寄せ対応】
*/

.fs-c-button--addToCart {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fs-c-button__label {
    width: 100%;
    text-align: center;
}


/* 
【アンドイットの日バナー】
*/

.fs-pt-column--1 .fs-pt-column__item {
  text-align: center;
}

.fs-pt-column--1 img {
  margin: 0 auto;
  display: block;
}


/*商品画像の表示幅を調整するCSS*/
@media screen and (max-width: 600px) {
    .fs-c-productCarouselMainImage__image > img {
        padding: 0 20px;
    }
}