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

		写真切替えブロック

================================================================================== */
#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 h1 {
	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 {
	line-height: 1.6;
	clear: both;
	padding-top: 40px;
	margin-bottom: 50px;
}
.itemExp p {
	margin-bottom: 1em;
        font-size:118%;
}
.itemExp strong {
	font-weight: bold;
}
.itemExp img {
	max-width: 100%;
}
.itemExp .section {
	margin-bottom: 30px;
}
.itemExp .h2-default {
}



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

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

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

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

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

/* 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: 1.2;
	margin-bottom: 0.5em;
}
.itemExp table.default th {
	background-color: #f7f7f7;
}
.itemExp table.default th, .itemExp table.default td {
	padding: 1em;
	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;
}

table#table-01 {
    width: 700px;
    border: 1px #CCCCCC solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-01 th {
    padding: 5px;
    border: #CCCCCC solid;
    border-width: 0 0 1px 1px;
    background:#cccccc;
    font-weight: bold;
    font-size:medium;
    line-height: 120%;
    text-align: center;
}
table#table-01 td {
    padding: 5px;
    border: 1px #CCCCCC solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}


/**************************** 
　画像『右に回り込み』設定
 *****************************/

.section1  {   
    border: none;
    margin-bottom: 30px;  
    _zoom: 1;  
    overflow: hidden;  
}  
.imgL   {
    float: right;
    margin:  0px 0px 0px 15px;
 }  
.section1 p {
    _zoom: 1; 
} 


/**************************** 
 　画像『左に回り込み』設定
 *****************************/

.section2  {   
    border: none;
    margin-bottom: 30px;  
    _zoom: 1;  
    overflow: hidden;  
}  
.imgR   {
    float: left;
    margin:  0px 15px 0px 0px;
 }  
.section2 p {
    _zoom: 1; 
} 




.talk01 {
	border: solid 2px #993300;
	border-radius: 1em; 
	padding:20px;
	margin-bottom:50px;
}

.talk01 h1 {
	color: #993300;
	font-size: 1.6em;
	line-height: 1.4em;
	background: #FAEDD9;
	text-align: center;
	padding:5px;
}

.talk01 h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #993300;
	border-left: solid 6px #993300;
	margin: 20px 0 8px;
	padding:5px;
}
.talk01 p {
	margin-left: 16px;
        margin-top:20px;
        margin-right:20px;
       font-size:118%;
}
/*一部だけ線の色を変える*/
.box28 {
	margin: 2em auto;
	padding:2em;/*内側余白*/
	border: 2px solid #eee;	
	position: relative;
	z-index: 0;
    font-size:16px;
    line-height:120%;
}
.box28:before {
	border-top:2px solid #c6d4c6;
	border-left:2px solid #c6d4c6;
	content: '';
	display: block;
	position: absolute;
	top: -2px;
	left: -2px;
	width: 20px;
	height: 20px;
	z-index: 1;
}

