<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#sitemap &gt; .container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

#sitemap a:hover {
    opacity: 0.8;
    transition: opacity .3s;
}

#sitemap h1.ttl {
    background: #fff;
    background: linear-gradient(-45deg, #eaf9ff 25%, #fff 25%, #fff 50%, #eaf9ff 50%, #eaf9ff 75%, #fff 75%, #fff);
    background-size: 15px 15px;
    background-attachment: fixed;
    padding: 10px 20px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #777;
    width: 100%;
}

#sitemap dl {
    font-size: 16px;
    margin: 0 1em;
}

#sitemap dl:first-child {
    margin-left: 25px !important;
}

#sitemap dt {
    margin: 20px 0 5px 0;
    padding-left: 18px;
}

#sitemap dt:before {
    margin: 0 5px 0 -18px;
    padding: 3px;
    color: #FFF;
    font-size: 8px;
    border-radius: 50%;
    background: #999;
}

#sitemap dt a {
    font-weight: bold;
}

#sitemap dt a:hover {
    color: #999;
}

#sitemap dt.other {
    padding: 0;
    font-weight: bold;
}

#sitemap dd {
    padding-left: 18px;
}

#sitemap dd:before {
    margin: 0 5px 0 -18px;
    padding: 3px;
    color: #999;
    font-size: 8px;
}

#sitemap a {
    transition: .3s;
}</pre></body></html>