@charset "UTF-8";
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
#about {
  margin: 0 0 30px 25px;
  width: 950px;
}
#about .about-title {
  text-align: center;
  margin: 0 0 20px 0;
}
#about table {
  width: 100%;
}
#about table tr {
  border-bottom: 1px solid #eee;
}
#about table th {
  width: 150px;
}
#about table th, #about table td {
  padding: 15px 20px;
  font-weight: normal;
}

#access {
  margin: 0 0 50px 25px;
  width: 950px;
}
#access #map {
  width: 100%;
  height: 300px;
  background-color: #eee;
  margin: 0 0 5px 0;
}
#access .map-more {
  font-size: 12px;
  text-align: right;
}
#access .access-label {
  color: #529B55;
  font-size: 14px;
}
