/* カスタマイズ用CSS */

/* 商品詳細用フォーマット [生産者情報](B) */
.ec-productRole .ec-productRole__freehtml .productfmt__subtitle--01 {
	margin: 0 0 25px !important;
	font-size: 17px !important;
	font-weight: 400 !important;
	line-height: 25px !important;
	color: #4f4f4f !important;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Roboto, 游ゴシック, YuGothic, "Yu Gothic", Arial, メイリオ, Meiryo, sans-serif !important;
}

/* 商品詳細用フォーマット [生産者名](B) */
.ec-productRole .ec-productRole__freehtml .productfmt__subtitle--02 {
	margin: 0 0 25px !important;
	padding: 5px 0 !important;
	font-size: 17px !important;
	font-weight: 600 !important;
	line-height: 26px !important;
	color: #961b46 !important;
	font-family: メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic", sans-serif !important;
	border-bottom: 1px solid #961b46 !important;
}

/* 商品詳細用フォーマット [中見出し](C) */
.ec-layoutRole .ec-product__description .productfmt__subtitle--03,
.ec-productRole .ec-productRole__profile .productfmt__subtitle--03,
.ec-productRole .ec-productRole__freehtml .productfmt__subtitle--03 {
	margin: 0 0 25px !important;
	font-size: 17px !important;
	font-weight: 700 !important;
	line-height: 28px !important;
	color: #7f6000 !important;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Roboto, 游ゴシック, YuGothic, "Yu Gothic", Arial, メイリオ, Meiryo, sans-serif !important;
}
.ec-productRole .ec-productRole__profile .productfmt__subtitle--03 {
	margin: 10px 0 !important;
}
/* 商品詳細用フォーマット [本文](A) */
.ec-productRole .ec-productRole__profile .productfmt__text,
.ec-productRole .ec-productRole__freehtml .productfmt__text {
	margin-bottom: 15px !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 25px !important;
	color: #4f4f4f !important;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Roboto, 游ゴシック, YuGothic, "Yu Gothic", Arial, メイリオ, Meiryo, sans-serif !important;
}

/* 商品詳細用フォーマット [生産情報(table)] */
.ec-productRole .ec-productRole__freehtml .productfmt__tbl {
	width: 80% !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 25px !important;
	color: #4f4f4f !important;
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Roboto, 游ゴシック, YuGothic, "Yu Gothic", Arial, メイリオ, Meiryo, sans-serif !important;
}
.ec-productRole .ec-productRole__freehtml .productfmt__tbl th {
	width: 30% !important;
	font-weight: bold !important;
	padding: 0 0 10px !important;
	vertical-align: top !important;
}
.ec-productRole .ec-productRole__freehtml .productfmt__tbl td {
	width: 70% !important;
	font-weight: 400 !important;
	padding: 0 0 10px !important;
	vertical-align: top !important;
}

/* 商品詳細用フォーマット [画像(キャプション)] */
.ec-productRole .ec-productRole__freehtml .productfmt__img {
	margin: 30px 0 !important;
	text-align: center !important;
}
.ec-productRole .ec-productRole__freehtml .productfmt__img div {
	display: inline-block !important;
	margin: 0 auto !important;
	text-align: center !important;
}
.ec-productRole .ec-productRole__freehtml .productfmt__img img {
	margin: 0 0 5px !important;
}
.ec-productRole .ec-productRole__freehtml .productfmt__img--caption {
	margin: 0 !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	line-height: 24px !important;
	color: #8f8f8f !important;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Roboto, 游ゴシック, YuGothic, "Yu Gothic", Arial, メイリオ, Meiryo, sans-serif !important;
}
.ec-productRole .ec-productRole__freehtml .productfmt__img .w50 {
	width: 50% !important;
}
.ec-productRole .ec-productRole__freehtml .productfmt__img .w60 {
	width: 60% !important;
}
