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

/* 上書きCSS */
.sp {
	display: none;
}
.mainVisual, .under:before {
	background-image: url(../images/bg.jpg);
}
#sitemap .areaBox dl dt{
	font-size: calc(1em + 4px);
	padding-top: 18px;
	padding-left: 20px;
	margin-right: 10px;
	border-top: 1px solid #dadada;
	font-weight:bold;
}
#sitemap .areaBox dl dt a{
	font-weight:bold !important;
}
#sitemap .areaBox dl dt:first-child{
	border:none;
}
#sitemap .areaBox dl dd {
	padding: 12px 20px 18px 250px;
    margin-top: -43px;
    line-height: 3;
}

