@charset "UTF-8";

@import url(basic.css);


/*センターボックス
----------------------------------------------- */
.overview-box1 {
	background-color: #f9fafc;
	width: 698px;
	margin-right: auto;
	margin-left: auto;
	font-size: 85%;
	border: 1px solid #e1e1e1;
	clear: both;
	margin-top: 20px;
	overflow: hidden;
}
.overview-box2 {
	background-color: #f9fafc;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e1e1e1;
	border-left-color: #e1e1e1;
	width: 698px;
	margin-right: auto;
	margin-left: auto;
	font-size: 85%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1e1;
	overflow: hidden;
}

.overview-box-left {
	float: left;
	width: 165px;
	padding-left: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.overview-box-right {
	background-color: #FFFFFF;
	float: right;
	width: 472px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e1e1e1;
	padding-left: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 10px;
}


h2 {
	clear: both;
	margin-top: 25px;
}
.gmap-box {
	clear: both;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.gmap-name {
	font-size: 80%;
}

.gmap-address {
	display: block;
	font-size: 70%;
}

.access-box  {
	clear: both;
	width: 711px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	font-size: 80%;
}
.access-box-left {
	background-image: url(../img/overview/main-address-title.gif);
	background-repeat: no-repeat;
	float: left;
	width: 350px;
	height: 164px;
}
.access-box-left p     {
	padding-top: 55px;
	padding-left: 20px;
}
.access-box-right {
	background-image: url(../img/overview/main-access-title.gif);
	background-repeat: no-repeat;
	float: right;
	width: 360px;
	height: 164px;
}
.access-box-right p {
	padding-top: 55px;
	padding-left: 20px;
}
