@charset "UTF-8";

/*--------------------------------------------------------------------
sitemap.html
sitemap.css
--------------------------------------------------------------------*/

/*------------sitemap---------------------------------------------------------------*/
#sitemap table { border: 0 none; }
#sitemap table tr th,
#sitemap table tr td {
	width: auto;
	padding: 0 0 30px;
	background-color: transparent;
	border: 0 none;
}
#sitemap table tr:nth-last-of-type(1) th,
#sitemap table tr:nth-last-of-type(1) td { padding-bottom: 0; }
#sitemap table tr th {
	padding-right: 2em;
	background: url("../../img/line.png") repeat-x left 0.6em;
}
#sitemap table tr td { padding-left: 0.5em; }
#sitemap table tr th a {
	padding-left: 1em;
	padding-right: 0.5em;
	background-color: #fefdf4;
	background-image: url("../../img/arrow_b.png");
	background-repeat: no-repeat;
	background-position: left center;
	color: var(--color-black);
}
#sitemap table tr th ul li a { background-image: none; }
#sitemap table tr th ul li a::before { content: "●"; }
#sitemap table tr th a:hover {
	text-decoration: underline;
	color: var(--color-red);
}

@media (max-width: 979px) {
	#sitemap table tr th,
	#sitemap table tr td { display: block; }
	#sitemap table tr th {
		padding-right: 0;
		padding-bottom: 0.25em;
		background: none;
	}
	#sitemap table tr td { padding-left: 1em; }
}