.fs-l-productLayout__item.fs-l-productLayout__item--1 {
    width: 500px;
}

.fs-c-productCarouselMainImage__image > img {
    max-width: 500px;
}


.fs-c-productCarouselMainImage__thumbnailList {
    overflow-x: hidden;
}


.fs-p-productDescription.fs-p-productDescription--full a {
    color: #0000FF;
    font-weight: bold;
}


.img_center {
   text-align: center;
}

div.fs-p-productDescription {

 width: 370px;

}


/*カートに入れるボタン*/
.fs-c-button--primary{
    padding: 1.2em 1.6em 1.0em;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.2rem;

}	

/*お気に入り追加ボタン*/
.fs-c-button--particular.fs-c-button--addToWishList--detail, .fs-c-button--particular.fs-c-button--removeFromWishList--detail {
    align-items: center;
    font-size: 1.2rem;
    padding: 0.5em 0.6em;
}

/*フェイスシールドバリエーション用*/

table.face{
	width: 560px;
        border: 1px solid #CCC;
}

table.face tr td{
       border: 1px solid #CCC;
       border-collapse: collapse;
	text-align: center;
}

table.face tr td a{
	color: #0000FF;
	font-weight: bold;
}

.slope{
	background-image: linear-gradient(345deg, /*角度*/
                     transparent 48%,
                     #ccc 48%, /*斜線・色*/
                     #ccc 51%, /*斜線・色*/
                     transparent 51%, 
                     transparent); 
}

/*返品・交換について*/
.fs-p-card {
    background: #FFFFFF;
    border: 1px solid #cccccc;
    margin: 8px 0;
    padding: 12px;
	color: #004a72;
}

/*.fs-c-productPrices.fs-c-productPrices--productDetail + div {
    background: #004a72;
}*/

.fs-c-productPointDisplay {
    background: #004a72;

}

/*スマホ用商品番号*/
@media screen and (max-width: 756px) {
.fs-c-productNumber {
	width: 150px;
	text-align: center;
	}
}

/*スマホ用獲得ポイント数*/
@media screen and (max-width: 756px) {
.fs-c-productPointDisplay {
    background: #004a72;
    color: #ffffff;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
    padding: 6px 8px;
	width: 150px;
	text-align: center;
	}

/*スマホ用商品画像大きさ設定 */
.fs-c-productCarouselMainImage__image > img {
    max-width: 390px;
	}

/*スマホ用商品説明横幅設定 */
div.fs-p-productDescription {

 width: 100%;

 }

}

/*スマホ用商品説明横幅設定 (画面幅が小さいやつ用)*/
@media screen and (max-width: 390px) {
.fs-c-productCarouselMainImage__image > img {
    max-width: 360px;
	}

}

.fs-c-productCarouselMainImage__expandButton {
    display: none;
}

