#main-content {
  width: 900px;
  text-align: center;
}

#kaisuu {
  font-size: 1.2em;
  color: var(--site-main-color);
}

#main-content > h2 {
  margin-top: 15px;
  font-size: 1.4em;
  font-weight: normal;
}

#lead {
  margin-top: var(--main-object-margin-height);
  line-height: 1.6em;
  text-align: left;
}

#lead > p {
  margin-top: 0.6em;
}

#lead > small {
  display: block;
  margin-top: 1em;
  font-size: 0.9em;
  text-align: center;
}

#lead-link {
  margin: 1em auto 0 auto;
  width: 50%; 
}

#main-content > section {
  margin-top: var(--main-object-margin-height);
  line-height: 1.6em;
  text-align: left;
}

#main-content > section > h1 {
  margin: 0.2em auto 0 auto;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.5em;
  color: var(--site-main-color);
  line-height: 1.3em;
  letter-spacing: 2px;
  font-weight: normal;
  text-align: center;
}

#main-content > section p {
  margin-top: 0.6em;
}

#jushousha > small {
  display: block;
  margin-top: 0.5em;
  font-size: 0.9em;
  text-align: center;
}

#jushousha > .jushousha-list {
  margin-top: 30px;
}

.jushousha-list > h1 {
  font-size: 1.3em;
  font-weight: normal;
  letter-spacing: 1px;
  color: var(--site-main-color);
  text-align: center;
}

.jushousha-list > h2 {
  font-size: 1em;
  font-weight: normal;
  color: var(--site-main-color);
  text-align: center;
}

.jushousha-list > section {
  margin-top: 20px;
}

.jushousha-list > section > .gaiyou-link {
  text-align: left;
}

.jushousha-list > section .gaiyou-link a {
  display: inline-block;
  vertical-align: top;
  padding: 0.4em 1em 0.3em 1em;
  text-align: center;
  font-size: 0.75em;
  line-height: 1em;
  color: var(--site-white-color)!important;
  text-decoration: none!important;
  background-color: var(--site-main-color);
  border: solid 1px var(--site-main-color);
  border-radius: 4px;
}

#main-content > section .gaiyou-link a:hover {
  background-color: var(--site-white-color);
  color: var(--site-main-color)!important;
}

.jushousha-list > section > table {
  text-align: left;
  width: 100%;
}

.jushousha-list > section > table tr th,
.jushousha-list > section > table tr td {
  font-weight: normal;
}

.jushousha-list > section > table tr th {
  width: 5em;
}

.jushousha-list > section > .jusho-riyu {
  padding: 10px 1em;
  margin-top: 10px;
  font-size: 0.9em;
  line-height: 1.6em;
  text-align: left;
  border: solid 1px #888888;
}

.jushousha-list > section > .jusho-riyu > h1 {
  color: var(--site-main-color);
  font-weight: normal;
}

#shurui > section {
  margin-top: 30px;
}

#shurui > section > h1 {
  margin-bottom: 10px;
  font-size: 1.1em;
  font-weight: normal;
  color: var(--site-main-color);
  text-align: center;
}

#archive {
  margin-top: 50px;
  padding: 1em;
  border: solid 1px var(--site-main-color);
  text-align: center;
}

#archive > h1 {
  margin-bottom: 0.8em;
  color: var(--site-main-color);
  font-weight: normal;
}

#archive > ul {
  width: 100%;
  margin-top: 1em;
  list-style-type: none;
}

#archive > ul li {
  display: inline-block;
  width: 24%;
  margin: 0.3em 0;
}

#archive > ul li > a {
  display: inline-block;
  width: 80%;
  padding: 0.3em 0.3em 0.3em 1em;
  border: solid 1px var(--site-black-color);
  font-size: 0.8em;
  text-decoration: none;
}

#archive > ul li > a:hover {
  color: var(--site-main-color);
  border: solid 1px var(--site-main-color);
}
