
#map_canvas {
	width: 100%;
	height: 500px;
	margin-bottom: 50px;
}
#googlemap_wrap {
	padding: 15px;
}
#hl_googlemap {
	font-size: 18px;
	line-height: 1.2;
	margin: 0 0 10px 0;
	color: #333;
}
#hlj_googlemap {
	font-size: 14px;
	line-height: 1.2;
	margin: 0 0 10px 0;
	color: #333;
}
#txt_googlemap {
	line-height: 1.2;
	color: #666;
}
#txt_googlemap a {
	color: #333;
	text-decoration: none;
}
#txt_googlemap a:hover {
	color: #999;
	text-decoration: none;
}
@media only screen and (max-width: 959px) {
	#map_canvas {
		height: 500px;
		float: none;
	}
}
@media screen and (max-width: 768px) {
	#map_canvas {
		height: 500px;

	}
}
@media screen and (max-width: 670px) {
	#map_canvas {
		height: 450px;

	}
}
