.leaflet-popup-content{
	box-shadow: 0 0 4px #333;
}
.biz_logo{
	float: left;
	width: 100px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
.biz_logo img{
	width: 100%;
}
.location{
	color: #333;
	width: 300px;
	display: inline-block;
}
.location strong{
	color: #333;
	font-size: 1.5em;
}
.location p{
	margin: 0;
}
.location .loc_city,
.location .loc_tel,
.location .loc_phone,
.location .loc_email{
	margin: 5px 0;
	height: auto;
	width: 287px;
}
.location textarea{
	margin-top: 5px;
	width: 286px;
	min-width: 286px;
	max-width: 286px;
}
.location .loc_code{
	height: auto;
	width: 112px;
	margin-left: 10px;
}
.location .loc_takepay{
	margin-top: -7px;
}
.location .file{
	display: none;
}
.location img{
	display: block;
	margin-bottom: 10px;
	width: 100%;
}
.location a{
	color: #333;
}
.location a:hover{
	color: #666;
}