html {
    overflow-x: hidden;
    overflow-y: hidden;
}
	
body{
	margin: 0;
	padding: 0;
	font-size: 11px;
}

#map{
	width: 730px;
	height: 370px;
	border:1px solid #CCCCCC;
}

.detail{
	width: 270px;
	height: 110px;
	position: relative;
}

.detail img{
	width: 100px;
	height: 75px;
	position: absolute;
	left: 0;
	border: 1px solid #ccc;
}

.detail .text{
	position: absolute;
	top: 0px;
	left: 110px;
	text-align: left;
}

.detail h3{
	margin:0;
}

.detail .url{
	text-align:right;
}


.gm-style .gm-style-iw, .gm-style .gm-style-iw a, .gm-style .gm-style-iw span, .gm-style .gm-style-iw label, .gm-style .gm-style-iw div {
    font-size: 11px;
    font-weight: 400;
}