@charset "UTF-8";

.ul_sitemappc {
	margin-bottom:90px;
	font-size:16px;
}
.ul_sitemappc > li {
	width:30%;
	float:left;
}
.ul_sitemappc > li:nth-child(2n+0) {
	margin-left:5%;
	margin-right:5%;
}

.ul_subsitemap li, .ul_subsitemappc li{
	padding:15px 0 15px 20px;
	border-bottom:#d4d4d4 solid 1px;
}
.ul_subsitemappc li:first-child, .ul_subsitemap li:first-child{
	border-top:#d4d4d4 solid 1px;
}
.ul_subsitemap li:nth-child(1n+0), .ul_subsitemappc li:nth-child(1n+0) {
	background:url(../img/common/header/ico_row01.png) no-repeat left center;
	background-size: 8px auto;
}
.ul_subsitemap li:nth-child(2n+0), .ul_subsitemappc li:nth-child(2n+0) {
	background: url(../img/common/header/ico_row02.png) no-repeat left center;
	background-size: 8px auto;
}
.ul_subsitemap li:nth-child(3n+0), .ul_subsitemappc li:nth-child(3n+0) {
	background: url(../img/common/header/ico_row03.png) no-repeat left center;
	background-size: 8px auto;
}


@media (min-width: 768px) and (max-width: 999px) {
	
}

@media (max-width: 767px) {
	.ul_sitemap {
		margin-bottom:50px;
	}
	.ul_subsitemap li{
		padding:15px 0 15px 15px;
	}
	.ul_sitemap > li {
		float:right;
		width:47%;
		font-size:13px;
	}
	.ul_sitemap > li:first-child {
		float:left;
	}
}

