html {
  height: 100%;
  overflow: hidden;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
width:100%;
}


#map_canvas{
width:100dvw;
height:100dvh;
}


img.info-img{
	width:95%;
	height:100px;
	object-fit:cover;
}
.info-desc-box{
	padding:5px;
}
.info-title{
	font-size:2em;
	font-weight:bold;
	text-shadow: 1px 1px 1.5px #CCC;
}
.info-address{
	font-size:0.8em;
	font-weight:normal;
}
.info-btn{
	width:95%;
	font-size:1em;
	font-weight:bold;
	text-decoration:none;
	text-shadow:none;
	display:block;
	text-align:center;
	padding:4px 0 6px;
	color:#FFF;
	background-color:#49a9d4;
}
a.info-btn{
	color:#FFF;
	text-decoration:none;
}

a:visited.info-btn{
	color:#FFF;
	text-decoration:none;
}
div.rating-text{
	color:#555;
	font-size:1em;
	margin-left:10px;
}
div.star-ratings-css {
	unicode-bidi: bidi-override;
	color: #c5c5c5;
	font-size: 1em;
	margin: 0 auto;
	position: relative;
	padding: 0;
	text-shadow: 0px 0.8px 0 #a2a2a2;
}
div.star-ratings-css-top {
	color: #e7711b;
	padding: 0;
	position: absolute;
	z-index: 1;
	display: block;
	top: 0;
	left: 0;
	overflow: hidden;
}
div.star-ratings-css-bottom {
	padding: 0;
	display: block;
	z-index: 0;
}
span.tagcroud {
  font-size:.6em;
	display: inline-block;
	margin: 0 .1em .6em 0;
	padding: .6em;
	line-height: 1;
	text-decoration: none;
	color: #0000ee;
	background-color: #fff;
	border: 1px solid #0000ee;
}

.infobox{
  position: relative;
	width: 250px;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
.infobox:before {
	display: inline-block;
	position: absolute;
	left: 50%;
	bottom: -10px;
	width: 20px;
	height: 10px;
	transform: translate(-50%, 0);
	background: url(/imgset/gmap-info-window-frame-point.png) no-repeat 0 0;
	content: '';
}
