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

article h4
{
	font-size: 22px;
	color: #4C4339;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(../images/cap_line.gif) repeat-x left top,
	url(../images/cap_line.gif) repeat-x left bottom;
	text-align: center;
	margin-bottom: 2em;
}

article .text p
{
	line-height: 180%;
}

article .head
{
	background-image: url(images/top_bg_washi.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-bottom: 0px;
}

article .photo_box
{
	background: url(../images/bg_recipe_side.jpg) no-repeat right bottom,
	url(../images/bg_recipe.jpg);
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}

article .small
{
	clear: both;
	font-size: 12px;
	line-height: 120%;
}

/* PCのみ設定  768 以上*/
@media screen and (min-width:768px)
{
article h4
{
	width: 420px;
}

article .body
{
	position: relative;
}

article .head .text
{
	padding-left: 30px;
}


article  .head .photo_r 
{
	margin-bottom: 0px;
}

article  .head .photo_r img
{
	margin-top: -160px;
}

article  .next .photo_r img
{
	margin-top: -100px;
}

article .small
{
	text-align: right;
}



}

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

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{

}