#article-content {
  width: 900px;
}

#article-content > h2 {
  font-family: "Yu Mincho", "YuMincho", '游明朝', serif;
  color: #ba9f50;
  font-size: 27px;
  text-align: center;
  margin: 0.5em 0 0 0;
}

#article-content > h3 {
  font-size: 18px;
  text-align: center;
  font-weight: normal;
  margin: 1em 0 0 0;
}

#article-content > section {
  margin-top: 30px;
  line-height: 1.6em;
}

#article-content > section > h1{
  font-size: 27px;
  margin-bottom: 0.3em;
}

#article-content > section > h2{
  font-size: 27px;
  width: 100%;
  line-height: 1.4em;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: solid 2px #c4a45e;
}

#article-content > section a {
  text-decoration: underline;
}

#article-content > section img.photo {
  float: right;
  margin: 1em 0 1em 1em;
}
