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

		写真切替えブロック

================================================================================== */
#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 {javascript:increaseNotesHeight(document.frm.css,%20100)
	width: 100%;
}


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

		商品データブロック

================================================================================== */
#itemDataSCT {
	width: 280px;
	float: right;
}
#itemDataSCT h1 {
	font-size: 140%;
	font-weight: 300;
	line-height: 1.3;
	color: #000;
	margin-bottom: 15px;
	border-bottom: 1px solid #b3b3b3 ;
	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: 140%;
	color: #ed1c24;
}
#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: 0px;
	margin-left: 0px;
	display: block;
}
#itemDataSCT form .option-price a:hover {
	color: #06C;
}
#itemDataSCT form .bt-cart {
	margin-top: 15px;
}

#itemDataSCT form .bt-cart:hover {
	opacity: 0.75;
}
#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;
}




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

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

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


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

/* 02 ｐ（段落）の下マージン */
.itemExp p {
	margin-bottom: 10px;
	line-height:1.5em;
	font-size:1.10em;
}


/* 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: 100%;
}
.itemExp h3 {
	font-size: 106.8%;
	margin-bottom: 0.5em;
}
.itemExp h4 {
	font-size: 100%;
	margin-bottom: 0.5em;
}

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

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

================================================================================== */
.itemExp table.default {
	margin-top:40px;
	background-color: #FFFFFF;
	width: 100%;
}
.itemExp table.default th {
	background-color: #f9f9f9;
	width:10em;
}
.itemExp table.default th, .itemExp table.default td {
	padding: 1em;
	line-height: 1.5;
	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;
}


/* 基本ブロックの飾り */

.itemExp h2.default {
	background-image:url(https://img06.shop-pro.jp/PA01175/550/etc/syousai_point.gif
);
	background-repeat:no-repeat;
	background-position-y:-10px;
	color: #666666;
	font-size: 1.2em;
	letter-spacing: 0.3em;
	line-height: 1.1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-left: 25px;
	margin-bottom:10px;
}



/**************************** 
　Attention
 ****************************/

.itemExp .attention {
     border: 5px solid #cc3333;
     background-color:#FFFFFF;
     font-size:1.2em;
     line-height:1.2em;
     padding:5px;
     margin-bottom:30px;
}
.itemExp .attention p {
     margin-top:10px;
     text-align:center;    
}



/*　この商品を買った人は　*/

#otherItem  {
	overflow:hidden;
	border: 1px solid #CCC;
	margin-bottom: 25px;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 60px;
}
#otherItem h1 {
	font-size: 1.2em;
	margin-bottom: 20px;
	color: #FFF;
	margin-right: 60px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #FF8E43;
}
#otherItem .otherItemBox {
	margin-right: 40px;
	float: left;
	width: 160px;
}

#otherItem img {
		display: block;
		margin-bottom: 0.5em;
}
#otherItem .otherName {
		font-size: 1em;
		line-height: 1.2;
}
/*　この商品を買った人は-ここまで　*/

