#map {
	width: 100%;
	height: 440px;
	margin-bottom: 10px;
}
#place {
}
#place .icon {
	min-height: 36px;
	font-size: 14px;
	line-height: 18px;
	white-space: nowrap;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	padding: 4px 2px 4px 27px;
}
#place .icon.men {
	background: transparent url('../img/mark_men.png') no-repeat 2px center;
}
#place .icon.men: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;
}
#place .icon.woman {
	background: transparent url('../img/mark_woman.png') no-repeat 2px center;
}
#place .icon.woman:hover {
	background-image: url('../img/mark_woman.png'), linear-gradient(to bottom, #fff, #fef);
	background-image: url('../img/mark_woman.png'), -moz-linear-gradient(top, #fff, #fef);
	background-image: url('../img/mark_woman.png'), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fef));
	border-color: #f9c;
}
#place .icon.car {
	background: transparent url('../img/mark_car.png') no-repeat 2px center;
}
#place .icon.car:hover {
	background-image: url('../img/mark_car.png'), linear-gradient(to bottom, #fff, #fef);
	background-image: url('../img/mark_car.png'), -moz-linear-gradient(top, #fff, #fef);
	background-image: url('../img/mark_car.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;
}
}
