/* CSS Document */

#wapper .head_box
{
	padding-top: 10px;
	padding-left: 10px;
	position: relative;
	_zoom: 1;
	overflow: hidden;
	margin-bottom: 24px;
	background-image: url(../images/index/bg_h1.jpg);
	background-repeat: no-repeat;
	background-position: 340px top;
}

#wapper .head_box h1
{
	font-size: 20px;
	line-height: 110px;
	font-weight: bold;
	color: #FFF;
	background-color: #9999cc;
	letter-spacing: 0.2em;
	text-align: center;
	height: 110px;
	width: 340px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}


#wapper .head_body
{
	background: #f8f8f8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 350px;
}

#wapper dl
{
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0px;
	padding: 0px;

}

#wapper dt
{
	vertical-align: top;
	display: table-cell;
	margin: 0px;
	padding: 0px;
	width: 320px;
}

#wapper dt h2
{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #9999cc;
	background-image: url(../images/index/bg_h2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	letter-spacing: 0.2em;
	padding: 0px;
	height: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#wapper dt p
{
	padding-top: 0.4em;
}

#wapper dt h2 a
{
	color: #000;
	text-decoration: none;
}


#wapper dd
{
	display: table-cell;
	margin: 0px;
	padding: 0px;
}

#wapper .tr
{
	display: table-row;
	height: 30px;
}





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



}

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

#wapper .head_box
{
	padding-top: 10px;
	padding-left: 4%;
	padding-right: 4%;
	margin-bottom: 2em;
	background-image: none;

}

#wapper .head_box h1
{
	line-height: normal;
	color: #FFF;
	background-color: #9999cc;
	letter-spacing: 0.2em;
	text-align: center;
	height: auto;
	width: auto;
	margin: 0px;
	position: relative;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
}


#wapper .head_body
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	padding: 1em;
}

#wapper dl
{
	width: auto;
	display: block;
	padding-right: 4%;
	padding-left: 4%;
}

#wapper dt
{
	display: block;
	width: auto;
	margin-bottom: 2em;
}


#wapper dd
{
	display: none;
}



}

