@charset "utf-8";

#main-contents .lcont.kiji h2 {
	padding:0 0 14px;
	font-weight:700;
	font-size:26px;
}

@media screen and (max-width: 767px) {
	#main-contents .lcont.kiji h2 {
		padding:0 0 15px;
		font-size:18px;
	}
}

#main-contents .lcont.kiji h2 {
	padding:0 0 30px;
	font-weight:700;
	font-size:24px;
}

#sitemap {
	color:#521F00;
	font-size:14px;
	line-height:1.6;
}

#sitemap a:link,#sitemap a:visited {
	text-decoration:none;
}

#sitemap a:hover,#sitemap a:active {
	text-decoration:underline;
}

#sitemap .block:first-child {
	padding-top:30px;
	border-top:1px dashed #a9907f;
}

#sitemap .block {
	overflow:hidden;
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:1px dashed #a9907f;
}

#sitemap .block .list {
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding-right:20px;
	width:190px;
}

#sitemap .block .list h3 {
	margin-bottom:8px;
}

#sitemap .block .list h3 a {
	color:#e8374e;
	font-size:16px;
}

#sitemap .block .list ul {
}

#sitemap .block .list ul li a {
	color:#542200;
}

@media screen and (max-width:767px) {
	#sitemap .block:first-child {
		padding-top:20px;
	}
	
	#sitemap .block {
		margin-bottom:20px;
		padding-bottom:20px;
	}
	
	#sitemap .block .list {
		float:none;
		width:auto;
	}
	
	#sitemap .block .list+.list {
		margin-top:20px;
	}
	
	#sitemap .block .list h3 {
		margin-bottom:0;
	}
	
	#sitemap .block .list ul {
		margin-top:10px;
		margin-bottom:20px;
	}
	
	#sitemap .block .list ul li {
		display:inline-block;
		margin-right:20px;
		margin-bottom:10px;
	}
}