/* ==================================================================================

		写真切替えブロック

================================================================================== */
#photoSCT {
	width: 400px;
	float: left;
}
#photoSCT #mainPh {
	margin-bottom: 5px;
	width: 100%;
}
/* フォトセクションにメイン写真の幅を合わせる */
#photoSCT #mainPh img {
	height: auto;
	width: 100%;
}
/* サブ写真のコンテナ／サイズは％で指定。 */
#photoSCT #subPh li{
	width: 24%;
	float: left;
	margin-left: 1%;
}
/* サブ写真の幅はコンテナに合わせる */
#photoSCT #subPh img {
	width: 100%;
}


/* ==================================================================================

		商品データブロック

================================================================================== */
#itemDataSCT {
	width: 290px;
	float: right;
}
#itemDataSCT h2 {
	font-size: 123.1%;
	line-height: 1.3;
	color: #000;
	margin-bottom: 15px;
	padding-top: 20px;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: double;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #000000;
	padding-bottom: 20px;
}
#itemDataSCT form table{
	font-size: 92.4%;
}
#itemDataSCT form table.data-table {
	margin-bottom: 15px;
}
#itemDataSCT form table tr th {
	padding-right: 1em;
	white-space: nowrap;
}
#itemDataSCT form table tr th, #itemDataSCT form table tr td {
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
}
#itemDataSCT form .redPriceSize {
	font-size: 120%;
	color: #C00;
	font-weight: bold;
}
#itemDataSCT form table tr .option {
	padding-bottom: 0px;
	padding-top: 5px;
}
#itemDataSCT form .option-price a {
	text-decoration: none;
	color: #999;
	font-size: 92.4%;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: block;
}
#itemDataSCT form .option-price a:hover {
	color: #06C;
}
#itemDataSCT form .bt-cart {
	margin-top: 15px;
}
#itemDataSCT form .bt-cart-text {
	color: #FFFFFF;
	background-color: #C0262C;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 50px;
	padding: 0px;
	width: 200px;
	display: block;
	font-size: 123.1%;
	border-radius: 5px;
	cursor: pointer;
}
#itemDataSCT form .bt-cart-text:hover {
	opacity: 0.7;
}
#itemDataSCT .bt-cart-text-sold {
	font-size: 123.1%;
	line-height: 50px;
	color: #FFFFFF;
	background-color: #988775;
	text-align: center;
	width: 200px;
	border-radius: 5px;
	cursor: default;
}

#itemDataSCT #tokushoho {
	font-size: 92.4%;
	padding-top: 15px;
	padding-bottom: 15px;
}
#itemDataSCT #tokushoho a {
	color: #999;
	text-decoration: none;
}
#itemDataSCT .itemFunction {
}
#itemDataSCT .itemFunction li {
	line-height: 15px;
	font-size: 92.4%;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-bottom: 5px;
}
#itemDataSCT .itemFunction li a {
	text-decoration: none;
	color: #333;
	display: block;
}
#itemDataSCT .itemFunction li a:hover {
	text-decoration: underline;
}
#itemDataSCT .sns iframe {
	margin-top: 7px;
}


.itemExp strong {
	font-weight: bold;
}
.itemExp img {
	max-width: 100%;
}
.itemExp .section {
	margin-bottom: 30px;
}
.itemExp .h2-default {
}



/* ==================================================================================

		この商品を買った人は〜

================================================================================== */
.bloc-purchase {
	margin-bottom: 50px !important;
	border: 1px solid #CCC;
	background-color: #FFF;
	border-radius: 3px;
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.bloc-purchase h3 {
	font-size: 100%;
	color: #333;
	margin-bottom: 20px;
}
.bloc-purchase li {
	float: left;
	width: 30%;
	margin-right: 5%;
}
.bloc-purchase li:last-child {
	margin-right: 0px;
}
.bloc-purchase li img {
	height: auto;
	width: 100%;
}




/* ==================================================================================

		商品説明エリア　基本スタイル
		
		01 エリア内の行間
		02 ｐ（段落）の下マージン
		03 strongはボールド指定
		04 イメージの最大幅（はみ出し防止）
		05 .sectionでブロック要素（下マージン付き）
		06 h2〜h4のサイズ・スタイリングと下マージン
		
		使いやすくカスタマイズしてください

================================================================================== */

/* 01 エリア内の行間 */
.itemExp {
	line-height: 200%;
	clear: both;
	padding-top: 40px;
	margin-bottom: 50px;
}

/* 02 ｐ（段落）の下マージン */
.itemExp p {
	margin-bottom: 30px;
}

/* 03 strongはボールド指定 */
.itemExp strong {
	font-weight: bold;
}

/* 04  イメージの最大幅（はみ出し防止）*/
.itemExp img {
	max-width: 100%;
}

/* 05 .sectionでブロック要素（下マージン付き） */
.itemExp .section {
	margin-bottom: 30px !important;
	clear: both;
}

/* 06 h2〜h4のサイズと下マージン */
.itemExp h2 {
	font-size: 123.1%;
	margin-bottom: 1em;
}
.itemExp h3 {
	font-size: 107.8%;
	margin-bottom: 0.5em;
}
.itemExp h4 {
	font-size: 100%;
	margin-bottom: 0.5em;
}

/* ==================================================================================

		商品説明エリア　.default　の基本スタイル
			<table class="default">
			<ul class="default">
			<ol class="default">
		にした場合のスタイリング

================================================================================== */
.itemExp table.default {
	background-color: #FFFFFF;
	width: 100%;
	line-height: 130%;
	margin-bottom: 0.5em;
}
.itemExp table.default th {
	background-color: #f7f7f7;
}
.itemExp table.default th, .itemExp table.default td {
	padding: 10px;
	border: 1px solid #CCCCCC;
}
.itemExp ul, .itemExp ol {
	margin-bottom: 1em;
}
.itemExp ul.default li{
	list-style-type: disc;
	margin-left: 1.6em;
}
.itemExp ol.default li {
	list-style-type: decimal;
	margin-left: 1.6em;
}


.im2cL {
    background: #FFF;
    padding: 20px;
  　margin:20px 0;
    overflow: hidden;
}
.im2cL__image {
    float: left;
    margin-right: 20px;
    margin-bottom:20px;
}
.im2cL__summary {
    overflow: hidden;
}
.im2cL__heading {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.im2cR {
    background: #FFF;
    padding: 20px;
  　margin: 20px 0;
    overflow: hidden;
}
.im2cR__image {
    float: right;
    margin-left: 20px;
    margin-bottom:20px;
}
.im2cR__summary {
    overflow: hidden;
}
.im2cR__heading {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
