#list li .photo img{
	width: 100%;
	height: auto;
}

#map_canvas{
	height: 600px;
	width: 100%;
}
.map_detail {
	width: 250px;
	height: auto;
}
.map_detail h1{
	width: 240px;
	background-color: #3D9941;
	color: #fff;
	font-weight: bold;
	position: inherit;
	padding-left: 5px;
	box-sizing: border-box;
}

.map_detail .link_p{
	font-size: 10px;
	text-align: right;
}

.map_detail .link_p a{
	float: right;
	display: block;
	padding: 2px 6px;
	background-color: #3D9941;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
}

.map_img{
	width: 240px;
	height: auto;
}

.clearfix:after{
	display: block;
	clear: both;
	content: "";
}
