@charset "utf-8";
@import url("/tw/CSS/ugC_SiteMap.css");

.wp-sitemap { font-size:0.8em;}
.wp-sitemap dl,
.wp-sitemap dl:nth-child(5n+5){ width:24%; margin-right:calc( 4% / 3 );}
.wp-sitemap dl:nth-child(4n+4) { margin-right:0;}
.wp-sitemap dl dt a { padding:0.5rem 0.25rem;}
.wp-sitemap dl dd a { line-height:1.4;}

@media only screen and (min-width:0px) and (max-width:1024px) {
	.wp-sitemap dl,
	.wp-sitemap dl:nth-child(5n+5),
	.wp-sitemap dl:nth-child(4n+4){ width:32.33%; margin-right:calc( 3% / 2 );}
	.wp-sitemap dl:nth-child(3n+3) { margin-right:0;}
}

@media only screen and (min-width:0px) and (max-width:660px) {
	.wp-sitemap { -webkit-justify-content:space-between; justify-content:space-between;}
	.wp-sitemap dl,
	.wp-sitemap dl:nth-child(5n+5),
	.wp-sitemap dl:nth-child(4n+4),
	.wp-sitemap dl:nth-child(3n+3){ width:49%; margin-right:0;}
	.wp-sitemap dl dd dl.sub-menu dd a { font-size:12px;}
}

@media only screen and (min-width:0px) and (max-width:420px) {
	.wp-sitemap dl,
	.wp-sitemap dl:nth-child(5n+5),
	.wp-sitemap dl:nth-child(4n+4),
	.wp-sitemap dl:nth-child(3n+3),
	.wp-sitemap dl:nth-child(2n+2){ width:100%; margin-right:0;}
}