@charset "utf-8";
/* CSS Document */

#map{
	height:500px;
}

@media only screen and (max-width: 768px) {
#map{
	height:200px;
}

}