@charset "UTF-8";


/* /////////////////////////////////////////////////

	Main CSS
	
	Author	tanayoshi
	Date	2013/11/29

///////////////////////////////////////////////// */

#sitemapArea{
	margin-bottom: 40px;
}

#sitemap{
	margin: 0 50px;
}

#sitemap > li{
	border-bottom: 1px dotted #c8c8c8;
}

#sitemap > li:last-child{
	border: none;
}

#sitemap li{
	font-size:14px;
	padding-left: 24px;
	margin: 8px 0;
}

#sitemap li.siteWrap_a{
	background: #FFF url(arr_a.png) no-repeat 0 10px;
	padding-top: 10px;
	padding-bottom: 14px;
}

#sitemap li.siteWrap_b{
	background: #FFF url(arr_b.png) no-repeat 0 0;
}

#sitemap li.siteWrap_a > ul{
	padding-left: 180px;
	margin-top: -26px;
	margin-bottom: -4px;
}


/*--------------------------*/
#sitemap_box{
	margin:0 30px;
}

#sitemap_box .one_col{
	border-bottom: 1px dotted #c8c8c8;
	overflow: hidden;
	padding-top: 15px;
}

.one_col p{
	font-size:15px;
	height: 25px;
	line-height: 25px;
	background: url(arr_a.png) no-repeat 0 4px;
	padding-left: 25px;
	margin-bottom:15px;
}

.one_col ul{
	margin-left: 30px;
	margin-bottom: 30px;
}

.one_col ul li{
	font-size: 13px;
	height: 20px;
	line-height: 20px;
	background: url(arr_b.png) no-repeat 0 1px;
	padding-left: 25px;
	margin-bottom:10px;
}

.one_col .col_l{
	float: left;
	width: 200px;
}

.one_col .col_r{
	float: right;
	width: 200px;
}

.clear_float{
	clear: both;
}


/*------------------*/
#sitemap_box .home_col{
	border-bottom: 1px dotted #c8c8c8;
	padding-top: 15px;
}

#sitemap_box .home_col p{
	font-size:15px;
	height: 25px;
	line-height: 25px;
	background: url(arr_a.png) no-repeat 0 4px;
	padding-left: 25px;
	margin-bottom:15px;
}

#sitemap_box .sitemap_left{
	float: left;
	width: 210px;
	margin-left: 25px;
}

#sitemap_box .sitemap_right{
	float: right;
	width: 210px;
	margin-right: 70px;
}

.link_box{
	overflow: hidden;
	border-bottom: 1px dotted #c8c8c8;
	padding-top: 15px;
}

.link_box p{
	font-size:15px;
	height: 25px;
	line-height: 25px;
	background: url(arr_a.png) no-repeat 0 4px;
	padding-left: 25px;
	margin-bottom:15px;
}

.link_box ul{
	margin-left: 30px;
	margin-bottom: 20px;
}

.link_box ul li{
	font-size: 13px;
	height: 20px;
	line-height: 20px;
	background: url(arr_b.png) no-repeat 0 1px;
	padding-left: 25px;
	margin-bottom:10px;
}

.sitemap_left > li:last-child,
.sitemap_right > li:last-child{
	border: none;
	margin-bottom: 35px;
}


