#map {
	width: 100%;
	height: 440px;
	margin-bottom: 10px;
}
#place {
	min-height: 36px;
	font-size: 14px;
	line-height: 18px;
	white-space: nowrap;
	background: transparent url('../img/mark_men.png') no-repeat 2px center;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	padding: 4px 2px 4px 27px;
}
#place:hover {
	background-image: url('../img/mark_men.png'), linear-gradient(to bottom, #fff, #fef);
	background-image: url('../img/mark_men.png'), -moz-linear-gradient(top, #fff, #fef);
	background-image: url('../img/mark_men.png'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fef));
	border-color: #f9c;
}
#search {
	min-height: 24px;
	font-size: 14px;
	line-height: 24px;
	background: transparent url('../img/mark_search.png') no-repeat 2px center;
	border: 1px solid #ccc;
	cursor: pointer;
	padding: 5px 2px 5px 27px;
	margin-bottom: 10px;
}
#search:hover {
	background-image: url('../img/mark_search.png'), linear-gradient(to bottom, #fff, #fef);
	background-image: url('../img/mark_search.png'), -moz-linear-gradient(top, #fff, #fef);
	background-image: url('../img/mark_search.png'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fef));
	border-color: #f9c;
}
@media screen and (max-width: 724px) {
#map {
	height: 320px;
}
}
@media screen and (max-width: 639px) {
#map {
	height: 440px;
}
}
@media screen and (max-width: 489px) {
#map {
	height: 320px;
}
}
