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

#sitemap{
	width:100%;
	height:auto;
}



#sitemap .title{
	width:90%;
	max-width:1320px;
	margin:auto;
}

#sitemap #contents{
	width:90%;
	max-width:1000px;
	margin:auto;
}


#sitemap dl a:hover{
	background-color:#ececec;
}




#sitemap dl{
	max-width:450px;
	width:45%;
	margin:auto;
	display:inline-block;
	vertical-align:top;
}


#sitemap dl dt{
	font-weight:bold;
	font-size:16px;
	margin-top:50px;
}

#sitemap dl dd{
	margin:5px 0 0 10px;
}


#sitemap dl dd:before{
	content:"├";
	margin-right:5px;
}

#sitemap dl dd.last{
	margin-bottom:50px;
}

#sitemap dl dd.last:before{
	content:"└";
}


#sitemap dl dd.gaibu img{
	width:12px;
	margin-left:10px;
}



@media only screen and (max-width: 789px) { 

#sitemap dl{
	width:94%;
	margin:auto;
	display:block;
	vertical-align:top;
}



}




