@charset "utf-8";
/* CSS Document */


#sitemapwrapper{
	width: 837px;
	height: 1500px;
	margin-left: 15px;
}

#sitemaptop{
	width: 837px;
	height: 50px;
	box-shadow: 3px 3px 10px;
	border: 0px solid #000;
	margin-bottom: 20px;
}

#sitemap{
	width: 122px;
	margin-top: 15px;
	margin-left: 43px;
	margin-right: 10px;
}

#sitemap01{
	width: 164px;
	float: left;
}

#sitemap02{
	width: 164px;
	margin-top: 0px;
	margin-left: 30px;
	float: left;
}


#sitemapwaku{
	width: 560px;
	margin-top: 50px;
	margin-left: auto;
	margin-right:auto;
}


div#sitemap a {
	color:#000;
    text-decoration: none;
}

div#sitemap a:hover {
    color: #F06;
    text-decoration: none;
}









div#sitemap ul li {
	position: relative;
	margin-bottom: 10px;
}
div#sitemap ul li::after,
ul li::before {
	display: block;
	content: '';
	position: absolute;
}
div#sitemap ul li::after {
	top: .35em;
	left: -1.2em;
	width: 14px;
	height: 14px;
	background-color: #3498db;
	border-radius: 100%;
}
div#sitemap ul li::before {
	z-index: 2;
	top: .625em;
	left: -.975em;
	width: 4px;
	height: 4px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
