﻿
#sitemap > .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: linear-gradient(-45deg,
	#eaf9ff 25%,
	#fff 25%, #fff 50%,
	#eaf9ff 50%, #eaf9ff 75%,
	#fff 75%, #fff);
	background-size: 15px 15px;
	background-attachment: fixed;
	padding: 8px 10px;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #777;
	text-align: center;
	position: sticky;
	top: 0;
	z-index: 10;
    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;
}