div#contentbody {
  display: flow-root;
  font-size: 1.2em;
  line-height: 1.7;
}
#contentbody figure figcaption {
  font-size: 0.75em;
  color: #666;
  margin-top: 0.2em;
  text-align: right;
  letter-spacing: 0.02em;
}
p { line-height:1.6.em; font-size:0.85em; text-indent:1rem; }

figure {
  display: block;
  width: 100%;
}
figure.align-center {
  display: flex;
  justify-content: center;
  margin: 1em auto;
}
figure.align-center img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  height: auto;
}