@charset 'UTF-8';

/* -----------------------------------------------------------------------------
 * Container > Wrapper > Content
 * -------------------------------------------------------------------------- */
div#content {
  float: left;
  width: 665px;
}

div#content h2 {
  margin: 0 0 25px;
  font-size: 131%;
}

div#content h3 {
  margin: 0 0 10px;
  font-size: 100%;
}


div#content h4 {
  margin: 0 0 5px;
  font-size: 100%;
}

div#content p {
  margin-bottom: 20px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.5;
}

div#content ul,
div#content ol {
  margin-bottom: 20px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.5;
}

div#content dl {
  margin: 0 0 20px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.5;
}

div#content dl dt {
  margin-bottom: 5px;
}

div#content dl dd {
  margin: 0 0 20px;
}
