.page_sitemap h2.heading {
	margin-bottom: 1%;
}
#sitemap .list_sitemap {
  font-size: 0.857em;
  margin-bottom: 0.8em;
}
#sitemap .list_sitemap li a {
  border-bottom: 2px dotted #bcbcbc;
  color: #3c3c3c;
  display: block;
  line-height: 1.5;
  padding: 3.1% 1%;
}
#sitemap .list_sitemap ul a {
  background-color: #f6f6f6;
}
#sitemap .list_sitemap .dropdown > a {
  background: url("../images/sitemap/arrow.png") no-repeat scroll right center;
  -webkit-background-size: 7.2% auto;
  background-size: 7.2% auto;
}

@media screen and (max-width: 480px) {
  #sitemap .list_sitemap li a {
    border-width: 1px;
  }
}