main{
	padding-top: 60px;
}
.banner{
	width: 100%;
	background-color: #006498;
	box-sizing:border-box;
	background: url(../images/recruitbanner.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.banner-content{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 70px;
	margin-left: -100px;
	margin-top: -25px;
	text-align: center;
	font-size: 32px;
	color: white;
}
.banner-container{
	position: relative;
	height: 100%;
}
.page{
	padding-top: 60px;
	max-width: 750px;
	margin: auto;
}
.recruit-title{
	margin-bottom: 30px;
}
.post-link{
		text-decoration: none!important;
}
.post{
	border: 1px solid #F2F2F2;
	padding: 30px 30px 20px;
	margin-bottom: 20px;
}
.post-image{
	width: 100%;
	text-align: center;
}
.post-image img{
	width: 70%;
}
.post-title{
	width: 100%;
	text-align: center;
	margin-top: 20px;
	font-weight: bold;
	color: #000;
}
@media (max-width: 767px) {
	main{
		padding-top: 50px;
	}
	.post{
		padding: 20px 20px 10px;
	}

}

@media (min-width: 480px) and (max-width: 767px) {
	.banner-content{
		font-size: 28px;
	}
}

@media (max-width: 479px) {
	.col-cx-12{
		width: 100%;
	}
	.post-title{
		margin-top: 10px;
	}
	.post-image img{
		max-width: 128px;
	}
	.banner-content{
		font-size: 24px;
	}
}

