#map_cont{
	position:relative;
}
#map_cont #map{
	width:70%;
	height:400px;
}
#map_cont #legend{
	position: absolute;
	right:15px;
	top:0;
	width:26%;
	overflow:auto;
}
#map_cont #legend ul{
	padding:0 0 0 40px;
	list-style-type:circle;
	margin: 5px 0;
}
#map_cont #legend .detail{
	display:none;
}
@media only screen and (max-width: 700px) {
	#map_cont #map{
		width:100%;
		height:400px;
	}
	#map_cont #legend{
		position: relative;
		width:100%;
		overflow:auto;
		margin-top: 24px;
		padding: 0 16px;
	}
}
