body {
	background-color: #f5f5f5;
}
.joinus-top {
	width: 100%;
	height: 60vh;
	background: url(../images/joinustop.jpg);
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	text-align: center;
}
.joinus-top h1 {
    color: #fff;
    font-size: 40px;
    line-height: 70px;
    font-weight: 500;
    padding-top: 35%;
}
.joinus-top h2 {
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
}
.joinidea {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.joinidea h3 {
	font-size: 22px;
	color: #1d1d1d;
	font-weight: 500;
	line-height: 64px;
	padding-top: 22px;
}
.joinidea p {
	color: #707070;
	line-height: 47px;
}
.recruit {
	width: 90%;
	margin: 0 auto 72px auto;
	text-align: center;
}
.recruit>h3 {
	font-size: 22px;
	color: #1d1d1d;
	font-weight: 500;
	line-height: 72px;
}
.recruit>table {
	width: 100%;
	font-size: 16px;
	line-height: 49px;
	border-collapse:collapse;
	color: #565656;
}
.recruit>table th{
	background-color: #253b58;
	color: #fff;
}
.recruit>table th:nth-child(3),.recruit>table th:nth-child(4) {
	width: 170px;
}
.recruit>table tbody tr:nth-child(2n+1) td {
	background-color: #fff;
}