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

/* -------------------------------------------------

contents

------------------------------------------------- */
#sitemapArea{

}
#sitemapArea dl dt{
	border-top:3px solid #ddd;
	font-size:1.3em;
}
#sitemapArea dl dt a{
	display:block;
	background-color:#f7f7f7;
	padding:10px 20px;
	margin:1px 0;
}
#sitemapArea dl dt a:hover{
	background-color:#f3f3f3;
}
#sitemapArea dl dd{
	margin:0 0 20px;
	padding:10px 20px 0;
	border-top:1px dotted #ddd;
	color:#777;
}

/* PC */
@media screen and (min-width:769px) {

}
/* Tablet */
@media screen and (max-width:768px) {

}



















