@charset "UTF-8";
/* CSS Document */

.home-title   {
font-size: 20px;
	font-weight: bold;
	color: #006ABB;
	margin-top:30px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #006ABB;
}
.home-box {
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ADADAD;
}
