@charset "utf-8";

.header-2015 {
  padding-bottom: 10px;
  border-bottom: 1px solid #d6d7d8;
}
.tls-box .tls-hdg_info,
.tls-box .tls-body_section p:last-child,
.tls-box .tls-body_section .notice-list:last-child,
.tls-box .tls-body_section .notice-list li:last-child,
.tls-box .tls-body_section .uni-link-list:last-child {
  margin-bottom: 0;
}
.tls-box {
  margin: 10px auto 30px;
}
.tls-box .tls-hdg {
  padding: 20px 0 30px;
}
.tls-box .tls-hdg .tls-hdg_info {
  display: table;
  margin: 0 auto;
}
.tls-box .tls-hdg .tls-hdg_icon,
.tls-box .tls-hdg .tls-hdg_ttl {
  display: table-cell;
  vertical-align: middle;
}
.tls-box .tls-hdg .tls-hdg_icon {
  padding-right: 30px;
}
.tls-box .tls-hdg .tls-hdg_ttl {
  font-size: 25px;
  font-weight: bold;
}
.tls-box .tls-body {
  text-align: left;
  padding: 40px;
  background-color: #ececec;
}
.tls-box .tls-body .tls-body_section {
  padding: 10px 0;
}
.tls-box .tls-body .tls-body_section:first-child {
  padding-top: 0;
}
.tls-box .tls-body .tls-body_section:last-child {
  padding-bottom: 0;
}
.tls-box .tls-body .tls-body_section + .tls-body_section {
  border-top: 1px solid #ccc;
}
