/* ----------------------------------------
* section
---------------------------------------- */

/*----------------------------
  - sitemap page
----------------------------*/
#sitemap {
	margin:0;
}
#request {
	margin-bottom:0;
}
#sitemap .inner {
	padding:0;
	border-top:solid 1px #ccc;
}

#sitemap h2, #sitemap p {
	font-weight:normal;
	margin:0;
	padding:0;
}
#sitemap h2 a {
	font-size:18px;
	padding:10px 0 10px 40px;
	background:url(/img/common/icon_arrow_footer.png) no-repeat 13px center #fff;
	margin:0;
	border-bottom:solid 1px #ccc;
}

#sitemap p a {
	font-size:16px;
	padding:10px 0 10px 40px;
	background:url(/img/common/icon_arrow_gr.png) no-repeat 18px center #fff;
	margin:0;
	border-bottom:solid 1px #ccc;
}
#sitemap h2 a, #sitemap p a {
	color:#000;
	text-decoration: none;
	display: block;
}

/* ----------------------------------------
* media query
---------------------------------------- */

@media screen and (min-width: 780px) {
#sitemap {
	margin: 0 auto 60px;
}
#request {
	margin-bottom:100px;
}

#sitemap .inner {
	padding:60px 0 0;
	border-top:0;
}

#sitemap h2 a {
	font-size:22px;
	padding:10px 0 10px 40px;
	background:url(/img/common/icon_arrow_footer.png) no-repeat 13px center #fff;
	border-top:solid 1px #ccc;
}

#sitemap p a {
	font-size:18px;
	padding:10px 0 10px 40px;
	background:url(/img/common/icon_arrow_gr.png) no-repeat 18px center #fff;
}

}
