@charset "shift_jis";


/* 交通アクセス
---------------------------------*/

#index.access #content #main {
	width: 980px;
}
#index.access #content #main #outline {
	margin-bottom: 40px;
}
#index.access #content #main #outline dl {
	border-bottom: 1px dotted #ccc;
	overflow:hidden;
	_zoom:1;
	width: 980px;
}
#index.access #content #main #outline dl dt {
	float: left;
	width: 180px;
	font-weight: bold;
	padding: 10px 20px 10px 30px;	
	background: url(../../common/img/ico_circle_blue.png) no-repeat 10px 13px;
}
#index.access #content #main #outline dl dd {
	float: left;
	width: 710px;
	padding: 10px 20px;
}

/* マップ */

#gm1 {
	width: 980px;
	height: 500px;
	margin: 0 auto 30px auto;
}
.infoWindow {
  width: 250px;
}
.infoWindow h1 {
  margin: 0 0 10px;
  font-size: 12px;
}
.infoWindow p {
  margin: 0;
  font-size: 12px;
  line-height: 160%;
}
.infoWindow p span {
  font-size: 80%;
}
.infoWindow strong {
	color: #ae2353;
}
