@charset "utf-8";

.heading {
  font-size: 18px;
  color: #987a10;
  margin: 0 0 10px;
  border-bottom: 2px dotted #bbb;
  background: url(/sitemap/img/h3_icon_sitemap.png) no-repeat left center;
  padding: 5px 0 5px 40px;
}

h2.sitemap {
  margin-bottom: 20px;
  height: 0;
  padding-top: 12.98%;
  background: url(/sitemap/img/main_ttl_sitemap.png) 0 0 no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.txt-ttl {
  color: #987a10;
  font-weight: bold;
}

.color {
  color: #987a10;
}

#contents a {
  color: #987a10 !important;
  text-decoration: underline;
}
#contents a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.notice {
  color: #d10000;
}

.unit {
	width: 45%;
        float: left;
        display: block;
        padding: 5px;
        margin: 5px;
}

@media (max-width: 767px) {
.unit {
	width: 90%;
}
