/* media query */
nav.navStd ul li.sitemap a {
  background-color: #f5f5f5;
  color: #222;
}

.sitemapArea {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (max-width: 1200px) {
  .sitemapArea {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  .sitemapArea {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}

@media screen and (max-width: 960px) {
  .sitemapArea {
    padding-bottom: 0px;
  }
}

.sitemapArea > div {
  width: calc((100% / 3) - 10px);
}

@media screen and (max-width: 668px) {
  .sitemapArea > div {
    width: 100%;
  }
}

.sitemapArea > div > dl {
  margin-bottom: 50px;
}

.sitemapArea > div > dl dt {
  font-weight: 400;
  font-size: 1.3em;
  line-height: 160%;
  margin-bottom: 10px;
}

.sitemapArea > div > dl dd {
  margin-top: 10px;
  margin-left: 1em;
}

.sitemapArea > div > dl a {
  display: inline-block;
}

.sitemapArea > div > dl a:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
/*# sourceMappingURL=index.css.map */