@charset "utf-8";

section#index_wrap {
	margin-bottom: 35px;	
}

section#index_wrap .title {
	color: #253966;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 12px;
}

section#index_wrap ul li {
	border-bottom: 1px dotted #e5e5e5;
	padding: 3px 0 6px 20px;
	box-sizing: border-box;
	position: relative;
	font-size: 90%;
}

section#index_wrap ul li:before {
	content: '▼';
	display: inline-block;
	position: absolute;
	left: 0;
	margin-right: 8px;
	color: #253966;
	font-size: 86%;
}