body {
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
line-height: 1.28em;
}

table.header-link {
    font-size: 0.84em;
    width: 630px;
    border: none;
    margin:0 auto;
}
table.header-link td.header-link1 {
    text-align: left;
    height: 54px;
}
table.header-link td.header-link2 {
    text-align: right;
    height: 54px;
}
.title-image {
    width: 630px;
    height: 81px;
    margin: 0 auto;
    /*background-image: url("img/teachers.jpg")*/
}
.subtitle-image {
    width: 115px;
    height: 21px;
    margin: 16px auto 38px auto;
    /*background-image: url("img/stlinfo.gif")*/
}

table.information {
    font-size: 0.84em;
    width: 75%;
    border-collapse : collapse;
    margin:0 auto;
    text-align: left;
}
table.information > tbody > tr > td {
    border: 1px solid #666;
}  
table td.information-td-title {
    width: 170px;
    padding: 3px 6px;
}  
table td.information-td-data {
    padding: 3px 6px;
    word-break: break-all;
}


table.information2 {
  font-size: 1em;
  width: 100%;
  margin: 0;
  padding: 3px 6px;
  border: none;
  border-collapse : collapse;
}
table.information2 td {
  border-collapse : collapse;
  padding: 3px 6px;
}
table.information2 td.bd-lb {
  border-top: none;
  border-bottom: 1px solid #666;
  border-left: 1px solid #666;
}
table.information2 td.bd-l {
  border-top: none;
  border-bottom:  none;
  border-left: 1px solid #666;
}
table.information2 td.information2-td-title1 {
  width: 42px;
}
table.information2 td.information2-td-title2 {
  width: 114px;
}


table.information2-td {
  padding: 0;
}

.content-body {
  margin-bottom: 54px;
}

.editors-link {
  margin-bottom: 38px;
}

.footer-copyright {
  margin-top: 12px;
  margin-bottom: 14px;
}

.content-body,
.editors-link,
.footer-area {
  text-align: center;
}

@media print {
  table.information {
    width: 94%;
  }
  .print-hide {
    display: none;
  }
}