@charset "utf-8";
@import "common/0-import.css";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#conts img {
	display: block;
}

#conts h2 {
    margin-bottom: 15px;
}

#conts .lead {
	margin-bottom: 15px;
}

#conts .tabBox {
	margin-bottom: 30px;
}

#conts .tabBox h3 {
	margin-bottom: 10px;
}

#conts .tabBox .imgBox {
	margin-bottom: 10px;
}

#conts .tabBox .imgBox .mapBox {
	width: 492px;
	float: left;
}

#conts .tabBox .imgBox .map {
	width: 490px;
	height: 250px;
	border: 1px solid #ccc;
}

#conts .tabBox .imgBox .mapBox p {
	padding-top: 2px;
	font-size: 11px;
	text-decoration: underline;
	line-height: 1.3;
}

#conts .tabBox .imgBox .boxR {
	float: right;
}

#conts .tabBox table {
	width: 100%;
	border-collapse: collapse;
	clear: both;
}

#conts .tabBox th,
#conts .tabBox td {
	padding: 4px 9px 5px;
	color: #333;
	font-size: 13px;
	text-align: left;
	line-height: 1.7;
	border: 1px solid #ccc;
}

#conts .tabBox th {
	width: 150px;
	font-weight: normal;
	background-color: #f9f9f8;
}

#conts .tabBox td dl.dl01 dt {
	float: left;
}

#conts .tabBox td dl.dl01 dd {
	padding-left: 8.5em;
	_text-indent: -3px;
}

#conts .tabBox td dl.dl02 dt {
	width: 260px;
	float: left;
	clear: left;
}

#conts .tabBox td dl.dl02 dt span {
	padding-left: 10px;
	background: url(../img/access/icon02.gif) no-repeat left 3px;
}

#conts .tabBox td dl.dl02 dd {
	padding-left: 260px;
	_text-indent: -3px;
}

#conts .tabBox .telBox {
	margin-bottom: 30px;
	padding: 3px 24px 4px;
	border: 5px solid #f0f0f0;
}

#conts .tabBox .telBox ul li {
	margin-right: 23px;
	float: left;
}

#conts .tabBox p {
	margin-bottom: 10px;
	font-size: 13px;
	color: #333;
	line-height: 1.7;
}

#conts .tabBox p.link a {
	padding-left: 15px;
	font-size: 13px;
	background: url(../img/access/icon01.gif) no-repeat left 2px;
}

#conts .telImg {
	margin-bottom: 30px;
}