@charset "utf-8";

#mapArea {
	font-size:12px;
	line-height:1.6em;
	width:865px;
	margin:0 auto;
	position:relative;
	margin-top:30px;
	margin-bottom: 100px;
}

#mapArea nav ul {
	margin-bottom:10px;
	height:40px;
}
#mapArea nav li {
	width:140px;
	background-color:black;
	line-height:40px;
	height:40px;
	text-align:center;
	color:white;
	margin-right:5px;
	float:left;
	cursor:pointer;
	overflow:hidden;
}
#mapArea nav li:hover {
}

#mapArea nav li:first-of-type {
	border-bottom:4px solid orange;
}
#mapArea nav li:last-of-type {
	margin:0;
}

#mapArea > section {
	min-width:585px;
	min-height:610px;
	background-repeat:no-repeat;
	display:none;
	position:relative;
	margin-bottom:5px;
	overflow:hidden;
}
#mapArea > section:first-of-type {
	display:block;
}

#mapArea > section:nth-of-type(1) {
	background-image:url(images/map1.jpg);
}
#mapArea > section:nth-of-type(2) {
	background-image:url(images/map2.jpg);
}
#mapArea > section:nth-of-type(3) {
	background-image:url(images/map3.jpg);
}
#mapArea > section:nth-of-type(4) {
	background-image:url(images/map4.jpg);
}
#mapArea > section:nth-of-type(5) {
	background-image:url(images/map5.jpg);
}
#mapArea > section:nth-of-type(6) {
	background-image:url(images/map6.jpg);
}
#mapArea.map2 > section:nth-of-type(1) {
	background-image:url(images/map7.jpg);
}
#mapArea.map2 > section:nth-of-type(2) {
	background-image:url(images/map8.jpg);
}
#mapArea.map2 > section:nth-of-type(3) {
	background-image:url(images/map9.jpg);
}
#mapArea.map2 > section:nth-of-type(4) {
	background-image:url(images/map10.jpg);
}
#mapArea.map2 > section:nth-of-type(5) {
	background-image:url(images/map11.jpg);
}
#mapArea.map2 > section:nth-of-type(6) {
	background-image:url(images/map12.jpg);
}

#mapArea > section form {
	width:275px;
	float:right;
}
#mapArea > section form ul {
	border:1px solid #ccc;
	padding:5px;
	overflow:auto;
}

#mapArea > section form img{
	position:absolute;
	top:0;
	left:0;
	z-index:100;
}
#mapArea > section form span{
	position:absolute;
	top:0;
	left:0;
	z-index:200;
	color:white;
	font-weight:bold;
	font-size:12px;
	text-shadow:0px 0px 4px #000,0px 0px 2px #000;
}

#mapArea > section ul {
	margin-bottom:15px;
}

#mapArea > section li {
	border-bottom:1px dotted #ccc;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
#mapArea > section li:hover {
	background:#FFF5DF;
}
#mapArea > section li input {
	margin-right:3px;
}

#mapArea > section li label {
	display:block;
	height:inherit;
}
#allReset {
	position:absolute;
	left:0;
	top:640px;
	font-size:14px;
}
#allReset input {
	border:1px solid black;
	background:#444;
	color:white;
	padding:3px 10px;
	outline:none;
	font-size:12px;
}
#allReset input:hover {
	background-color:rgba(0,0,0,.6);
}
#allReset span {
	padding-left:15px;
}
#allReset p {
	font-size: 17px;
	margin-top: 1em;
}
#allReset a {
	color: #333;
}
#allReset a:hover {
	color: darkred;
}

.ieInfo {
	font-family:Verdana,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display:block;
	color:red;
	font-size:14px;
	width:80%;
	margin:20px auto;
	border:1px solid red;
	padding:5px;
}

















