@charset "utf-8";
html {
    font-size: 62.5%;
}
body {
    color: #000;
    font-size: 1.6rem;
    line-height: 1.7;
    font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
/*左メニュー タイトル下の余白*/
.fs-p-drawer__heading {
	margin-bottom: 15px;
}
.fs-c-breadcrumb {
    font-size: 1.2rem;
    max-width: 1180px;
    display: block;
    margin: 0 auto;
}
/*----------------------------------
---------　スペック　---------
---------------------------------*/
#spec {
	width: 330px;
}
.spec {
	width: 330px;
	background-color: #E2E2E2;
}
.spec_title {
	font-size: 12px;
	color: #666666;
	background-color: #E2E2E2;
	font-weight: bold;
}
.spec_title2 {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #666666;
	font-weight: bold;
	text-align: center;
}
.spec_text {
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	vertical-align: top;
}
.spec_text a {
	color: #8AA528;
}
.spec_link {
	width: 299px;
	background-color: #FFFFFF;
}
.spec_link img{
	border: 0;
}
/*商品詳細ページ　レビュー投稿非表示*/
.fs-l-product4 .fs-c-reviewList__item {
	display: none;
}
/*商品詳細ページ　リコメンド（おすすめ商品）*/
#_rcmdjp_display_1 {
	margin-top: 40px;
}
/*商品詳細ページ　おすすめ商品（関連商品）*/
.fs-c-featuredProduct {
	margin-top: 40px;
}
.fs-c-featuredProduct__title {
	margin-bottom: 10px;
}