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

.recCnt a {
	color: #1756d5;
}
.recCnt a:hover {
	color: #1756d5;
}

.buttons {
	margin-top:40px;
}
.buttons ul {
	width:976px;
}
.buttons ul li {
	float:left;
	width:239px;
	margin-right:5px;
}
.buttons ul li a:hover {
	opacity:0.8;
}
h2 {
	margin-top:40px;
}
.recCnt p {
	margin-top:25px;
	font-size:14px;
	line-height: 1.6;
}
.contact {
	margin-top:50px;
	text-align:center;
}
.contact .btn {
	margin: 0 auto 20px;
	text-align: center;
}
.contact .btn a {
	width: 280px;
	min-height: 50px;
	margin: 0 auto;
	display: flex;
	font-size: 14px;
	color: #fff;
	background: #003399;
	position: relative;
	justify-content: center;
	align-items: center;
	padding: 10px;
	box-sizing: border-box;
}
.contact .btn a:hover {
	opacity: 0.8;
	text-decoration: none;
}
.contact .btn a span {
	position: relative;
	padding-left: 20px;
}
.contact .btn a span:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -4px;
}
