.corporate-history_table thead {
  border-bottom: solid 1px #707070;
}
.corporate-history_table thead th, .corporate-history_table thead td {
  border: 0;
  font-weight: normal;
}
.corporate-history_table tbody th, .corporate-history_table tbody td {
  border: 0;
}
.corporate-history_table th, .corporate-history_table td {
  padding: 1.6rem 3.2rem;
  border: 0;
}
.corporate-history_table .date {
  width: 20%;
  padding: 16px 0;
  border-right: solid 1px #707070;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .corporate-history_table .date {
    width: 35%;
    text-align: left;
    padding: 11px 0 0 18px;
    vertical-align: top;
  }
}
.corporate-history_table .event {
  width: 80%;
  padding: 1.6rem 3.2rem;
}
@media screen and (max-width: 767px) {
  .corporate-history_table .event {
    width: 65%;
    padding: 8px 16px;
  }
}

@media screen and (max-width: 767px) {
  .page-content table.corporate-history_table {
    min-width: 100%;
    border: solid 1px #707070;
  }
}

/*# sourceMappingURL=corporate-history.css.map */

table {
    border-bottom: solid 1px;
}