@charset "utf-8";
/* CSS Document */
/*-----------------------------------

	00_sitemap

-----------------------------------*/

#sitemap .sitemap_box {
	padding : 0 10px ;	
}

/* メニューリスト */

#sitemap ul.sitemap_other {
    padding: 0;
}

#sitemap ul.sitemap_other li {
	border      : 1px solid #ccc !important;
	border-left : 6px solid #000096  !important;
	line-height : 100% ;
	border-radius: 5px ;
	-webkit-border-radius: 5px ;
	-moz-border-radius: 5px ;
		
	margin-bottom:10px;
	
	overflow:hidden;
}

#sitemap ul.sitemap_other li a {
	color:#333;
	text-decoration:none;
	line-height:100%;
	
	display:block;
	padding:12px 0 12px 12px;
	
	background: url(../img/icon_arrow.png) no-repeat scroll 96% 50% ;
	background-color:#fff;
	
	background-size: 6px auto;
	-webkit-background-size: 6px auto;
	-moz-background-size: 6px auto;
}

