@charset "utf-8";
/* CSS Document */



#sitemap ul.clmBox2 > li:nth-child(1) { width:65%;}
#sitemap ul.clmBox2 > li:nth-child(2) { width:34%;}

#sitemap ul.clmBox2 img {width:100%; max-width:100%;}


#sitemap dl { width:100%; }

#qccess dl::after{
  content: "";
  display: block;
  clear: both;
}

#sitemap dt { font-weight:bold; }

#sitemap dd { padding-left:1em; line-height:1.8;}

#sitemap dd span { font-size:120%; }

#sitemap a.link:link,
#sitemap a.link:visited,
#sitemap a.link:active {
color:#010101;
border-bottom:#010101 1px dotted;
}
#sitemap a.link_sub:link,
#sitemap a.link_sub:visited,
#sitemap a.link_sub:active {
color:#099d98;
}
#sitemap a.link:before,
#sitemap a.link_sub:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    left: 10px;
    top: 15px;
    border-left: 5px solid #099d98;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    padding-left: .5em;
}


h3.line {
	border-bottom:none!important;
	margin-top:30px;
}
#sitemap ul.list {
	margin-top:10px;
}
#sitemap ul.list li {
	margin-left:2em;
	margin-bottom:.8em;
}

#sitemap #trans ul.clmBox2 > li:nth-child(1) { width:50%;}
#sitemap #trans ul.clmBox2 > li:nth-child(2) { width:49%;}
#sitemap ul.trans { margin-top:15px;}
#sitemap ul.trans li {
text-indent:-1em;
margin:.5em 0 .5em .5em;
line-height:1.4;
font-size:100%;
}