@charset "utf-8";
/* サイトマップ専用 */
#site_name{
}
#site_name a{
	color: #333;
	text-decoration: none;
	font-size: large;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	display:block;
	margin-bottom:1em;
	padding:1.2em 0px 1.2em 0px;
}
#sitemap{
	margin-bottom:4em;
}
#sitemap ul{
}
#sitemap li{
	margin-left:20px;
}
#sitemap li a{
	color: #333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	display: block;

	padding:1.2em 0px 1.2em 0px;
}

#site_name a,#sitemap li a{
  position: relative;
  padding-left: 20px;
}

#site_name a::before,#sitemap li a::before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #9ac16d;
  border-right: solid 2px #9ac16d;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}

#site_name a:hover,#sitemap li a:hover{
	background:#f4f4f4;
}