@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#conts .txtBox {
	margin: 15px 0 34px;
}

#conts .txtBox dt {
	font-size: 15px;
	padding: 3px 0 0 25px;
	margin-bottom: 7px;
}

#conts .txtBox dd {
	line-height: 1.7;
	margin-bottom: 9px;
}

#conts .mapBox {
	background-color: #f0f0f0;
	border-radius: 4px;
	position: relative;
	behavior: url(../js/pie.htc);
	padding: 15px 20px 20px 17px;
	margin-bottom: 40px;
}

#conts .mapBox table {
	float: left;
	font-size: 15px;
}

#conts .mapBox table th {
	color: #084d8b;
	vertical-align: top;
	font-weight: normal;
	padding-top: 3px;
	padding: 3px 10px 0 0;
}

#conts .mapBox table td {
	line-height: 1.6;
}

#conts .mapBox .map {
	background-color: #fff;
}

#conts .txtBox03 {
	border: 3px solid #d3d3d3;
	padding: 19px 0 22px 26px;
}

#conts .txtBox03 p {
	font-size: 21px;
	color: #095ba5;
	margin-bottom: 8px;
}

#conts .txtBox03 dl {
	padding: 0 0 0 1px;
}

#conts .txtBox03 dl dt {
	background: url(../images/common/icon01.png) no-repeat center left;
	font-size: 15px;
	color: #095ba5;
	padding: 0 0 0 14px;
	margin-bottom: 5px;
}

#conts .txtBox03 dl dd {
	margin-bottom: 13px;
}

@media all and (min-width: 0px) and (max-width: 700px) {

#conts .txtBox {
	margin: 14px auto 15px;
	width: 93%;
}

#conts .txtBox dt {
	font-weight: normal;
	padding-top: 0;
	margin-bottom: 2px;
}

#conts .txtBox .dt01 {
	background: url(../../images/common/sp_icon_dt.gif) no-repeat left 15%;
	background-size: 15px auto;
}

#conts .txtBox dd {
	font-size: 12px;
	font-weight: normal;
}

#conts .mapBox {
	padding: 17px 0 0 0;
	width: 93%;
	margin: 0 auto 20px;
	clear: both;
}

#conts .mapBox .inner {
	width: 88%;
	margin: 0 auto;
}

#conts .mapBox dl {
	margin-bottom: 9px;
}

#conts .mapBox dl dt {
	line-height: 22px;
	font-size: 15px;
	color: #084d8b;
}

#conts .mapBox dl dd {
	padding: 0;
	margin-bottom: 6px;
	font-size: 15px;
}

#conts .mapBox iframe {
	width: 100%;
	height: auto;
}

#conts .mapBox .fr {
	padding-bottom: 10px;
	float: left;
	width: 100%;
	margin: 0 auto;
}

#conts .mapBox .map {
	margin-bottom: 3px;
}

#conts .txtBox03 {
	padding: 9px 0 9px 0;
	width: 93%;
	margin: 0 auto;
	border: 2px solid #d3d3d3;
}

#conts .txtBox03 .inner {
	width: 89%;
	margin: 0 auto;
}

#conts .txtBox03 p {
	font-size: 24px;
	margin-bottom: 3px;
}

#conts .txtBox03 dl dd {
	line-height: 22px;
	margin-bottom: 4px;
}

#conts .txtBox03 dl dt {
	margin-bottom: 0;
}

}