@charset "utf-8";
/* CSS Document */

#mainSub h2 {
	/*margin-bottom: 5px;*/
}

.menuList {
	background: #FCFCFC;
	padding: 15px 10px;
	margin-bottom: 25px;
}
.menuList ul {
	/*padding: 0 10px;*/
}
.menuList li a {
	display: block;
	font-size: 15px;
	color: #31739A;
	text-decoration: none;
	padding: 12px 10px 12px 25px;
	border-top: 1px solid #DDD;
	position: relative;
}
.menuList li:last-child a {
	border-bottom: 1px solid #DDD;
}
.menuList li a:before {
    content: "";
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 3px solid transparent;
    border-left: 5px solid #333;
    position: absolute;
	top: 16px;
    left: 10px;
}