@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: #FF9900 url(../img/items_img/cpt_item_name.gif) no-repeat left bottom;
}
#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;
}


/* カートボタン */
#item-detail .cartbtn{
	margin-bottom: 10px;
	/*padding:9px 9px 0 9px;*/
	padding: 2px 2px 0 2px;
	border: 1px solid #039DE5;
	
	
	
	width: 316px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
* html #item-detail .cartbtn{
	width: 334px;
	/**************** 2010.06.21 変更その2 ここから ****************/
	margin-left: 155px;
	/**************** 2010.06.21 変更その2 ここまで ****************/
}
/**************** 2010.06.21 変更その3 ここから ****************/
* html #detail .cartbtn{margin-left: 0;}
/**************** 2010.06.21 変更その3 ここまで ****************/
#item-detail .msg-reserve{
	background: #B3E1F7;
	margin-bottom: 2px;
	text-align: center;
	color: #000;
}
#item-detail .cartbtn table{
	/*width:317px;*/
	width: 305px;
	margin-left: 4px;
	margin-bottom: 10px;
	margin-top: 8px;
}
#item-detail .cartbtn td{
	text-align: left;
	vertical-align: middle;
}
#item-detail .cartbtn td.input_area input{
	width: 50px;
	margin-right: 5px;
	vertical-align: middle;
	background: #FAFAFA;
	border: 1px solid #DADADA;
}
#item-detail .cartbtn td.cartButton{
	width: 180px;
}
#item-detail .cartbtn .freezer-attention{
	padding-top: 10px;
	margin-bottom: 10px;
	background: url(../../img/items_img/separator.gif) repeat-x left top;
}
#item-detail .cartbtn .freezer-attention h4{
	color: #000;
	margin-bottom: 3px;
}
#item-detail .cartbtn .freezer-attention h4 a{
	color:#000;
}
#item-detail .cartbtn .freezer-attention p{
	color: #900;
	font-size:10px;
	margin-bottom: 1px;
	text-align: left;
}
#item-detail .cartbtn-btm{
	text-align: center;
	padding-top: 20px;
}

/* 売切れ */
#detail .cartbtn p{
	font-size: 11px;
	margin-bottom: 10px;
	text-align: center;
}
/**************** 2010.06.21 変更その1 ここから ****************/
#item-detail .cartbtn .lab-soldout{
/**************** 2010.06.21 変更その1 ここまで ****************/
	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;
}












/*--------------------[2010.04.21レビュー追加]--------------------*/

/*お問い合せボタン改*/
ul#inquiry-buttons{
	list-style: none;
}
ul#inquiry-buttons li{
}
ul#inquiry-buttons li a{}
#rev-view{
	width: 183px;
	float: left;
}
#rev-view a{
	display: block;
	height: 26px;
	line-height: 26px;
	text-align: right;
	font-weight: bold;
	padding-right: 15px;
	background: url(../img/btn_img/btn_review.jpg) no-repeat left top;
}

#btn-inquiry{
	width: 149px;
	float: right;
}
#rev-write img{
	margin-top: 4px;
}








/* レビュースタート */
#review{
	margin-bottom: 20px;
	border-bottom: 1px solid #F29800;
	background: #EBF7EB url(../img/items_img/rev-grp-loop.gif) repeat-y;
}
#review div.review-close{
	display: none;
}
#review h3 a{
	display: block;
	text-indent: -9999px;
	height: 30px;
}
#review h3.open a{background: url(../img/items_img/cpt_rev_lsit_close.jpg) no-repeat;}
#review h3.close a{background: url(../img/items_img/cpt_rev_lsit.jpg) no-repeat;}





/*ナビエリア*/
#review div.rev-navi-col{
	padding: 10px;
	text-align: center;
	font-size: 15px;
}
#review div#rev-navi-col-btm{
	padding-top: 0;
	font-size: 12px;
}
#review .no-review-msg{
	text-align: center;
	padding: 10px;
}
#review div.rev-navi-col ul{
	list-style: none;
	text-align: center;
}
#review div.rev-navi-col li{display: inline;}
#review div.rev-navi-col span.selected{
	font-weight: bold;
}
#review div.rev-navi-col a{
	color: #666;
}



/*レビュアーコラム*/
#review .rev-cols{
	margin: 0 6px 10px 6px;
	padding:15px;
	background: #fff;
}
#review .rev-cols ul.rev-head{
	position: relative;
	padding-bottom: 5px;
	background: url(../img/base_img/separator.gif) no-repeat left bottom;
}
#review .rev-cols ul.rev-head li{
	display: inline;
}
#review .rev-cols ul.rev-head li.rev-icon{
	display: none;
}
#review .rev-cols ul.rev-head li.rev-name{
	margin-rigt: 20px;
}
.male{
	color:#1495FF;
}
.female{
	color: #EC4D8D;
}

#review .rev-cols ul.rev-head li.rev-date{
	font-size: 10px;
	position: absolute;
	right: 0;
	bottom: 0;
}
#review .rev-cols ul.rev-head li.rev-appr{margin-left: 40px;}
#review .rev-cols div.rev-body{
	padding-top: 10px;
}
#review .rev-cols div.rev-body p{
	margin:0;
}





