@charset "UTF-8";
/*
 * cmn_module.css
 *
 */
 #global_container {
    margin-bottom: 35px;
}
/* sitemap_links
---------------------------------------------------------- */
.categori{
	border-bottom: 1px solid #1c2c3a;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 16px;
}
.categori a{
	display: inline-block;
	position: relative;
	padding-right: 18px;
}
.categori a:after{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	border-top: 2px solid #1c2c3a;
	border-right: 2px solid #1c2c3a;
	width: 9px;
	height: 9px;
	margin-top: -5px;
	margin-left: 0;

	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.categori{
	margin-bottom: 60px;
}
#sitemap_links{
	overflow: hidden;
	pdadding-bottom: 20px;
	}
	#sitemap_links .box{
		float: left;
		width: 222px;
		margin-right: 30px;
		margin-bottom: 60px;
		}
		#sitemap_links .box .categori{
			margin-bottom: 15px;
		}
	#sitemap_links .box:nth-child(4n){
		margin-right: 0;
		}
		#sitemap_links .box li{
			background: url("/common/img/bg/bg_arrow_01.png") left 7px no-repeat;
			-webkit-background-size:5px 6px ;
			background-size:5px 6px ;
			padding-left: 10px;
			margin-bottom: 5px;
		}
		#sitemap_links .box.n1 li{
			width: 40%;
		}
		#sitemap_links .box.n1 li:nth-child(2n){
			width: 60%;
		}
		#sitemap_links .box.n2 li{
			width: 70%;
		}
		#sitemap_links .box.n2 li:nth-child(2n){
			width: 30%;
		}
			#sitemap_links .box li a{
				font-weight: normal;
			}
		
