/* CSS Document */
#h2_area .pic
{
	background-image: url(images/h2_bg.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 .head_text
{
	margin-bottom: 100px !important;
}

article .material
{
	border: 4px solid #000;
	-webkit-border-image: url(images/bg_wak.png) 12 / 12px repeat;
	-moz-border-image: url(images/bg_wak.pngf) 12 / 12px repeat;
	-o-border-image: url(images/bg_wak.png) 12 / 12px repeat;
	border-image: url(images/bg_wak.png) 12 / 12px repeat;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;

}

article .material h4
{
	text-align: center;
	margin-top: -30px;
	margin-bottom: 10px;
}


article .material h5
{
	font-size: 20px;
	line-height: 140%;
	color: #CC6633;
	margin-bottom: 10px;
}

article .material  p
{
	margin-bottom: 2em;
}

article .material  p:last-child
{
	margin-bottom: 0em;
}

article .other dl dt
{
	_zoom:1;
	overflow:hidden;
}


article .other dl dt h5
{
	font-size: 18px;
	line-height: 100%;
	color: #FFF;
	background-image: url(images/h5_bg.jpg);
	text-align: center;
	margin-bottom: 1em;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 200px;
}

article .link_btn_s01
{
	text-align: center;
}


/* PCのみ設定  768 以上*/
@media screen and (min-width:768px)
{
article .head_text
{
	text-align: center;
	margin-bottom: 2px;
}

article .material_box
{
	width: 740px;
	margin-right: auto;
	margin-left: auto;
}


article .other dl
{
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

article .other dl dt
{
	display: table-cell;
	width: 500px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

article .other dl dt .img
{
	float: left;
	width: 200px;
	margin-right: 20px;
}

article .other dl dd
{
	display: table-cell;
	margin: 0px;
	padding: 0px;
}

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


}

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

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{
article h3
{
	font-size: 26px;
}

article .head_text
{
	margin-bottom: 40px !important;
}


article .other dl
{
	display: block;
	margin: 0px;
	padding: 0px;
}

article .other dl dt
{
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

article .other dl dt .img
{
	width: auto;
	text-align: center;
	margin-bottom: 20px;
}

article .other dl dt h5
{
	margin-right: auto;
	margin-left: auto;
}


article .other dl dd
{
	display: none;
}

}