@charset "utf-8";


/**************************************************50
 * sitemap
 **************************************************/
#sitemap{
}
#sitemap dl{
}
#sitemap dl dt{
	background-color: #B9D8ED;
	color: #FFFFFF;
	text-align: center;
}
#sitemap dl dd{
}
#sitemap dl dd .list_square{
}
#sitemap dl dd .list_square > li{
	color: #0071BA;
}
@media screen and (max-width:767px){
	#sitemap{
		margin-bottom: 6.25%;
	}
	#sitemap dl{
	}
	#sitemap dl dt{
		margin-bottom: 1.5625%;
		padding: 1.5625% 3.125%;
	}
	#sitemap dl dd{
		padding: 0 3.125%;
	}
}
@media screen and (min-width:768px){
	#sitemap{
		margin-bottom: 100px;
	}
	#sitemap dl{
		border-collapse: separate;
		border-spacing: 0;
		display: table;
		margin-left: auto;
		margin-right: auto;
		table-layout: fixed;
	}
	#sitemap dl dt{
		display: table-cell;
		vertical-align: middle;
		width: 160px;
	}
	#sitemap dl dd{
		display: table-cell;
		vertical-align: middle;
	}
}
@media screen and (min-width:768px) and (max-width:939px){
	#sitemap dl{
		width: 680px;
	}
	#sitemap dl dd{
		padding: 20px 60px;
	}
}
@media screen and (min-width:940px){
	#sitemap dl{
		width: 820px;
	}
	#sitemap dl dd{
		padding: 30px 90px;
	}
}


