@charset "utf-8";

/* ===================================
	File Name   : recipe.css
	Description : Recipe Pages Layout CSS
	Editor      : Bface Saeki
	Last Editor : Bface Saeki
	
	Update Description :
	[2013/10/04] 新規作成

====================================== */

/*========== Style Contents ==========

	1. Recipe List Page Setting
	2. Recipe Detail Page Setting
	
	*. Clear Fix
	
====================================== */





/*===== ■1. Recipe List Page Setting =====*/
#recipe_list #recipe_thumb {
	width: 696px;
	margin: 0px auto 30px;
	letter-spacing: -0.4em;
}

#recipe_list #recipe_thumb li {
	display: inline-block;
	width: 164px;
	margin: 0px 5px 20px;
	letter-spacing: 0;
	vertical-align: top;
}

#recipe_list #recipe_thumb li span {
	display: block;
	width: 160px;
	margin-bottom: 2px;
	padding: 1px;
	border: 1px solid #f5aa00;
}

#recipe_list #recipe_thumb li span a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#recipe_list #recipe_thumb li em {
	display: inline-block;
	padding: 1px 0 1px 8px;
	border-left: 4px solid #f5aa00;
}


#recipe_list #pagenate {
	margin-bottom: 30px;
	padding-top: 15px;
	border-top: 1px dotted #f5aa00;
	text-align: center;
}

#recipe_list #pagenate li {
	display: inline-block;
	margin: 0 15px;
	padding: 0;
	border: none;
	font-size: 93%;
}





/*===== ■2. Recipe Detail Page Setting =====*/
#recipe_detail dl {
	width: 660px;
	margin: 0 auto 30px;
	padding: 10px 10px 15px;
	background: #fcf2B4;
}

#recipe_detail dt {
	margin-bottom: 15px;
	padding: 5px;
	background: url(../img/recipe/bg-line-red.gif) no-repeat bottom;
	color: #583913;
	font-weight: bold;
	font-size: 123.1%;
}

#recipe_detail dd {
	width: 650px;
	margin: 0px auto;
}

#recipe_detail dd span {
	display: block;
	float: left;
	width: 330px;
	height: 260px;
	margin-right: 20px;
	border: 1px solid #ffffff;
}

#recipe_detail dd p { margin-bottom: 10px;}

#recipe_detail ul {
	width: 680px;
	margin: 0px auto 45px;
}

#recipe_detail li {
	min-height: 20px;
	padding: 15px 0 15px 45px;
	border-bottom: 1px dotted #f5aa00;
}
#recipe_detail li#num01 { background: url(../img/recipe/bg-num01.gif) no-repeat 5px 20px;}
#recipe_detail li#num02 { background: url(../img/recipe/bg-num02.gif) no-repeat 5px 20px;}
#recipe_detail li#num03 { background: url(../img/recipe/bg-num03.gif) no-repeat 5px 20px;}
#recipe_detail li#num04 { background: url(../img/recipe/bg-num04.gif) no-repeat 5px 20px;}
#recipe_detail li#num05 { background: url(../img/recipe/bg-num05.gif) no-repeat 5px 20px;}
#recipe_detail li#num06 { background: url(../img/recipe/bg-num06.gif) no-repeat 5px 20px;}
#recipe_detail li#num07 { background: url(../img/recipe/bg-num07.gif) no-repeat 5px 20px;}
#recipe_detail li#num08 { background: url(../img/recipe/bg-num08.gif) no-repeat 5px 20px;}
#recipe_detail li#num09 { background: url(../img/recipe/bg-num09.gif) no-repeat 5px 20px;}
#recipe_detail li#num10 { background: url(../img/recipe/bg-num10.gif) no-repeat 5px 20px;}
#recipe_detail li#num11 { background: url(../img/recipe/bg-num11.gif) no-repeat 5px 20px;}
#recipe_detail li#num12 { background: url(../img/recipe/bg-num12.gif) no-repeat 5px 20px;}
#recipe_detail li#num13 { background: url(../img/recipe/bg-num13.gif) no-repeat 5px 20px;}
#recipe_detail li#num14 { background: url(../img/recipe/bg-num14.gif) no-repeat 5px 20px;}
#recipe_detail li#num15 { background: url(../img/recipe/bg-num15.gif) no-repeat 5px 20px;}
#recipe_detail li#num16 { background: url(../img/recipe/bg-num16.gif) no-repeat 5px 20px;}
#recipe_detail li#num17 { background: url(../img/recipe/bg-num17.gif) no-repeat 5px 20px;}
#recipe_detail li#num18 { background: url(../img/recipe/bg-num18.gif) no-repeat 5px 20px;}
#recipe_detail li#num19 { background: url(../img/recipe/bg-num19.gif) no-repeat 5px 20px;}
#recipe_detail li#num20 { background: url(../img/recipe/bg-num20.gif) no-repeat 5px 20px;}
#recipe_detail li#num21 { background: url(../img/recipe/bg-num21.gif) no-repeat 5px 20px;}
#recipe_detail li#num22 { background: url(../img/recipe/bg-num22.gif) no-repeat 5px 20px;}
#recipe_detail li#num23 { background: url(../img/recipe/bg-num23.gif) no-repeat 5px 20px;}
#recipe_detail li#num24 { background: url(../img/recipe/bg-num24.gif) no-repeat 5px 20px;}
#recipe_detail li#num25 { background: url(../img/recipe/bg-num25.gif) no-repeat 5px 20px;}
#recipe_detail li#num26 { background: url(../img/recipe/bg-num26.gif) no-repeat 5px 20px;}
#recipe_detail li#num27 { background: url(../img/recipe/bg-num27.gif) no-repeat 5px 20px;}
#recipe_detail li#num28 { background: url(../img/recipe/bg-num28.gif) no-repeat 5px 20px;}
#recipe_detail li#num29 { background: url(../img/recipe/bg-num29.gif) no-repeat 5px 20px;}
#recipe_detail li#num30 { background: url(../img/recipe/bg-num30.gif) no-repeat 5px 20px;}

#recipe_detail li p { margin: 5px 0;}

#recipe_detail li span {
	display: block;
	float: right;
	width: 180px;
	margin: 0px 10px 0 50px;
}

#recipe_detail em {
	display: block;
	width: 640px;
	margin: 0px auto 40px;
	padding: 20px;
	background: #fcf2b4;
}





/* Clear Fix */
#recipe_detail dd:after,
#recipe_detail li:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	content: " ";
}