@charset "UTF-8";

/*-------------------------------------------------------------
縦並びアンカー

.bAnchor
┗ ul
	┗li

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

.bAnchor {
	width: 100%;
}
.bAnchor {
	margin: 0 0 20px 0;
	border-top-style: solid;
	border-top-width: 1px;
}
.bAnchor ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-position: outside;
}
.bAnchor ul li {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.bAnchor ul li a {
	padding: 8px 0 8px 16px;
	display: block;
	background: url(../../common-img/ico_arrow.gif) no-repeat 0 1em;
	font-weight: bold;
}