@charset "utf-8";

#contents .edit_zone .edit_inner{
}

#contents .edit_zone .edit_inner .sitemap_list{
	
}

#contents .edit_zone .edit_inner > .sitemap_list > li{
		float: left;
	
		width: 50%;
}

#contents .edit_zone .edit_inner > .sitemap_list > li.caption{
		margin-bottom: 0;
        margin-top: 23px;
	}
#contents .edit_zone .edit_inner > .sitemap_list > li.caption.right{
		width: 241px;
		margin-left: 48px;
	}

#contents .edit_zone .edit_inner > .sitemap_list > li.caption > a,
#contents .edit_zone .edit_inner > .sitemap_list > li.caption > span{
		display: inline-block;
		margin: 0 0 24px;
}
#contents .edit_zone .edit_inner > .sitemap_list > li.caption > a:hover{
		text-decoration: underline;	
}



#contents .edit_zone .edit_inner > .sitemap_list > li.caption.mbreset a{
		margin-bottom: 10px;	
}

#contents .edit_zone .edit_inner > .sitemap_list > li.all{
		clear: both;
		
		margin: 0 0 30px;
		
		width: 100%;
		
		background: url(../img/index/border_img01.jpg) repeat-x 0 bottom;
}

#contents .edit_zone .edit_inner > .sitemap_list > li.clear{
		clear: both;	
}




#contents .edit_zone .edit_inner > .sitemap_list > li a,
#contents .edit_zone .edit_inner > .sitemap_list > li.caption > span{
		padding: 0 0 0 20px;
		
		color: #E88E2E;
		font-weight: bold;
		text-decoration: none;
	
		background: url(../../common/img/icon/right_arrow_img06.png) no-repeat left center;
}

#contents .edit_zone .edit_inner .sitemap_list li .child_list{
		margin: 0 0 60px 27px;	
}

#contents .edit_zone .edit_inner .sitemap_list li .child_list li{
		margin: 0 0 10px;	
}

#contents .edit_zone .edit_inner .sitemap_list li .child_list li a{
		padding: 0 0 0 25px;
		
		color: #503932;
		font-weight: normal;

		background: url(../../common/img/icon/right_arrow_img07.png) no-repeat left center;	
}

#contents .edit_zone .edit_inner .sitemap_list li .child_list li a:hover{
		color: #DE7323;
		text-decoration: underline;
}






