@charset "Shift_JIS";

/*―――――――――――――――――――――――――――――
	商品案内ページスタイル設定
―――――――――――――――――――――――――――――*/
div#product h1 {
	margin-bottom: 10px;
	width: 635px;
	height: 35px;
	background: url("../img/title_product.png") no-repeat left top;
	text-indent: -9999px;
	font-size: 77%;
}

div#product p.headline {
	margin-top: 20px;
	font-size: 100%;
	font-weight: bold;
	color: #008970;
}

div#product p.note {
	padding: 5px;
	font-size: 85%;
}

/*―――――――――――――――――――――――――――――
	商品説明画像
―――――――――――――――――――――――――――――*/
div.item_img {
	margin: 0px 0px 10px 0px;
}

div.inner_wrapper {
	margin-top: 20px;
	margin-bottom: 20px;
}

div.inner_wrapper:after {content: ".";display: block;height: 0px;clear: both;visibility: hidden;}
div.inner_wrapper {zoom: 1;}

div.inner_wrapper div.item_small {
	margin-right: 10px;
	float: left;
}


div#product_btn {
	text-align: center;
}
