@charset "utf-8";

/* 商品紹介 */
@import url("../../common/css/common.css");

/* contents */
#contents h1 {margin-bottom: 0;}
#tea h2,
#rice h2 {
	margin-top: 11px;
	padding-top: 9px;
	background: url(../../common/img/bg_h1.gif) no-repeat left top;
}

article.shouhin {
	padding-left: 56px;
	padding-bottom: 30px;
/*	border:1px solid red;*/
}
.merchandise {
	width: 634px;
	padding-top: 15px;
}
.merchandise p.photo {
	width: 315px;
	margin-right: 5px;
	float: left;
}
.merchandise p.description {
	width: 314px;
	padding-top: 5px;
	float: right;
	font-size: 14px;
	line-height: 22px;
	color: #4C2C20;
}

.clear { clear:both; }

/* fit images on text tags */
#contents h2,
#contents h3 {
	font-size: 0;
	line-height: 0;
}

/* clearfix */
article.shouhin:after,
.merchandise:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
article.shouhin,
.merchandise {zoom:100%;}
