<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*.page-information h4 {
  color: #3498db;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
}
.page-information h5 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}*/

/* sitemap */
.sitemap-content .page-list {
  overflow: hidden;
  *zoom: 1;
  margin: 0 0 40px;
  padding: 0 20px;
  list-style-type: none;
}
.sitemap-content .page-list .page_item {
  float: left;
  width: 195px;
}
.sitemap-content .page_item {
  min-height: 12px;
  margin-bottom: 5px;
  padding-left: 15px;
  background: transparent url("../img/common/arrow_circle_blue_bg.png") no-repeat left 7px;
  line-height: 1.8;
}
.sitemap-content .page_item a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #3d3d3d;
}
.sitemap-content .page_item a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.sitemap-content .page_item-top {
  margin-bottom: 30px;
}

#important_matter ul li{
list-style: none;
}

#important_matter .disc li{
list-style: disc;
}

</pre></body></html>