@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 50px;
	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 {
	position: relative;
	padding-right: 10em;
}
#sitemap table tr th::before {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	border-top: 1px solid var(--co-silv30);
	top: 0.7em;
	left: 0;
	z-index: -1;
}
#sitemap table tr td { padding-left: 0.5em; }
#sitemap table tr th a {
	padding-left: 1em;
	padding-right: 0.5em;
	background-color: var(--co-white);
	background-image: url("../../img/sitemap_a01.png");
	background-repeat: no-repeat;
	background-position: left center;
	color: var(--co-black);
	transition: .5s;
}
#sitemap table tr th ul li { padding-left: 1em; }
#sitemap table tr th ul li a { background-image: url("../../img/sitemap_a02.png"); }
#sitemap table tr th a:hover { color: var(--co-sky); }

@media (max-width: 979px) {
	#sitemap table tr th {
		padding-right: 0;
		padding-bottom: 0.25em;
		background: none;
	}
	#sitemap table tr th::before { display: none; }
	#sitemap table tr td { padding-left: 1em; }
}