/* ========== sitemap.css ========== */

/* サイトマップの設定 */

.sitemap-section ul {
  list-style: none;
  padding-left: 0;
}
.sitemap-section li {
  margin: 0.3em 0;
	line-height: 1.3;
}
.sitemap-section > ul > li {
  margin-top: 1em;
  font-weight: bold;
}
.sitemap-section li ul {
  margin-left: 1.5em;
  font-weight: normal;
}

.sitemap-section a {
  text-decoration: none;
  color: #0077cc;
}
.sitemap-section a:hover {
  text-decoration: underline;
}


