h2.product_title{
	font-size:24px;
	font-weight:bold;
	margin:20px 0;
}

.photo_main {
	margin-bottom: 20px;
}

.photo_main img{
	width:99.7%;
}


/* 商品説明 */
.explain {
	color: #505050;
	height:100%;
	clear:both;
	margin-bottom: 20px;
}

.explain  p {
	height:auto;
	margin-bottom: 20px;
	line-height:160%;
	color:#333333;
}
.explain img{
	width:100%;
}
.explain a img{
	width:auto;
}

.explain table{
	width:100%;
	border:1px solid #D9C5A8;
	margin-bottom:0;
}

.explain table th{
	text-align:left;
	padding:5px;
	width:20%;
	background:#E6D9C6;
	border-right:1px solid #D9C5A8;
	border-bottom:1px solid #D9C5A8;
}

.explain table td{
	width:80%;
	padding:5px;
	line-height:1.6em;
	border-bottom:1px solid #D9C5A8;
}

/* 写真挿入用商品説明 */
.explain table.detail{
	border:none;
	width:100%;
}

.explain table.detail th{
	width:250px;
	background:none;
	border:none;
}

.explain table.detail th img{
	width:250px;
	margin-bottom:10px;
}

.explain table.detail td{
	width:250px;
	border:none;
	vertical-align:top;
}


.explain  span.comment{
	display:block;
	border:3px solid #D9C5A8;
	padding:5px;
	color:#A56C41;
}

.explain  span.tag{
	color:#999999;
}

/* 商品写真 */
.photoblock{
	height:100%;
	clear:both;
	margin-bottom:1.5em;
}

.photoblock p{
	margin-bottom:5px;
}

.subphoto {
	margin-bottom:20px;
}

.subphoto img{
	width:99.7%;
}

.subphoto:last-child {
	margin-bottom:0;
}


/* スペック表・カートボタン */
.spec_area {
	clear: both;
	height:auto;
	overflow:auto;
	text-align:center;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:20px;
}

/* この商品について問い合わせる */
.etc {
	margin: 5px 0 20px 0;
	text-align:left;
	width: 230px;
	line-height:1.6em;
}

.etc a {
	background-image: url(https://img09.shop-pro.jp/PA01040/129/etc/bg_manulist.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
}

/* spec表 */
table.spec {
	background-color: #D9C5A8;
	margin-bottom: 2em;
	width: 100%;
}

.spec th {
	background-color: #D9C5A8;
	padding: 5px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;	
	text-align: left;
	width: 100px;
}

.spec td {
	background-color: #E6D9C6;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	padding: 5px 5px 5px 10px;
	text-align: left;
}

.spec td table td{
	border:none;
}

/*
th.spec_last,td.spec_last {
	border-bottom: 1px solid #FFFFFF;
}
*/


/* price */
.spec td span.sales {
	color: #E41919;
	font-size: 120%;
	font-weight: bold;
}

/* 買い物かご */
.cart_in {
	width: 250px;
	text-align: center;
}


/* オプションテーブル */
table#option_tbl{
	width:100%;
}

table#option_tbl th , table#option_tbl td{
	width:auto !important;
	background:#FFF !important;
}

table#option_tbl td{
	text-align:center;
}

table#option_tbl span.table_price{
	color: #E41919;
	font-size: 120%;
	font-weight: bold;
}


/* 商品テンプレート用追加CSS
================================================ */
.imgL{
	float:left;
	margin-right:10px;
}

.explain h3 {
	background:URL(http://img09.shop-pro.jp/PA01040/129/etc/icon_point01.jpg) no-repeat left center;
	padding-left:20px;
margin-bottom:10px;
	font-size:16px;
}

.explain .prg {
	margin-bottom:4em !important;
	background:none !important;
}

.explain p a {
	baclground:none !important;
	padding-left:0 !important;
}