/* ★必要★ */
.gm-style-iw {
	width: 350px !important;
	top: 15px !important;
	left: 0px !important;
	background-color: #555;
	/* box 影処理 */
	box-shadow: 0 1px 6px rgba(51, 51, 51, 0.6);
	/*border: 1px solid rgba(72, 181, 233, 0.6);*/
	border: 1px solid rgba(51,51,51, 0.6);
	border-radius: 5px 5px 5px 5px;
}

#iw-container {
	margin-bottom: 10px;
}
#iw-container .iw-title {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 22px;
	font-weight: 400;
	padding: 10px;
	background-color: #63b40d;
	color: white;
	margin: 0;
	border-radius: 2px 2px 0 0;
}
#iw-container .iw-content {
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	margin-right: 1px;
	padding: 5px 5px 20px 3px;
	/*padding: 15px 5px 20px 15px;*/
	max-height: 240px;
	overflow-y: auto;
	overflow-x: hidden;
}
.iw-subTitle {
	font-size: 16px;
	font-weight: 700;
	padding: 5px 0;
}
#GmapInfoBox {
	/*background-image: url("./images/GmapBox.png");*/
	width:350px;
	height:100%;
	background-color: #fff;
	overflow-y: hidden;
	overflow-x: hidden;
}
.GmapInfoBox-title{
	text-align:left;
	line-height:1.6;
	padding:4px 15px;
	font-size:12px;
	font-weight:nomal;
	background-color:#555;
	color:#dfdfdf;
}
.GmapInfoBox-title a{
	color:#fff;
}
.GmapInfoBox-content{
	background-color:transparent;
	margin-top:15px;
}
.GmapInfoBox-content table{
	width:310px;
	margin-left:20px;
}
.GmapInfoBox-content table, .GmapInfoBox-content tr ,.GmapInfoBox-content td{
	background-color:transparent;
	color:#222;
	font-size:12px;
	padding:4px 2px;
}
.GmapInfoBox-link {
	margin:5px 30px 5px auto;
	font-size:13px;
	text-align:right;
}
