@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;}

.recipe {
	padding: 0px 0px 30px 56px;
}

.recipename {
	padding: 2px 0px 5px 20px;
	background: url(../img/title_backimg.gif) no-repeat left top;
	color: #ffffff;
	font-size: 18px;
/*	font-weight: bold;*/
}

.recipename2 {
	padding: 2px 0px 5px 20px;
	background: url(../img/title_backimg2.gif) no-repeat left top;
	color: #000000;
	font-size: 18px;
/*	font-weight: bold;*/
}

.blanc {
	padding: 10px 10px 30px 5px;
/*	border:1px solid red;*/
}

.commentleft {
	float:left;
}

.commentright {
	float:right;
	width: 320px;
	color: #4C2C20;
	font-size: 0.88em;
	line-height: 22px;
}

.recipename2 span {
	padding-left: 10px;
	font-size: 14px;
}

.clear { clear:both; }

/* fit images on text tags */
#contents h2 {
	font-size: 0;
	line-height: 0;
}

/* clearfix */
.blanc:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.blanc {zoom:100%;}
