@charset "utf-8";

.heading {
  font-size: 18px;
  color: #92cf05;
  margin: 30px 0 15px;
  border-bottom: 2px dotted #bbb;
  background: url(/access/img/h3_icon_access.png) no-repeat left center;
  padding: 5px 0 5px 40px;
}

h2.access {
  margin-bottom: 20px;
  height: 0;
  padding-top: 12.98%;
  background: url(/access/img/main_ttl_access.png) 0 0 no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

h2.bus {
  margin-bottom: 20px;
  height: 0;
  padding-top: 12.98%;
  background: url(/access/img/main_ttl_bus.png) 0 0 no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.txt-ttl {
  color: #92cf05;
  font-weight: bold;
}

.color {
  color: #92cf05;
}

#contents a {
  color: #92cf05 !important;
  text-decoration: underline;
}
#contents a:hover {
  opacity: 0.7;
  text-decoration: none;
}

table {
table-layout: fixed;
word-break: break-word;
	width: 100%;
	margin: 20px auto 10px;
	border-top: 1px solid #cfcfcf;
	border-left: none;
}
table th {
/*	width: 95%; */
/*	background: #eaeaea; */
	padding: 10px;
	text-align: center;
	font-weight: bold;
 	border-right: none;
	border-bottom: 1px solid #cfcfcf;
	line-height: 1.6em;
}
table td {
	background: none;
	padding: 10px;
	border-right: none;
	border-bottom: 1px solid #cfcfcf;
	line-height: 1.6em;
}

table.area th {
width: 20%; 
}


.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

@media (max-width: 767px) {
table.area th {
width: 15%; 
}
}
