.home {
	padding: 20px;
}
.home .tit {
	display: block;
	margin-bottom: 15px;
}
.home .tit2 {
	display: block;
	margin-bottom: 15px;
	margin-top: 15px;
}
.home div {
	padding-left: 20px;
	margin-top: 10px;
}
.home div.pri {
	margin-top:0;
}
.home span {
	display: block;
	margin-left: 40px;
	margin-top: 7px;
}
.home div b {
	color: blue;
}
.home span b {
	color: #212131;
}
.home a {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}
.home a.sec {
	color: blue;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}
