@charset "utf-8";
/* CSS Document */


.map_box {
	border-top:1px solid #666;
	padding:20px 0;
	clear:both;

}

#detail h2 {
	font-weight:normal;
	font-size:85%;
	margin-bottom:10px;
}

#detail h3 {
	font-weight:normal;
	font-size:85%;
	margin-bottom:5px;
	padding-left:20px;
}


#detail address {
	font-style:normal;
	font-size:85%;
	line-height:1.5em;
	padding-left:20px;

}


.access_btn {
float:right;
clear:both;
}

.access_btn a {
	height:0;
	padding-top:41px;
	display:block;
	overflow:hidden;
	width:128px;
	background-image: url(../../common/images/btn/map_btn.jpg);
	background-repeat:no-repeat

}
.access_btn a:hover {
	background-image:url(../../common/images/btn/map_btn_h.jpg);
	background-repeat:no-repeat

}

