@charset "UTF-8";
/* ******************************************************************

	--recruit.css--

	1. Layout setting

****************************************************************** */


/*==================================================================
	1. Layout setting
===================================================================*/
ul.iconsocial {
	width: 980px;
	margin: 0 auto;
	padding: 50px 0 6px 0;
}
ul.iconsocial li {
	float: right;
	margin-left: 2px;
}
ul.iconsocial li a {
	display: block;
}
.recruitbox {
	margin: 35px 0 40px 0;
}
.recruitbox p {
    margin-bottom: 13px;
    line-height: 1.5;
}
.recruitbox .rightBox {
	width:645px;
}
.boxrec02 .leftBox {
	float:right;
}
.boxrec02 .rightBox {
	float:left;
}
.boxrec {
	margin-bottom: 40px;
}
.boxrec h4 {
	font-size: 25px;
	font-weight: bold;
	padding: 16px 10px;
	border-top: 1px solid #002c6d;
	border-bottom: 1px dashed #002c6d;
}
.boxrec .recruitbox {
	margin: 35px 0 0 0;
}
ul.butrecruit li {
}
ul.butrecruit li:nth-child(1) {
	float: left;
}
ul.butrecruit li:nth-child(2) {
	float: right;
}
ul.butrecruit li a {
	display: block;
}
.storybox {
	background: url(../img/recruit/bg_story.jpg);
	border-bottom: 1px dashed #002c6d;
	margin-bottom: 40px;
}
.storybox > p {
	background: #002c6d;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 14px 20px;
}
.childbox {
	background: url(../img/recruit/bg_line.png) repeat-y center top;
}
.storytxtb {
	width: 50%;
	float: left;
	border-bottom: 1px dashed #002c6d;
}
.storytxtb > div {
	padding: 20px;
	border-top: 1px dashed #002c6d;
}
.storytxtb > div:first-child {
	border-top: none;
}
.bluebox {
	background: #92d2ff;
	color: #fff;
	padding: 20px;
	margin-bottom: 15px;
}
.graybox {
	background: #88a4b7;
	color: #fff;
	padding: 20px;
}
.storytxtb img.leftBox {
	margin-right: 10px;
}
.storytxtb p {
	margin-bottom: 10px;
}
.bdnone {
	border: none;
}