@charset "UTF-8";

/*--------------------------------------------------------------------
sitemap.html
sitemap.css
--------------------------------------------------------------------*/


/*------------sitemap---------------------------------------------------------------*/
#sitemap table { border: 0 none; }
#sitemap table tr th,
#sitemap table tr td {
	padding: 0 0 40px 0;
	background-color: transparent;
	border: 0 none;
}
#sitemap table tr th { padding-bottom: 0; }
#sitemap table tr:nth-last-of-type(1) td { padding-bottom: 0; }
#sitemap table tr th a {
	padding-left: 1.5em;
	padding-right: 0.8em;
	background-color: #fff;
	background-image: url(../../img/parts/arrow01.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#sitemap table tr th ul { padding-left: 1.5em; }
#sitemap table tr th ul li a {
	padding-left: 1em;
	background-image: url(../../img/parts/arrow02.png);
}
#sitemap table tr td { padding-left: 1.5em; }