@charset "UTF-8";
/* CSS Document */
.contents {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 40px 0;
  overflow: hidden;
}
.contents h2,
.contents h3 {
  padding: 1em 0;
  font-size: 2.8em;
  font-weight: 700;
  color: #222;
  text-align: center;
}
.sitemap dl dt {
  color: #111;
  font-size: 1.55em;
  margin-bottom: 1em;
  font-weight: 700;
  background-color: #f3f3f3;
  line-height: 2.4em;
  text-indent: 1em;
  border-left: 2px solid rgb(0,70,140);
}
.sitemap dl dt a {
  color: #111;
  text-decoration: underline;
}
.sitemap dl dd {
  color: #111;
  font-size: 1.4em;
  line-height: 1.7em;
  margin-bottom: 1.7em;
  padding: 0 1em;
  text-align: justify;
}
.sitemap dl dt i {
  margin: 0 0 .5em 0;
  color: #F07F3B;
}

