#maintitle {
	background:url(images/title_bg.jpg) center center;
}

ul.recruit-list{
	font-size: 0px;
}

ul.recruit-list li {
	display: inline-block;
	width: 520px;
	margin-bottom: 40px;
	font-size: 16px;
}

ul.recruit-list li.left {
	margin-right: 40px;
}

ul.recruit-list li img {
	width: 100%;
	height: auto;
}

ul.recruit-list li div.text {
	color: white;
	background-color: #1e3858;
	padding: 25px 20px 20px 20px;
	border-radius: 0px 0px 15px 15px;
}

ul.recruit-list li div.text h3 {
	width: 280px;
	margin: auto;
	padding: 10px 0px 20px 0px;
}

ul.recruit-list li div.text h3 img {
	width: 100%;
	height: auto;
}

ul.recruit-list li div.text a.link-btn {
	display: block;
	border-radius: 0px;
	margin-top: 20px;
	border-radius: 10px;
}

ul.recruit-list li div.text a.link-btn:hover {
	background: url(../images/link_btn.png) no-repeat right 15px center white;
	background-size: 6px;
	color: #00003e;
}

div.look h3 a {
	background: url(images/recruit_look_btn_bg.jpg)no-repeat center center;
	background-size: cover;
	border-radius: 15px;
	display: block;
	padding: 35px 0px 25px 30px;

}

div.look h3 {
	width: 100%;
	margin: auto;
}

div.look h3 img {
	width: 510px;
	height: auto;
}





















