.item_header{
	width:100%;
	margin:0 0 10px 0;
}
/* ******************************************************************** 商品画像設定 */
.image_box{
	width:600px;
	margin:0 auto 30px auto;
	overflow:hidden;
}
.main_image{
	margin:0 0 10px 0;
	border:1px #000000 solid;
	overflow: hidden;
	display: inline-block;
	*display: inline; /* ie6,7 */
	*zoom: 1; /* ie6,7 */
}
.main_image img{
	margin:-1px;
}
.sub_image_box{
	width:100%;
	overflow:hidden;
}
.sub_image{
	width:93px;
	margin:0 1px 0 0;
	border:1px #000000 solid;
}
/* **************************************************************************** 品名・カラー・価格など */
.product_box{
	width:100%;
	margin:0 0 30px 0;
	/*overflow:hidden;*/
	position: relative;
}
.product_list{
	max-width:600px;
	height:280px;
	margin:0 0 20px 0;
	text-align:left;
	/*float:right;*/
	/*position:absolute;*/  
	top:23px;  
	right:0px;
}
.product_detail, .invalid{
	width:100%;
	height:24px;
	margin:0 0 8px 0;
	/*border-bottom:1px solid #242516;*/
}
.product_detail img{
	width:0px !important;
}
.product_detail_name{
	width:110px;
	float:left;
}
.product_contact{
	margin:5px 0 0 0;
	text-align:right;
	float:left;
}
.add_button{
	width:100%;
	margin:0 0 35px 0;
	text-align:right;
	float:right;
}
.add_button input{
	border-top:1px solid #ccc;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	border-left:1px solid #ccc;
	padding:5px 20px;
	cursor:pointer;
}
.sold_out{
	margin:0 0 10px 0;
	text-align:right;
	color:#9E0B0E;
}

/* **************************************************************************************** 商品説明文 */
.item_detail{
	width:100%;
	margin:0 0 10px 0;
	text-align:left;
	line-height:2.2em;
}
.item_detail img{
	margin:0 auto;
}
.recommended img{
	width:140px;
	margin:0 5px 0 5px;
	border:1px #000000 solid;
}

@media screen and (min-width:1339px){
	.image_photo{
		display:none;
	}
}
/* ******************************************************************************* 営業日・支払など */
.guidance_list{
	width:100%;
	background:#000000;
	text-align:left;
}
.guidance_list th{
	width:50%;
	padding:3px;
	background:#ededed;
	line-height:1.6em;
	color:#000000;
  	text-align:center;
}
.guidance_list td{
	padding:5px;
	background:#ffffff;
	vertical-align:top;
	line-height:1.6em;
	font-size:10px;
	color:#000000;
}
.guidance_list td img{
	max-width:200px;
	height:auto;
	margin:0 10px 5px 10px;
}