@charset "UTF-8";
/* ===================================================================
CSS information
 style info : map
=================================================================== */

.breakLine {
	width: 640px;
	height: 1px;
	border-bottom: 1px solid #9faac0;
}

/* -----------------------------------------------------------
	#wrap-mapList
----------------------------------------------------------- */
#wrap-mapList {
	width: 640px;
}
#wrap-mapList h2 {
	display: block;
	width: 640px;
	height: 50px;
	position: relative;
	text-indent: -9999px;
	background: url(../img/map/title_Map.jpg) no-repeat left top;
}




/* -----------------------------------------------------------
	#mapListMain
----------------------------------------------------------- */
#mapListMain {
	width: 640px;
	margin: 0;
	padding: 0;
}
#mapListMain .mapContentsWrap {
	width: 640px;
	margin-bottom: 30px;
	border-bottom: 1px solid #9faac0;
	clear: both;
}
.mapContentsWrap .mapInfoArea {
	width: 640px;
	clear: both;
}


.mapInfoArea .mapInfo_Left {
	width: 340px;
	float: left;
	position: relative;
}
.mapInfo_Left h3 {
	font-size: 18px;
	height: 24px;
	line-height: 24px;
	background: url(../img/shops/point_Name.jpg) no-repeat left 2px;
	padding-left: 19px;
	clear: both;
}
.mapInfo_Left h4 {
	font-size: 13px;
	margin-bottom: 5px;
	font-weight: normal;
}
.mapInfo_Left h5 {
	font-size: 13px !important;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 5px;
}

#btn_mapDownload {
	width: 177px;
	height: 32px;
	overflow: hidden;
	clear: both;
}
#btn_mapDownload a {
	display: block;
	text-indent: -9999px;
	width: 177px;
	height: 32px;
	background: url(../img/map/btn_mapDownload.jpg) no-repeat left top;
}
#btn_mapDownload a:hover {
	background: url(../img/map/btn_mapDownload.jpg) no-repeat left bottom;
}

.mapInfo_Left h6 {
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
}
.mapInfo_Left h6 a {
	color: #666699;
}



.mapInfoArea .mapInfo_Right {
	width: 280px;
	float: right;
}
.mapInfo_Right .mapPhotoWrap {
	width: 276px;
	height: 236px;
	border: 1px solid #eeeeee;
	padding: 1px;
	overflow: hidden;
}
.mapInfo_Right .mapPhotoWrap table {
	width: 276px;
}
.mapInfo_Right .mapPhotoWrap td {
	width: 276px;
	height: 236px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}





p#pageTop {
	width: 640px;
	height: 12px;
	text-align: right;
	clear: both;
}






