@charset "utf-8";
@import "common/0-import.css";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#conts .imgArea {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

#conts .news {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 15px;
	width: 600px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #6EAC1B;
	border-bottom-color: #6EAC1B;
	border-left-color: #6EAC1B;
}

#conts .news dt {
	padding: 1px 0 0 20px;
	float: left;
	clear: left;
	background-image: url(../img/template/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

#conts .news dd {
	margin-bottom: 5px;
	padding: 0 0 6px 95px;
	background: url(../img/template/line/02.gif) repeat-x left bottom;
}

#conts .news dd.last {
	margin: 0;
	padding-bottom: 0;
	background: none;
}

#conts .reason {
	position: relative;
	zoom: 1;
	background-color: #F4FCE9;
	padding: 10px;
	width: 615px;
	margin-bottom: 10px;
}

#conts .reason .iconbox01{
	position: relative;
	zoom: 1;
	background-image: url(../img/home/reason_icon01.jpg);
	background-repeat: no-repeat;
	padding-left: 160px;
	width: 450px;
	margin-top: 10px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 90px;
}

#conts .reason .iconbox02{
	position: relative;
	zoom: 1;
	background-image: url(../img/home/reason_icon02.jpg);
	background-repeat: no-repeat;
	padding-left: 160px;
	width: 450px;
	margin-top: 10px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 90px;
}

#conts .reason .iconbox03{
	position: relative;
	zoom: 1;
	background-image: url(../img/home/reason_icon03.jpg);
	background-repeat: no-repeat;
	padding-left: 160px;
	width: 450px;
	margin-top: 10px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 90px;
}

#conts .reason .iconbox04{
	position: relative;
	zoom: 1;
	background-image: url(../img/home/reason_icon04.jpg);
	background-repeat: no-repeat;
	padding-left: 160px;
	width: 450px;
	margin-top: 10px;
	margin-bottom: 5px;
}

#conts .reason ul{
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #00ADFF;
	margin-bottom: 10px;
	padding: 10px;
}

#conts .reason li{
	padding-left: 13px;
	background-image: url(../img/home/reason_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	line-height: 1.3em;
	margin-bottom: 5px;
	width: 420px;
}

#conts .detail_table {
	margin-bottom: 10px;
}

#conts .detail_table td {
	text-align: center;
	width: 25%;
	padding: 5px;
	border: 1px solid #CCCCCC;
	font-size: 10px;
	vertical-align: top;
}

#conts .detail_table p {
	text-align: left;
}

#conts .detail_table .imgbox {
	height: 155px;
	width: 155px;
	display: block;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
}

#conts .detail_table .imgbox2 {
	height: 180px;
	width: 140px;
	display: block;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}

