/* map */
body {
	position: relative;
	width: 100%;
	height: 100%;
}
#googleMap {
	position: relative;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#googleMap #map {
	width: 100%;
}
#googleMap #map img {
	width: auto;
	max-width: none;
}
#googleMap img.infoImages {
	position : absolute;
	right : 10px;
	top : 10px;
}
#googleMap div.infoText {
	border : none;
	left : 10px;
	top : 20px;
	height : 80px;
	position : absolute;
	overflow : hidden;
}
#googleMap div.infoText p {
	text-align : left;
	margin-top: 10px;
}
#googleMap div.infoText p.title {
	font-size : 1.2em;
	font-weight : bold;
	color: #FF0000;
	margin-top: 0;
}
#googleMap div.infoBgBox {
	border : none;
	position : relative;
	background-color : #FFFFFF;
}
#googleMap div.infoArrowBox {
	text-align: center;
	position: absolute;
	bottom: 0;
	margin-bottom: -15px;
	left: 142px;
}
#googleMap img.infoCloseButton {
	position: absolute;
	top: 7px;
	right: 5px;
	cursor: pointer;
	outline: none;
}
#mapController {
	padding: 0 16%;
}
#mapController ul {
	width: 100%;
	position: relative;
	margin-top: 30px;
	display: none;
	overflow: hidden;
	zoom: 1;
}
#mapController ul.active {
	display: block;
}
#mapController ul li {
	width: 45%;
	padding-left: 5%;
	float: left;
	background-position: left 3px;
	background-repeat: no-repeat;
	line-height: 1.5;
	margin-top: 15px;
}
#mapController ul li a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-size: 1.2em;
}
#mapController ul li.pin1 {
	background-image: url(../images/131001-pin_1_off.png);
}
#mapController ul li.pin2 {
	background-image: url(../images/131001-pin_2_off.png);
}
#mapController ul li.pin3 {
	background-image: url(../images/131001-pin_3_off.png);
}
#mapController ul li.pin4 {
	background-image: url(../images/131001-pin_4_off.png);
}
#mapController ul li.pin5 {
	background-image: url(../images/131001-pin_5_off.png);
}
#mapController ul li.pin6 {
	background-image: url(../images/131001-pin_6_off.png);
}
ul.navigationTab {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding:0;
	width: 100%;
	height: 35px;
}
ul.navigationTab li {
	float: left;
	padding:0;
	margin-left: 0x;
	width: 25%;
	text-align: center;
}
ul.navigationTab li a {
	font-size: 12px;
	padding: 9px 0;
	color: #FFFFFF;
	display: block;
	background-color: #3F3F3F;
	text-decoration: none;
	border: none;
	outline: none;
}
ul.navigationTab li a.active {
	background-color: #FF0000;
}
ul.navigationTab li a:hover {
	background-color: #FF0000;
}
div.attention {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
}
div.attention p {
	line-height: 25px;
	vertical-align: middle;
}
div.attention p a {
	display: block;
	height: 100%;
	width: 100%;
	color: #FFFFFF;
}

