table.corporation_deta {
  border-collapse: collapse;
  width: 100%;
}
@media screen and (max-width: 767px) {
  table.corporation_deta {
    display: block;
  }
  table.corporation_deta tbody, table.corporation_deta th, table.corporation_deta td {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  table.corporation_deta tr:first-child {
    border-top: 1px solid #000;
  }
}
table.corporation_deta tr th, table.corporation_deta tr td {
  padding: 15px;
  border: 1px solid #000;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  table.corporation_deta tr th, table.corporation_deta tr td {
    border-top: none;
  }
}
table.corporation_deta tr th {
  background-color: rgba(238, 238, 238, 0.8);
  vertical-align: middle;
  font-weight: normal;
}
table.corporation_deta tr td {
  background-color: rgba(255, 255, 255, 0.7);
}

article.narrow {
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  article.narrow {
    padding: 0;
  }
}
article.narrow p {
  margin: 0 0 1em;
  font-size: 14px;
  line-height: 1.6;
}
article.indent p {
  text-indent: 1em;
}

div.greeting_box {
  margin-bottom: 50px;
}
div.greeting_box:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  div.greeting_box {
    margin-bottom: 30px;
  }
}
div.greeting_box div.greeting_pic {
  float: right;
  width: 350px;
}
@media screen and (max-width: 979px) {
  div.greeting_box div.greeting_pic {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  div.greeting_box div.greeting_pic {
    float: none;
    margin-bottom: 20px;
    width: 100%;
  }
}
div.greeting_box div.greeting_pic .greeting_name {
  margin: 10px 0 0px;
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  div.greeting_box div.greeting_pic .greeting_name {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
div.greeting_box div.greeting_pic .greeting_name span {
  padding-right: 1em;
}
div.greeting_box div.greeting_text {
  float: left;
  width: 500px;
}
@media screen and (max-width: 979px) {
  div.greeting_box div.greeting_text {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  div.greeting_box div.greeting_text {
    float: none;
    width: 100%;
  }
}
div.greeting_box div.greeting_text p {
  margin: 0 0 1em;
  line-height: 1.8;
}

/*# sourceMappingURL=corporation.css.map */
