.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;
}