.title {
  background: #e5e5e5;
  border-top: solid 2px #006667;
  margin: 0 0 30px;
  padding: 10px;
}
.title span {
  font-size: 18px;
}

.box_about {
  margin: 0 0 40px;
  padding: 0 0 0 20px;
}
.box_about h3 {
  font-size: 16px;
  margin: 0 0 25px;
}
.box_about p {
  line-height: 1.4;
}

.tbl_base {
  margin: 0 0 50px;
}
.tbl_base table {
  border-collapse: collapse;
  border-bottom: solid 1px #006667;
  border-top: solid 1px #006667;
  width: 100%;
}
.tbl_base table tr:not(:last-of-type) th {
  border-bottom: solid 1px #006667;
}
.tbl_base table tr:not(:last-of-type) td {
  border-bottom: solid 1px #006667;
}
.tbl_base table .relation_comp td {
  line-height: 1.5;
}
.tbl_base table th {
  background: rgba(0, 102, 103, 0.2);
  font-weight: normal;
  text-align: left;
  padding: 14px 0 14px 65px;
  width: 190px;
}
.tbl_base table td {
  padding: 14px 0 14px 50px;
}

#gmap {
  width: 100%;
  height: 400px;
}

/*# sourceMappingURL=about.css.map */
