/* CSS Document */

#h2_area .pic
{
	background-image: url(images/h2_sweets.jpg);
}

article h4
{
	background: url(../images/cap_line.gif) repeat-x left top,
	url(../images/cap_line.gif) repeat-x left bottom,
	url(images/02/bg_h4_01.jpg) no-repeat right center;
}

/* PCのみ設定  768 以上*/
@media screen and (min-width:768px)
{
article .adj_sweets .text
{
	padding-top: 80px;
	margin-bottom: 100px;
}

}

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

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{
article h4
{
	background: url(../images/cap_line.gif) repeat-x left top,
	url(../images/cap_line.gif) repeat-x left bottom,
	url(images/02/bg_h4_01.jpg) no-repeat right bottom;
}


}