@charset "UTF-8";

/*--------------------------------------------------------------------
sitemap.html
sitemap.css
--------------------------------------------------------------------*/


/*------------sitemap---------------------------------------------------------------*/
div#sitemap table { border: 0 none; }
div#sitemap table tr th,
div#sitemap table tr td {
	margin-top: 1em;
	padding: 5px 10px;
	background-color: transparent;
	border: 0 none;
}
div#sitemap table tr th {
	white-space: nowrap;
	background-color: #6e2775;
}
div#sitemap table tr:nth-child(1) th { margin-top: 0; }
div#sitemap table tr:nth-last-of-type(1) td { padding-bottom: 0; }
div#sitemap table tr.TopSp th {}
div#sitemap table tr th a {
	padding-left: 1em;
	background: url(../../img/parts/arrow01.png) no-repeat left center;
	color: #fff;
}
div#sitemap table tr th a:hover {
	color: #ff0;
}
div#sitemap table tr td {
	margin-top: 0;
	padding-left: 2em;
}