.b7	{
	width: 100%;
	height: 485px;
	padding-bottom: 30px;
}

.b7-container	{
	margin: auto;
	width: 980px;
	height: 485px;
	text-align: left;
}

.b7-but	{
	display: block;
	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: 50px;
	margin-left: 120px;
}

.b7-but:hover	{
	background-color: #2ada85;
}

.b7-box	{
	width: 950px;
	min-height: 317px;
	height: auto;
	margin: auto;
	background-image: url(../img/b7_bg.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: left;
}

.b7-t1	{
	width: 525px;
	height: 25px;
	font-size: 20px;
	font-family: "OpenSansRegular";
	color: #000000;
	padding-top: 60px;
}

.b7-t2	{
	width: 570px;
	height: 100px;
	font-size: 30px;
	font-family: "PlayfairDisplayBold";
	color: #000000;
	margin-top: 25px;
}

.b7-t2>span	{
	font-size: 50px;
}

.b7-t3	{
	width: 570px;
	height: 140px;
	font-size: 20px;
	font-family: "OpenSansRegular";
	color: #000000;
	margin-top: 25px;
}