@charset "utf-8";


/* breadcrumb
-----------------------------------*/
.breadcrumb{
	margin-bottom: 90px;
}



/* page_title
-----------------------------------*/
h2.page_title{
	width: 100%;
	height: 120px;
	background: #e7e7e7 url("../img/bg_page_title_01.png") no-repeat center 0;
	position: relative;
}

h2.page_title img{
	position: absolute;
	top: -78px;
	left: 50%;
	margin-left: -499px;
}



/* map_unit
-----------------------------------*/
#map_unit{
	width: 100%;
	margin-bottom: 133px;
}

#map_unit section.box{
	font-size: 116%;
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#map_unit section.box h3{
	position: absolute;
	top: -48px;
	left: 1px;
}

#map_unit section.box dl{
	width: 505px;
	margin: 0 0 52px 98px;
}

#map_unit section.box dl dt{
	padding: 15px 0 10px 13px;
	float: left;
	clear: left;
}

#map_unit section.box dl dd{
	padding: 15px 0 10px 205px;
	border-bottom: 2px dotted #c8c8c8;
}

#map_unit section.box dl dd:last-child{
	border-bottom: none;
}

#map_unit section.box dl dd ul li{
	list-style: none;
}

#map_unit section.box dl dd span{
	margin-left: 3px;
}

#map_unit section.box .map{
	text-align: center;
}

#map_unit section.box .btn_map{
	position: absolute;
	top: 189px;
	right: 0;
}

#map_unit section.box .btn_map:before{
	display: block;
	content: "";
	background: url("../img/bg_map_01.png") no-repeat 0 0;
	width: 99px;
	height: 86px;
	position: absolute;
	top: -38px;
	left: -35px;
}