
/* 地図 */
#map {
  width: 870px;
  height: 500px;
}

/* 当事務所のご案内 */
#about {
  background-image: url(../img/index/about.png);
  background-repeat: no-repeat;
  width: 870px;
  height: 507px;
  text-align: left;
  margin: 50px 0px 0px 0px;
}
#about_address {
  font-size: 16px;
  padding: 329px 0px 0px 445px;
}
#about_station {
  font-size: 18px;
  padding: 20px 0px 0px 468px;
}

