/* CSS Document */
#h2_area .pic
{
	background-image: url(images/h2_bg.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 p
{
	margin-bottom: 3em;
}

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

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

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

}