@charset "utf-8";


/* ============================================================
 sitemap
============================================================ */
/* index
============================================================ */
.item01 ul {
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;
	font-size: 16px;
}
.item01 ul li:not(:first-child) {
	border-top: 1px dotted #b2b2b2;
}
.item01 ul li a {
	display: block;
	padding-left: 10px;
	background-image: url(../../common/img/ico/arr_03.png);
	background-repeat: no-repeat;
	background-position: 910px center;
	line-height: 39px;
	transition: all .5s;
}
.item01 ul li:not(:first-child) a {
	padding-left: 148px;
}
.item01 ul li.pl209 a {
	padding-left: 209px;
}
.item01 ul li a:hover {
	background-color: #F7F3EE;
}
.item01 ul li span {
	position: relative;
}
.item01 ul li span:before {
	position: absolute;
	top: 0;
	left: -15px;
	display: block;
	width: 9px;
	height: 9px;
	border-bottom: 1px solid #50524d;
	border-left: 1px solid #50524d;
	content: '';
}