/* 共通 */

/* インデックスページ・レシピページ共通 */
div.cooking_intro {
	width: 335px;
	height: 240px;
	padding-top: 100px;
	padding-left: 465px;
	padding-right: 50px;
	background-image: url("images/cooking_bg.png");
	background-repeat: no-repeat;
}
div.cooking_intro p,
div.menu_intro p,
 div.menu_items ul,
div.menu_steps ol,
div.before_txt ul,
div.before_txt p {
	font-size: 14px;
	line-height: 150%;
	color: #444444;
}
div.cooking_intro p.cooking_btn {
	margin-top: 30px;
	line-height: 300%;
	text-align: center;
}
div.cooking_intro p span.textrubi,
div.menu_intro p span.textrubi,
div.menu_items ul span.textrubi,
div.menu_steps ol span.textrubi,
div.before_txt ul span.textrubi {
	font-size: 12px;
	line-height: 150%;
	color: #406771;
}
#cooking_menus {
	width: 100%;
	height: 280px;
	background: #FEBDB9;
}
ul.menu_list {
	width: 675px;
	padding: 20px;
	list-style-type: none;
}
ul.menu_list li {
	width: 135px;
	height: 120px;
	float: left;
}
hr.clear {
	display: none;
	clear: both;
}

/* 個別レシピページ */
div.menu_intro {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
	height: auto;
	overflow: hidden;
}
div.menu_temaki {
	width: 110px;
	float: left;
}
div.menu_img {
	width: 290px;
	float: left;
}
div.menu_items {
	width: 350px;
	float: left;
}
div.menu_items p .menu_check {
	color: #FF5147;
	font-weight: bold;
}
ul.menu_check_items {
	margin-top: 10px;
	list-style-type: none;
	list-style-position: outside;
	margin-bottom: 20px;
}
ul.menu_check_items li::before {
	content:"・";
}
ul.menu_check_items li {
	text-indent: -1em;
	padding-left: 1em;
	padding-bottom: 0.5em;
	line-height: 150%;
}
div.menu_steps {
	width: 100%;
}
div.howto_head {
	width: 850px;
	height: 65px;
	border-top: dashed 1px #FF5147;
	background-image: url("images/bg_howto_01.png");
	background-repeat: no-repeat;
}
div.howto_head p {
	width: 400px;
	margin-left: 205px;
	padding: 35px 10px 7px 5px;
	color: #FF5147;
	font-size: 14px;
	font-weight: bold;
	border-bottom: dashed 1px #FF5147;
}
div.howto_body {
	width: 100%;
	background-image: url("images/bg_howto_02.png");
	background-repeat: repeat-y;
	border-bottom: 1px #666;
}
ol.menu_howto_items {
	margin-left: 200px;
	width: 420px;
	padding-top: 10px;
	padding-bottom: 20px;
	counter-reset: list;
	list-style-type: none;
}
li.howto_step {
	position: relative;
	padding: 7px 5px 7px 30px;
	margin: 7px 0 10px 5px;
	border-bottom: dashed 1px #FF5147;
}
li.howto_step:before{
	counter-increment: list;
	content: counter(list);
	position: absolute;
	left: 0px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background: #FF5147;
	border-radius: 50%;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

div.before_head {
	width: 100%;
	height: 90px;
	padding-left: 60px;
}
div.before_img {
	width: 340px;
	padding-left: 60px;
	float: left;
}
div.before_txt {
	width: 425px;
	float: left;
}
ul.before_items {
	list-style-type: none;
	list-style-position: outside;
	margin-bottom: 20px;
}
ul.before_items li::before {
	content:"★";
}
ul.before_items li {
	text-indent: -1em;
	padding-left: 1em;
	padding-bottom: 0.5em;
	line-height: 150%;
}
div.before_txt p.before_btn {
	margin-top: 30px;
	line-height: 300%;
	text-align: right;
}