/* CSS Document */
#h2_area .pic
{
	background-image: url(images/bg_recipe.jpg);
}


article h3
{
	font-size: 34px;
	color: #796658;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 1em;
}

article h3 small
{
	font-size: 16px;
	color: #CC6633;
	letter-spacing: 0.6em;
	text-align: center;
	display: block;
}


article .recipe_box
{
	background-image: url(../images/bg_recipe.jpg);
	padding-top: 40px;
	padding-right: 75px;
	padding-bottom: 40px;
	padding-left: 75px;
	text-align: justify;
	_zoom: 1;
	overflow: hidden;
	margin-top: 50px;
}

article  .recipe_box h4
{
	font-size: 35px;
	margin-bottom: 20px;
	background-image: none;
	padding: 0px;

}

article .recipe_box h4 small
{
	font-size: 13px;
	color: #CC6633;
	display: block;
	padding-top: 10px;
}

article .recipe_box .main_photo
{
	text-align: center;
	margin-bottom: 80px;

}

article .recipe_box .material
{
	border: 4px solid #000;
	-webkit-border-image: url(images/bg_wak.png) 12 / 12px repeat;
	-moz-border-image: url(images/bg_wak.pngf) 12 / 12px repeat;
	-o-border-image: url(images/bg_wak.png) 12 / 12px repeat;
	border-image: url(images/bg_wak.png) 12 / 12px repeat;
	margin-bottom: 80px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;

}

article .recipe_box .material h5
{
	text-align: center;
	margin-top: -30px;
	margin-bottom: 30px;
}

article .recipe_box .make_box
{
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #FFF;
	position: relative;
	margin-bottom: 30px;
}

article .recipe_box .make_box h5
{
	text-align: center;
	margin-top: 0px;
	position: absolute;
	top: -25px;
	margin-right: auto;
	margin-left: auto;
	left: 0px;
	right: 0px;
}


article .link_btn_s01
{
	text-align: center;
}

/* PCのみ設定  768 以上*/
@media screen and (min-width:768px)
{
article  .body
{
	text-align: center;
	width: 1050px;
}


article  dl
{
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}

article .recipe_box .text_box
{
	float: left;
	width: 520px;
}

article .recipe_box .text2
{
    text-align: center;
}

article .recipe_box .text_box2
{
    margin: 0,auto;
}



}

/* タブレットレイアウト : 768 px 〜 959 px*/
@media screenand (max-width:959px)
{
}

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{
article h3
{
	font-size: 26px;
}

article .recipe_box
{
	padding: 14px;
}

}