@charset "utf-8";

/*吹き出しのスタイル*/
.gmap_block{
	width:350px;
	color:#666;
}
.gmap_block .gmap_title{
	font-size:12px;
	font-weight:bold;
}

.g_title{
	border-bottom:dashed 1px #666;
	margin-bottom:5px;
	font-size:1rem;
	font-weight:bold;
	color:#433d3c;
	padding-bottom:5px;
}

.g_link{
	text-align:left;
	/*margin-top:10px;*/
}

.gmap_block{
	margin-left:11px;
	overflow:hidden;
}

.gmap_photo{
	width:135px;
	float:left;
	margin-right:10px;
}
.gmap_text{
	float:left;
	width:auto;
	text-align: left;
}

.gmap_block,.gmap_info{
	font-size:0.8rem;
	line-height:1.5;
}

.gmap_block .gmap_description{
	font-size:75%;
	margin-top:10px;
}

/*お店の情報（リスト用）*/
#gmap_list{
	width:280px;
	height:0px;
	overflow:scroll;
	float:left;
	margin:0px;
	padding:0px;
	visibility:hidden;
}

#gmap_list li{
	list-style-type:none;
	margin:0px 0px 20px 0px;
	padding:0px;
}

#gmap_list .gmap_photo{
	width:250px;
}

.gmap_title {
    text-indent: -1em;
    margin-left: 1em;
}
.gmap_title:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 4px;
    margin-left: 4px;
    border: transparent solid 5px;
    border-left-color: #664343;
    vertical-align: -1px;
}

#gmap_list .gmap_info,
#gmap_list .gmap_description{
	font-size:75%;
	line-height:1.5;
}

#gmap_list .gmap_description{
	padding-top:5px;
}

.gmap_coord{
	display:none;
}
