/* --------------------------------------------------------------------------
   sub-sitemap.css 用途：網站導覽用
   -------------------------------------------------------------------------- */
@charset "utf-8";
/* CSS Document */

.sitemap dl{ width: calc(100% / 5 - 19px); float: left; margin-left: 23px; padding-bottom: 3.5em;}
.sitemap dl:first-child{margin-left:0;}
.sitemap dt {margin-bottom: 1em;}
.sitemap dt a{ border-bottom: rgb(18, 176, 255) 1px solid; display: block; padding: 5% 2%; font-size: 1.2em; color: #171717; font-weight: bold;}
.sitemap dd{padding: 0;}
.sitemap dd a{display:block; padding:7px 5px; border-bottom:#ccc 1px dashed; font-size:0.9em; color: #464646;}


@media screen and (max-width:768px) {
	.sitemap dl{width:calc(100% / 2 - 16px);margin-left:25px;}
	.sitemap dl:nth-child(2n+1){clear: both; float:left;margin-left: 0; }
}