#award-content .content-width .alb-banner {
	display: flex;
	justify-content:space-between;
	
	> a {
		width: 475px;
	}
}

@media screen and ( max-width:640px ){
	#award-content .content-width .alb-banner {
		
		display: block;
	
	> a {
		width: 100%;
		display: block;
		margin-bottom: 30px;
	}
	}
}

#primary-content .recruit-content {
	background-image: url(../images/home_bg_04.jpg);
}
