@charset "utf-8";
#access h3 {
  font-size: 16px;
  margin-bottom: 15px;
}
#access .detail {
  margin-bottom: 30px;
}
#access .detail li {
  min-height: 16px;
  padding-left: 30px;
}
#access .detail li a {
  text-decoration: underline;
}
#access .detail li a:hover {
  text-decoration: none;
}
#access .detail li + li {
  margin-top: 15px;
}
#access .detail .icon_marker {
  background: url(../img/access/icon_marker.png) left center no-repeat;
}
#access .detail .icon_tel {
  background: url(../img/access/icon_tel.png) left center no-repeat;
}
#access .detail .icon_mail {
  background: url(../img/access/icon_mail.png) left center no-repeat;
}
#access .map {
  padding-bottom: 120px;
  text-align: center;
}
#access #map_canvas {
	width: 820px;
	height: 400px;
	text-align: center;
	margin-bottom: 20px;
}
.map_txt {
	padding: 5px 10px;
	font-weight: bold;
}