@charset "UTF-8";

html,body {
	background: #eaeaea;
}

div#header {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	border-bottom: solid 1px #ccc;
	width: 100%;
	height: 111px;
	top: 0;
	left: 0;
	background: #fff;
}

div#nav {
	position: fixed;
	top: 0;
	right: 0;
	height: 111px;
}

div#nav ul {
	margin: 4px 0 0 0;
	padding: 0;
	list-style-type: none;
}

div#nav ul li {
	float: left;
	margin-right: 0.7rem;
}


div#main {
	width: 100%;
	background: #ccc;
	position: absolute;
	z-index: 1;
}

div#map-content {
	width: 100%;
	height: 100%;
}

div#footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2rem;
	background-color: #0f0f0f;
	color: #fff;
	text-align: center;
}

div#footer span {
	display: block;
	line-height: 1.9rem;
}

table.mc-popup {
	margin: 4px 0;
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #ccc;
}

table.mc-popup th {
	white-space: nowrap;
	border: solid 1px #ccc;
	font-weight: normal;
	text-align: left;
	padding: 0.3rem;
	line-height: 1.4;
	font-size: 0.9rem;
	vertical-align: top;
}

table.mc-popup td {
	border: solid 1px #ccc;
	text-align: left;
	padding: 0.3rem;
	line-height: 1.4;
	font-size: 0.9rem;
	vertical-align: top;
}

#ctrl {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 100;
}

#ctrl ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#ctrl ul li {
	margin-bottom: 4px;
}

#result {
	display: none;
	position: absolute;
	top: 90px;
	right: 10px;
	width: 300px;
	background: rgba(0,0,0,0.8);
	color: #fff;
	border-radius: 5px;
	z-index: 100;
}

#close-result {
	cursor: pointer;
}
#close-result:hover {
	color: #666;
}

#result h3 {
	color: #fff;
	margin: 0 0 0 0.3rem;
	line-height: 3rem;
	font-size: 1.2rem;
}

#info {
	margin: 0.3rem;
}



#select {
	margin: 0.3rem;
}

#container {
	position: relative;
}

.ctrl {
	cursor: pointer;
}
