/* CSS Document */

.recruitPage #pageTitle h2:after {
  content: "RECRUIT";
}
.recruitPage .titlebg {
  background-image: url("../../cmn-img/pagetitle/recruit.jpg");
}



#message{
	position: relative;
	max-width: 950px;
	margin:auto;
}
#message .photo img{
	border: 10px solid white;
}
.copy{
	position: absolute;
	top:380px;
	right: 100px;
}
#bscreen{
	position: absolute;
	top:1260px;
	left:-100px;
	background-color: #e5efff;
	height: 280px;
	width:100%;
	margin-right: 100px;
	transform: skewX(-20deg);
}

.mesBox{
	width:640px;
	margin-bottom: 200px;
}
.mesBox h4{
	margin-top:40px;
	font-size: 24px;
	color: #0064ff;
}

@media screen and (max-width:575px){
	.copy{
		position: inherit;
		top:   auto;
		right: auto;
		width: 61.5px;
		height: 229px;
		margin-left: auto;
		margin-right: auto;
		margin-top: -125px;
	}
	.mesBox{
		width: 100%;
		padding: 25px;
		margin-bottom: 10px;
	}
	.mesBox h4{
		font-size:18px;
	}
	#bscreen{
		display: none;
	}
	
	.genbaBox{
		display: block;
	}
	.genbaBox .left,
	.genbaBox .right{
		width: 100%!important;
	}
}
@media screen and (min-width:576px) and (max-width:991px){
	.copy{
		position: inherit;
		top:   auto;
		right: auto;
		width: 123px;
		height: 458px;
		margin-left: auto;
		margin-right: auto;
		margin-top: -225px;
	}
	.mesBox{
		width: 100%;
		padding: 25px;
		margin-bottom: 10px;
	}
	#bscreen{
		display: none;
	}
}



.genbaBox{
	width: 100%;
	max-width: 950px;
	margin:auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.genbaBox .left,
.genbaBox .right{
	width: 47%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.genbaBox .center{
	width: 6%;
	border-left:1px solid #ccc;
}

.timeWrap{
	padding:15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
	margin-bottom: 25px;
}

.timeWrap .time{
	
}
.timeWrap .time span{
	background: #0064ff;
	display: inline-block;
	padding: 8px;
	margin-right: 20px;
	text-align: center;
	color: white;
	min-width: 150px;
}
.timeWrap .text{
	width: 50%;
	flex:1;
}
