.b51	{
	width: 100%;
	height: auto;
	padding: 50px 0px 0px 0px;
}

.b51-container	{
	margin: auto;
	width: 980px;
	min-height: 1000px;
	height: auto;
	text-align: left;
}

.b51-title	{
	width: 765px;
	text-align: left;
	font-size: 40px;
	font-family: "PlayfairDisplayBold";
	color: #000000;
	padding-top: 0px;
	margin-left: 12px;
	margin-bottom: 35px;
}

.b51-title2	{
	width: 650px;
	height: 100px;
	text-align: left;
	font-size: 40px;
	font-family: "PlayfairDisplayBold";
	color: #000000;
	padding-top: 55px;
	margin-left: 12px;
}

.b51-box	{
	width: 950px;
	height: auto;
	margin: auto;	
	text-align: left;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #bdbdbd;
}

.b51-box-title1	{
	width: 330px;
	border-radius: 5px;
	background-color: #0180f3;
	font-size: 16px;
	font-family: "PlayfairDisplayBold";
	color: #ffffff;
	text-align: left;
	line-height: 1.3;
	padding: 10px;
}

.b51-box-title1 > span	{
	display: block;
	font-size: 14px;
	font-weight: 200;
	font-family: Tahoma;
	color: #ffffff;

}

.b51-box-title2	{
	width: 195px;
	height: 40px;
	border-radius: 5px;
	background-color: #0180f3;
	font-size: 16px;
	font-family: "PlayfairDisplayBold";
	color: #ffffff;
	text-align: center;
	line-height: 40px;
}

.b51-box-title3	{
	width: 230px;
	height: 40px;
	border-radius: 5px;
	background-color: #0180f3;
	font-size: 16px;
	font-family: "PlayfairDisplayBold";
	color: #ffffff;
	text-align: center;
	line-height: 40px;
}

.b51-box-title4	{
	width: 260px;
	height: 40px;
	border-radius: 5px;
	background-color: #0180f3;
	font-size: 16px;
	font-family: "PlayfairDisplayBold";
	color: #ffffff;
	text-align: center;
	line-height: 40px;
}


.b51-box-title5	{
	width: 600px;
	height: 40px;
	border-radius: 5px;
	background-color: #0180f3;
	font-size: 16px;
	font-family: "PlayfairDisplayBold";
	color: #ffffff;
	text-align: center;
	line-height: 40px;
}

.b51-box-text	{
	width: 100%;	
	text-align: left;
	font-size: 18px;
	font-family: "OpenSansRegular";
	color: #000000;
	margin-top: 17px;
}

.b51-link	{
	font-size: 18px;
	font-family: "OpenSansRegular";
	color: #000000;
	text-decoration: underline;
}

.b51-link:hover	{
	text-decoration: none;
}

.b51-ts-left	{
	float: left;
	width: 400px;
	height: auto;
	margin-top: 30px;
	margin-left: 12px;
}

.b51-ts-right	{
	float: right;
	width: 400px;
	height: auto;
	margin-top: 30px;
	margin-right: 23px;
}

.b51-ts-title	{
	width: 390px;
	height: 40px;
	border-radius: 5px;
	background-color: #0180f3;
	font-size: 18px;
	font-family: "PlayfairDisplayBold";
	color: #ffffff;
	text-align: left;
	line-height: 40px;
	margin-bottom: 20px;
	padding-left: 20px;
}

.b51-point	{
	width: 350px;
	height: 35px;
	text-align: left;
	font-family: 18px;
	font-family: "OpenSansRegular";
	color: #000000;
	background-image: url(../img/point1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 30px;
	margin-left: 20px;
}

.b51-ntext	{
	width: 660px;
	height: 25px;
	font-size: 18px;
	font-family: "OpenSansBold";
	color: #000000;
	text-align: center;
	margin: auto;
	padding-top: 30px;
}

.b51-but	{
	display: block;
	margin: auto;
	width: 310px;
	height: 50px;
	font-size: 18px;
	font-family: "OpenSansBold";
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	line-height: 48px;
	border-radius: 10px;
	background-color: #00c063;
	border-bottom: 2px solid #006635;
	-webkit-transition: background-color ease 0.5s;
	-moz-transition: background-color ease 0.5s;
	-ms-transition: background-color ease 0.5s;
	-o-transition: background-color ease 0.5s;
	transition: background-color ease 0.5s;
	margin-top: 40px;
}

.b51-but:hover	{
	background-color: #2ada85;
}