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

#lead {
  margin-top: 1em;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.2em;
  line-height: 1.4em;
}

#lnav {
  margin-top: 30px;
}

#lnav ul li {
  display: inline-block;
  width: 280px;
  margin: 5px;
}

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

#lnav ul li a:hover,
#lnav ul li.active a {
  color: #ffffff;
  background-color: var(--site-main-color);
}

#main-content > section {
  margin-top: 50px;
  line-height: 1.6em;
  text-align: left;
}

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

#main-content > section > h1 > small {
  line-height: 1.2em;
  letter-spacing: 0;
}

#main-content > section > small {
  display: inline-block;
  margin-top: 1.5em;
  font-size: 0.9em;
  line-height: 1.5em;
}

#main-content > section > ul {
  margin-left: 1.3em;
}
