<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* *************
  heqading 
 ************** */
#sitemap {
  margin: 0 auto;
  border-bottom: 1px solid #e0e0e0;
  color: #333333;
  font-size: 14px;
}

#sitemap h1 {
  margin: 0;
  padding: 10px 10px 15px;
  font-size: 142.85%;
  font-weight: bold;
}

#sitemap h2 {
  margin: 0;
  padding: 15px 10px;
  background-color: #0077e0;
  font-size: 142.85%;
  font-weight: bold;
  color: #ffffff;
}

#sitemap h3 {
  position: relative;
  margin: 0;
  padding: 15px 10px 15px 20px;
  border-bottom: 2px solid #0077dd;
  background-color: #f5f5f5;
  font-size: 128.57%;
  font-weight: bold;
}

#sitemap h3:before {
  content: '';
  position: absolute;
  left: 10px;
  width: 4px;
  height: 1.2em;
  background-color: #0077dd;
}

#sitemap h4 {
  display: block;
  position: relative;
  margin: -1px 0 0;
  padding: 15px 10px;
  border-top: 1px solid #a7d1ee;
  border-bottom: 1px solid #a7d1ee;
  background-color: #e4f4ff;
  font-weight: bold;
}

#sitemap .sitemapSecLv2 &gt; .sitemapCol:first-child h4,
#sitemap .sitemapSecLv3 .sitemapCol3Wrapper:first-child &gt; .sitemapCol:first-child h4 {
  margin-top: 0;
}

/* *************
  component 
 ************** */
#sitemap .sitemapList a {
  display: block;
  position: relative;
  padding: 15px 10px;
  border-bottom: 1px solid #e0e0e0;
  color: #0077dd;
  text-decoration: none;
}

#sitemap .sitemapList a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 13px;
  height: 13px;
  margin-top: -6px;
  background: url(/contents/nikki/sitemap/img/ico_linkarrow_gray.png) no-repeat right center;
}

#sitemap .sitemapList li:last-of-type a {
  border-bottom: none;
}

/* *************
  javascript 
 ************** */
#sitemap .jqAccordionArea {
  display: none;
}

#sitemap .jqAccordionArea.jqAccordionSpView {
  display: block;
}

#sitemap .jqAccordionOpened:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 13px;
  height: 13px;
  margin-top: -6px;
  background: url(/contents/nikki/sitemap/img/ico_minus_blue.png) no-repeat right center;
}

#sitemap .jqAccordionClosed:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 13px;
  height: 13px;
  margin-top: -6px;
  background: url(/contents/nikki/sitemap/img/ico_plus_blue.png) no-repeat right center;
}
</pre></body></html>