/* 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 dl dt
{
	background: 
	url(../images/bg_recipe_side.jpg) no-repeat right bottom,
	url(../images/bg_recipe.jpg);
}

article  dl dt .photo
{
	padding-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

article  dl dt .text
{
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}

article  dl dt .text h4
{
	font-size: 22px;
	margin-bottom: 10px;
	background-image: none;
	padding: 0px;

}

article  dl dt .text h4 small
{
	font-size: 13px;
	color: #CC6633;
	display: block;
}

article  dl dt .text p
{
	text-align: justify;
}


/* 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  dl dt
{
	display: table-cell;
	width: 330px;
	margin: 0px;
	vertical-align: top;
	padding: 0px;
}

article  dl dd
{
	display: table-cell;
	margin: 0px;
	padding: 0px;
	width: auto;
}

article  dl dd:last-child
{
	width: auto;
}

article  dl dd:nth-child(6n)
{
	display: table-row;
	height: 20px;
}


}

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

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{
article h3
{
	font-size: 26px;
}
article  dl
{
	display: inline-table;
	table-layout: fixed;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

article  dl dt
{
	display: table-cell;
	width: 49%;
	margin: 0px;
	padding: 0px;
	vertical-align: top;

}

article  dl dd
{
	display: table-cell;
	margin: 0px;
	padding: 0px;
	width: auto;
}

article  dl dd:nth-child(4n)
{
	display: table-row;
	height: 10px;
}

}