#moushikomi-date > section {
  //width: 55%;
  width: 60%;
  margin: 10px auto 0 auto;
  padding: 0.5em 0.8em 0.5em 1.2em;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.05em;
  line-height: 1.6em;
  color: var(--site-white-color);
  background-color: var(--site-red-color);
}

#moushikomi-date > section.shimekiri {
  background-color: #888888;
}

#moushikomi-date > section > h1 {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.6em;
  padding: 0.3em 0.6em;
  line-height: 1em;
  font-weight: normal;
  border: solid 1px var(--site-white-color);
}

#moushikomi-date > section .uchikeshi:before {
  border-top: solid 1px var(--site-white-color);
}

#moushikomi-date > section .uchikeshi:after {
  border-bottom: solid 1px var(--site-white-color);
}

#moushikomi-download {
  margin-top: 25px;
  text-align: center;
}

#moushikomi-download ul li {
  display: inline-block;
  width: 400px;
  margin: 5px;
}

#moushikomi-download ul li a,
#moushikomi-download ul li span {
  display: inline-block;
  width: calc(100% - 4px);
  padding: 0.5em 0;
  font-size: 0.9em;
  line-height: 1em;
  color: #ffffff;
  background-color: var(--site-main-color);
  border: solid 2px var(--site-main-color);
  text-decoration: none;
}

#moushikomi-download ul li a:hover {
  color: var(--site-main-color);
  background-color: #ffffff;
}

#moushikomi-download ul li span {
  background-color: #888888;
  border: solid 2px #888888;
}

#main-content > section > table {
  margin: 0.3em auto 0 auto;
  width: 100%;
}

#main-content > section > table tr th,
#main-content > section > table tr td {
  padding: 0.3em 0.8em;
  border: solid 1px #666666;
  font-size: 0.9em;
  line-height: 1.5em;
  vertical-align: middle;
  background-color: #ffffff;
}

#main-content > section > table tr th {
  font-weight: normal;
  background-color: #fefcf2;
  text-align: center;
}

#main-content > section > table tr th small,
#main-content > section > table tr td small {
  display: inline-block;
  font-size: 0.85em;
  line-height: 1.5em;
}

#boshu-gaiyou > table tr th {
  width: calc(100% / 4);
}

#boshu-gaiyou > table tr td {
  text-align: left;
}

#merit > h2 {
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.1em;
  letter-spacing: 1px;
  color: #333333;
  font-weight: normal;
}

#merit > p {
  margin-top: 0.5em;
  text-align: left;
}

#course > table tr td {
  width: calc(100% / 3);
  text-align: center;
}

#course > table tr td.fee {
  background-color: #fefcf2;
}

#course > small {
  display: block;
  margin-top: 1em;
  font-size: 0.8em;
}
