@charset "utf-8";

/*-------------------------------------------------
/* $SITEMAP
-------------------------------------------------*/
h2.pageTtl {
	margin-bottom: 24px;
}

p {
	font-size: 1.2rem;
}

#sitemap {
	padding-bottom: 15px !important;
}

#sitemap ul li {
	margin-bottom: 15px;
}

#sitemap ul li p {
	width: 100%;
	font-size: 1.5rem;
	font-weight: bold;
	border-bottom: 2px solid #c5dcb3;
	padding: 0 0 5px 20px;
	background: url(../../common/images/arrow_topics.gif) left center no-repeat;
	-moz-background-size: 12px 12px;
	-webkit-background-size: 12px 12px;
	background-size: 12px 12px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#sitemap ul li a {
	font-size: 1.5rem;
	display: block;
}

#sitemap ul li ul {
	margin-top: 15px;
}

#sitemap ul li ul li {
	font-size: 1.2rem;
	background: url(../../common/images/arrow_R.gif) left center no-repeat;
	-moz-background-size: 5px 9px;
	-webkit-background-size: 5px 9px;
	background-size: 5px 9px;
	padding-left: 15px;
	margin-bottom: 5px;
}