@charset "UTF-8";

/*-------------------------
__sitemap_style
-------------------------*/

.sitemap{
  width: 800px;
  margin: 0 auto 70px;
  padding: 120px 0 0 0;
}

.sitemap table{
  width: 100%;
}
.sitemap table td,
.sitemap table th{
  vertical-align: top;
  text-align: left;
  font-weight: bold;
}
.sitemap table th{
  padding: 10px 0 0 30px;
  background: url(images/bg.png) no-repeat left top;
  font-size: 16px;
  color: #d71d21;
  white-space: nowrap;
  line-height: 1.3;
}
.sitemap table td{
  padding: 12px 0 30px;
}
.sitemap table td ul{
  margin: 0 0 20px 0;
  font-size: 0;
}
.sitemap table td ul li{
  display: inline-block;
  margin: 0 0 0 40px;
  font-size: 14px;
}
.sitemap table td ul li a{
  color: #2d2a2a;
  text-decoration: none;
}
.sitemap table td ul li a:after{
  display: inline-block;
  padding: 0 0 0 1em;
  content: "＞";
  color: #d71d21;
}
.sitemap table td ul li a:hover{
  text-decoration: underline;
}








/**/
