
/* サイトマップ */

.sitemapArea h2 {
	font-size: 1.8rem;
}

.sitemapArea h2 a {
	background: url(/agcct/lib/img/ic_arr07.png) no-repeat right center;
	padding-right: 25px;
}

.cateArea {
	padding: 20px 0px;
	border-bottom: 1px solid #ddd;
}

.cateArea ul {
	padding-top: 20px;
}

.cateArea li {
	float: left;
	width: 44%;
	font-size: 1.4rem;
	font-weight: bold;
	list-style-type: disc;
	margin: 15px 0% 0px 6%;
}



