@charset "utf-8";
/*========================================*
*　■商品系ページ共通
*========================================*/
#item-detail{}




/*------------------------------
■専用スタイル
------------------------------*/

#detail-header{
	margin-bottom: 10px;
	padding: 10px 15px;
	/*background: #BF7500 url(../img/items_img/cpt_item_name.gif) no-repeat left top;*/
	background: #BF7500 url(../img/items_img/cpt_item_name.gif) repeat-y left top;
}
#detail-header h2,
#detail-header h3{
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 0;
}


#item-detail #detail{
	padding-bottom: 20px;
	margin-bottom: 20px;
	background: url(../img/base_img/separator.gif) no-repeat center bottom;
}
#detail div.floatRight{
	width: 336px;
}
#detail div.floatLeft{
	width: 300px;
}


/* カートボタン */
#detail #cartbtn{
	margin-bottom: 10px;
	padding:9px 9px 0 9px;
	border: 1px solid #039DE5;
}
#detail #cartbtn table{
	width:317px;
	margin-bottom: 10px;
}
#detail #cartbtn td{
	text-align: left;
	vertical-align: middle;
}
#detail #cartbtn td.input_area input{
	width: 50px;
	margin-right: 5px;
	vertical-align: middle;
	background: #FAFAFA;
	border: 1px solid #DADADA;
}
#detail #cartbtn td.cartButton{
	width: 180px;
}
#detail #cartbtn .freezer-attention{
	padding-top: 10px;
	margin-bottom: 10px;
	background: url(../../img/items_img/separator.gif) repeat-x left top;
}
#detail #cartbtn .freezer-attention h4{
	color: #000;
	margin-bottom: 3px;
}
#detail #cartbtn .freezer-attention h4 a{
	color:#000;
}
#detail #cartbtn .freezer-attention p{
	color: #900;
	font-size:10px;
	margin-bottom: 1px;
	text-align: left;
}

/* 売切れ */
#detail #cartbtn p{
	font-size: 11px;
	margin-bottom: 10px;
	text-align: center;
}
#detail #cartbtn .lab-soldout{
	color: #039DE5;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 0 0;
	/*padding: 10px 0 20px 0;*/
}


/* 製品の問合せボタン */
#detail p.inquiry{
	text-align: right;
}


/* 製品の概要 */
#detail #summary{
	margin-bottom:20px;
}
#detail #summary del{
	font-size: 11px;
	color: #999;
}
#detail #summary table{
	width: 336px;
}
#detail #summary th,#detail #summary td{
	padding: 10px;
	background: url(../img/base_img/separator.gif) no-repeat left bottom;
}
#detail #summary th{
	width: 70px;
	text-align: left;
	font-weight: normal;
}
#detail #summary td{
	text-align: right;
}

/* 商品説明欄 */
#item-explain{
	margin-bottom: 20px;
	padding: 0 0 20px 10px;
	background: url(../img/base_img/separator.gif) no-repeat left bottom;
}
#item-explain h3,
#item-explain h4{
	margin-bottom: 15px;
}



/* 商品画像 */
#detail #item-image{}
#detail #item-image table{
	margin-bottom: -15px;
}
#detail #item-image td{
	vertical-align: top;
	padding-bottom: 15px;
}
#detail #item-image td img{
	border: 1px solid #D7D5C5;
}
#detail #item-image td.img-left{text-align:left;}
#detail #item-image td.img-center{text-align:center;}
#detail #item-image td.img-right{text-align:right;}



/* 画像の注意書き */
#detail .alert{
	color:#666;
	padding:10px 0 0 0;
	border: 0 none;
	background: none;
}
#detail .alert p{
	margin-bottom: 1px;
}



/* カラーバリエーション */
#variation{
	padding: 10px;
	text-align: right;
	border: 1px solid #ccc;
	background: #F2F2F2 url(../img/items_img/lab_variation.gif) no-repeat left top;
}
#variation h3{
	display: none;
}
#variation select{
	width: 230px;
}






/*リンクボタン*/
#detail ul.user-command{
	list-style:none;
	margin: 0 0 10px 0px;
	background: url(../../img/items_img/separator.gif) repeat-x left top;
}
#detail ul.user-command li{
	display: inline;
	margin-right: 4px;
}





