@charset "utf-8";

.sitemap {background:#f6f6f6;}
.sitemap .trigger {display:block;text-align:center;width:100%;border-top:1px solid #ccc;border-bottom:1px solid #ccc;height:60px;line-height:59px;font-size:17px;color:#666;background:#fff;}
.sitemap .trigger span {position:relative;display:table;margin:0 auto;}
.sitemap .trigger span:after {display:block;content:'';position:absolute;right:-36px;top:50%;margin-top:-9px;width:17px;height:17px;background:url(../img/button/btn-sitemap.png) 0 0 no-repeat;}
.sitemap.active .trigger span:after {background:url(../img/button/btn-sitemap-active.png) 0 0 no-repeat;}

.sitemap .dep01 {padding:55px 0 70px;}
.sitemap .dep01:after {display:block;content:'';clear:both;}
.sitemap .dep01 > li {float:left;margin-left:63px;}
.sitemap .dep01 > li:first-child {margin-left:0;}
.sitemap .dep01 > li > .dep01-title {display:block;font-size:18px;color:#222;}
.sitemap .dep02 {margin-top:30px;}
.sitemap .dep02 > li {margin-top:10px;}
.sitemap .dep02 > li:first-child {margin-top:0;}
.sitemap .dep02 > li > a {display:block;font-size:14px;line-height:24px;color:#666;}
