/* ************************************************ 
 *	商品詳細
 * ************************************************ */
/*
修正情報
20110302修正　#together_product



*/

h3.product_name {
	font-size:14px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #3333333;
	}
#products {
	margin: 0;
	padding: 0;
	/*border: solid 1px #dedede;*/
	/*margin-left:394px;*/
	width: 740px;
	/*padding: 9px;*/
}
#image_box {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	float: left;
}
.main_image_box {
	/*float: left;*/
	margin: 0;
	padding: 0px;
	height: 380px;
	width: 380px;
}
.sub_image_box {
	float: left;
	/*width: 165px;*/
	padding: 0;
	margin: 0;
	/*margin-left: 10px;*/
}
.sub_image_box .sub_image {
	margin:0;
	padding: 0;
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
}
.sub_image_box .sub_image_center {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	float: left;
}

/*
.product_explain1 {
	margin-left:394px;
	width:342px;
	}
*/
.product_explain1 {
	margin-left:395px;
	width:345px;
	}

.product_explain1 th,td {
	font-weight:normal;
	}
.product_explain2 {
	margin: 0;
	padding: 0;
	width: 740px;
	}

.member_price {
	color: #ff0000;
}

/* 2012-11-09 削除
.cart_bg {
	background-color: #ffd199; //カート背景の色 変更箇所 
	margin: 10px auto;
	padding: 10px;
	}
.cart_bg table{
	margin: 0px auto;
	}
*/
/* 2012-7-30変更
.product_explain1 .link_btn {
	text-align: right;
	}
*/
.product_explain1 .link_btn {
	display: block;
	/*float: right;*/
	float: left;/*2012-11-06変更*/
	height: 100px;
	margin: 0;
	margin-left: 30px;/*2012-11-06追加*/
	margin-top:10px;/*2012-11-06追加*/
	padding: 0;
	width: 200px;
}
/* 2012-7-30削除
.product_explain1 .link_btn img {
	margin-bottom: 10px;
	}
*/
/* 2012-7-30追加 */
ul.product-linkList {
	margin: 0;
	padding: 0;
}
/* カート下　リストアイコン */
ul.product-linkList li {
	background-image: url(https://mamehei.zombie.jp/img/template/images/contents/item/list_icon.png);
	background-repeat: no-repeat;
	background-position:0px;
	height: 20px;
	margin: 0;
    padding: 0;
	padding-left: 15px;
	width: 200px;
}

	
	
	
/**** この商品を買った人は、こんな商品も買っています（2012/03/12） ****/
#together_product {
	margin: 0px auto;
	padding: 0;
	font-size:11px;
	line-height: 1.4em;
	/*text-align: center;*/ /* 2011/03/11修正　*/
	text-align: left;
	width: 675px;
	}
.together_product_item {
	float: left;
	width: 155px;
	margin: 0px 35px;
	}
.item_box {
	margin: 10px 0px;
	padding: 0px;
	}

/**** レビュー 2012/08/10追加） ****/
   {
    color: #CCCCCC;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
	margin-top: 0;
}



/**** 商品オプション 表形式 (2012-12-11追加） ****/
/* 指定id,classは変更できない  */

#option_tbl {
     border-collapse:collapse;
     margin:10px auto 0;
     border-top:1px solid #ccc;
     border-left:1px solid #ccc;
     width:100%;
}
#option_tbl th{
     padding:5px;
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}

#option_tbl td input{
     float:none;
     margin:0px;
     width:auto;
}
#option_tbl th,
#option_tbl td.none {
     background:#eee;
	 text-align:center;
}

#option_tbl td {
     padding:5px;
     text-align:center;
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}
/*
#option_tbl stock_head  th,
#option_tbl td.none {
     background:#eee;
	 text-align:left;
}
*/
.stock_zero {
     color:red;
 }
/* 価格を隠す */
#option_tbl label {
     height:0;
}

#option_tbl label span {
     display:none;
}

#option_tbl span {
     height:0;
}

#option_tbl span.table_price {
     display:none;
}
#option_tbl br {
     display: none;
}


/* 2013-03-29追加 */
h4 {
     font-weight:bold;
	}

h4 {
border-bottom-width: 2px;
border-left-width: 15px;
border-top-style: none;
border-right-style: none;
border-bottom-style: solid;
border-left-style: solid;
border-bottom-color: #633720;
border-left-color: #633720;
}