@charset "UTF-8";
ul.Sitemap {
    border-top: 1px dotted #492c06;
}
ul.Sitemap,
ul.Sitemap ul {
	position: relative;
	left: 0;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-width: 300px;
	margin : 0;
	padding: 0;
	line-height : 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
ul.Sitemap {
	background-color: rgba(0,0,0,.03);
}
ul.Sitemap > li > ul {
    padding-left: 2em;
	background-color: rgba(0,0,0,.03);
}
ul.Sitemap > li > ul > li ul {
    padding-left: 2em;
	background-color: rgba(0,0,0,.03);
}

ul.Sitemap li {
	list-style-image : none;
	list-style-type : none;
	line-height: 30px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

ul.Sitemap > li > a {
	background-image: url(../vsImgRes/1-A.png);
	background-position:.2em 50%;
	background-repeat: no-repeat;
    font-size: 1em;
}
ul.Sitemap > li > ul > li > a {
	background-image: url(../vsImgRes/2-A.png);
	background-position:.2em 50%;
	background-repeat: no-repeat;
	font-size: .95em;
}
ul.Sitemap > li > ul > li > ul > li > a {
	background-image: url(../vsImgRes/3-A.png);
	background-position:.2em 50%;
	background-repeat: no-repeat;
	font-size: .9em;
}

ul.Sitemap a,
ul.Sitemap a:visited,
ul.Sitemap a:active {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	max-width: 100%;
	margin: 0;
	text-decoration : none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    padding: 0 .5em 0 2em;
}
ul.Sitemap a:hover {
	text-decoration : none;
}

@media only screen and (max-width : 640px) {
	ul.Sitemap,
	ul.Sitemap ul,
    ul.Sitemap li {
		max-width: 580px;
	}
}
@media only screen and (max-width : 580px) {
	ul.Sitemap,
	ul.Sitemap ul,
    ul.Sitemap li {
		max-width: 520px;
	}
}
@media only screen and (max-width : 400px) {
	ul.Sitemap,
	ul.Sitemap ul,
    ul.Sitemap li {
		max-width: 300px;
	}
}