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

article h4
{
	font-size: 20px;
	line-height: 100%;
	color: #4C4339;
	margin-bottom: 20px;
	background-image: url(../images/bg_h5.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

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


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;
}


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

article .photo_box
{
	margin-top: -50px;
}


}

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

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{
article .link_btn_s01
{
	text-align: center;
}

}