@charset "shift_jis";
@import "index.css";

/* product
--------------------------*/
#product {
	clear: both;
	overflow:hidden;
}

h3.product {
	font-weight: bold;
	background-image: url(https://img09.shop-pro.jp/PA01040/443/etc/i_itemname.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-bottom: 20px;
	color: #333333;
}

/* 商品情報画像 */
.product_mainphoto{
	margin-bottom:20px;
	text-align:center;
}

.product_photolist {
	width: 100%;
	height: 100%;
	overflow:auto;
	margin-bottom:20px;
}

.product_photolist p {
	float: left;
	text-align: center;
	font-size: 75%;
	margin: 5px 18px 10px 0;
}

.product_photolist p.last {
	margin-right:0;
}

.product_photolist img{
	width: 165px;
	margin-bottom:10px;
}

.product_photolist a.large {
	background: url(https://img09.shop-pro.jp/PA01040/443/etc/i_expansion.gif) no-repeat left center;
	padding:3px 0 3px 20px;
	line-height:1.4;
}

/* 商品情報テキスト */
.producttxt {
	color: #333333;
	margin-bottom: 30px;
	overflow:hidden;
}

.producttxt h4 {
	font-size:90%;
	line-height: 1.7em;
	color: #955E40;
	font-weight: bold;
	margin-bottom: 7px;	
}

.producttxt h5 {
	font-size:80%;
	font-weight:bold;
	line-height:1.2em;
}

.producttxt .collumn{
	font-size:80%;
	line-height:1.4em;
	border:5px solid #ccc;
	padding:8px;
	margin:10px 0;
}

.producttxt p{
	font-size:80%;
	margin-bottom:10px;
	line-height: 1.6em;
}

.producttxt p.search{
	font-size:70%;
}

/* 商品情報box */
#iteminfo {
	clear: both;
	height: 100%;
	overflow:auto;
	color: #333333;
}

#iteminfo img {
	float: left;
	margin: 0 10px 0 0;
}

#iteminfo div.iteminfotxt {
	height: 100%;
	margin-bottom:20px;
}

#iteminfo div.iteminfotxt p.title {
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	border-bottom:2px solid #533730;
	margin-bottom:10px;
	padding-bottom:5px;
}

#iteminfo div.iteminfotxt dl {
	height:auto;
	_height: 100%;
	clear:both;
	overflow:hidden;
	font-size: 90%;
	margin-bottom:10px;
	border:1px solid #C69173;
	background:#EEE7C8;
}

#iteminfo div.iteminfotxt dl dt {
	float:left;
	padding:10px 10px 0px 10px;
	width:90px;
	clear:both;
	font-weight:bold;
}

#iteminfo div.iteminfotxt dl dd {
	float:left;
	width:350px;
	padding:10px 10px 0px 10px;
	height:100%;
	border-left:1px solid #C69173;
}

#iteminfo div.iteminfotxt dl dd span.price {
	font-size:100%;
}

#iteminfo div.iteminfotxt dl dd table {
	float:left;
}

#iteminfo div.iteminfotxt p.cartin {
	display:inline;
}

#iteminfo div.etc {
}

#iteminfo div.etc p{
	margin-bottom:2px;
}