@charset "utf-8";
.rule-topCategory {
	margin-bottom: 20px;
}
.rule-selectList {
	overflow: hidden;
}
.rule-selectList li a {
	display: block;
	background-image: url("../share/img/icn_arrow_blue_small.png");
	background-position: 20px center;
	background-repeat: no-repeat;
	background-size: 5px 10px;
	background-color: #eaf4fa;
	padding: 16px 25px 16px 35px;
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
	font-size: 14px;
	color: #062a6e;
}
.rule-selectList li a:hover {
	background-color: #bddbee;
}
.rule-categoryBox {
	clear: both;
	margin-top: 40px;
}
.rule-categoryBox-list li {
	background-image: url("../share/img/icn_circle_thinblue.png");
	background-position: 0 5px;
	background-repeat: no-repeat;
	background-size: 12px 12px;
	padding-left: 20px;
	margin-left: -20px;
	margin-bottom: 10px;
	line-height: 1.6;
	color: #333;
}
.rule-categoryBox-textLink {
	text-decoration: underline;
}

/* **************************** SP表示 **************************** */
@media screen and (max-width: 640px) {
	.rule-selectList {
		margin-bottom: 20px;
	}
	.rule-selectList li a {
		display: block;
		background-image: url("../share/img/icn_arrow_blue_small.png");
		background-position: 10px center;
		background-repeat: no-repeat;
		background-size: 7px 12px;
		background-color: #eaf4fa;
		color: #062a6e;
		margin-bottom: 3px;
		padding: 15px 0 15px 30px;
		text-decoration: none;
		float: none;
		margin-right: 0;
		font-size: 14px;
	}
	.rule-selectList li a:hover {
		background-color: #BDDBEE;
		color: #062a6e;
		text-decoration: none;
		display: block;
	}
	.rule-categoryBox {
		margin-bottom: 40px;
		margin-top: 0;
	}
	.rule-categoryBox-list li {
		background-image: url("../share/img/icn_circle_thinblue.png");
		background-position: 0 5px;
		background-repeat: no-repeat;
		background-size: 10px 10px;
		padding-left: 18px;
		margin-bottom: 10px;
		line-height: 1.6;
		margin-left: 0;
		font-size: 13px;
		color: #333;
	}
}
