
.googlemapBox {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.googlemapBox iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mapImg {
	width: 600px;
	margin: 20px auto;
}

.dl_kaijo {
	margin: 10px 0;
}
.dl_kaijo dt {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
}
	.dl_kaijo dt::before {
		content: "\025b6";
		color: #00CCFF;
		margin-right: 5px;
	}
.dl_kaijo dd {
	margin-left: 1.5em;
	margin-bottom: 25px;
}
.dl_kaijo dd img {
	max-width: 640px;
}
.ul_btn_css2 {
  margin: 30px auto 50px;
  text-align: center;
}
.ul_btn_css2 li {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  list-style: none;
  display: inline;
  margin: 0 20px;
}
.ul_btn_css2 li a {
  display: inline-block;
  width:220px;
  padding: 15px 20px;
  color: #fff;
  text-decoration: none;
  background: #0066cc;
  -webkit-box-shadow: 0 0 5px 0 #999;
  -moz-box-shadow: 0 0 5px 0 #999;
  box-shadow: 0 0 5px 0 #999;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.outline::before {
  content: '\f138';
  font-family: FontAwesome;
  margin-right: 10px;
  color: #006BB3;
}

@media screen and (max-width: 640px){

.dl_kaijo dd img {
	max-width: 100%;
}
	
	
	
}










