@charset "utf-8";

/* 焙煎玄米について */
@import url("../../common/css/common.css");

/* contents */
#contents h1 {margin-bottom: 0;}
#contents h3 {
	font-size: 24px;
	line-height: 25px;
	color: #4C2C20;
	text-align: center;
}
#contents p.bt {padding-bottom: 30px;}

#contents p {margin: 0ex; padding: 0ex;}

.voice {
	padding: 0px 0px 30px 56px;
}

.age {
	padding: 2px 0px 5px 20px;
	background: url(../img/title_backimg.gif) no-repeat left top;
	color: #ffffff;
	font-size: 18px;
/*	font-weight: bold;*/
}

.comment {
	padding: 10px 10px 30px 20px;
	color: #4C2C20;
	font-size: 0.88em;
	line-height: 22px;
/* border:1px solid red; */
}


.clear { clear:both; }

/* fit images on text tags */
#contents h2 {
	font-size: 0;
	line-height: 0;
}

/* clearfix */
.annai:after,
.con:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.annai,
.con {zoom:100%;}
