@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;
	border: 0 none;
	background-color: transparent;
}
#sitemap table tr:last-of-type th,
#sitemap table tr:last-of-type td { padding-bottom: 0; }
#sitemap table tr th { background: url("../../img/sitemap/line.png") repeat-x left 0.6em; }
#sitemap table tr th a {
	padding: 0 0.5em 0 1em;
	background-color: #eeefef;
	background-image: url("../../img/sitemap/arrow01.png");
	background-position: left center;
	background-repeat: no-repeat;
	color: var(--color-black);
}
#sitemap table tr th ul {
	padding-left: 1em;
	line-height: 1.6;
}
#sitemap table tr th ul a { background-image: url("../../img/sitemap/arrow02.png"); }
#sitemap table tr th ul ul a { background-image: url("../../img/sitemap/arrow03.png"); }
#sitemap table tr td { padding-left: 0.5em; }

@media (max-width: 979px) {
	#sitemap table tr th,
	#sitemap table tr td {
		display: block;
		padding: 0;
	}
	#sitemap table tr th { background: none; }
	#sitemap table tr td { padding-left: 1em; }
	#sitemap table tr:not(:last-of-type) td { padding-bottom: 1.5em; }
}