@charset "utf-8";
/* 文字化け防止 */
/* CSS Document */

.RecruitMain{
	width:100%;
	margin:auto;
}
.RecruitTopImageArea{
	background: rgba(0, 0, 0, 0) url("../Images/recruit_top.jpg") no-repeat  center center / cover ;
	height: 650px;
	position: relative;
	width: 100%;

}
.RecruitTopImageArea p{
	background:#fafafa;
	bottom: 0;
	color: #55bcdd;
	font-size: 35px;
	font-weight: 300;
	left: 0;
	letter-spacing: 0.1em;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 2;
	padding:1% 0;
}
.RecruitTitleArea{
	width:100%;
	margin:0 auto;
	
}

.tab_content_m{
	display: none;
	padding: 3% 0;
	clear: both;
	overflow: hidden;
	background: url("../Images/recruitmessage_back.jpg")fixed;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto;
	background-position: center center;
	background-size: cover;
}
	
.RecruitDetailArea{
	width:1000px;
	margin:0 auto 10%;

}

.RecruitDetailArea img{
	width:100%;

}
.tabs {
	margin-top: 50px;
	width: 100%;
	margin: 0 auto;

}

.tab_item {
	width: calc(100%/3);
	height: 50px;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	box-sizing: border-box;
	background-color: #fafafa;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	color: #1f1f1f;
	display: block;
	float: left;
	text-align: center;
	font-weight: 300;
	transition: all 0.2s ease;
	cursor: pointer;

}

.tab_item:hover {
	opacity: 0.75;

}

input[name="tab_item"] {
display: none;
}

.tab_content {	
	display: none;
	padding: 3% 0;
	clear: both;
	overflow: hidden;
	
}

#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
	display: block;
	
}

.tabs input:checked + .tab_item {
	background-color: #55bcdd;
	color: #fff;

}

.RecruitConcepteArea{
	width:100%;
	margin:5% auto;
	text-align:center;

}

.MessageHeadline{
	color: #fff;
	font-size:40px;
	font-weight:300;
	letter-spacing:0.1em;
	margin:auto;
	text-align:center;
	width:100%;

}
.MessageText{
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 3;
	margin: 10% auto 0;
	text-align: left;
	width: 100%;

}

.SubTitleRecruit{
	font-size:13px;
	font-weight:normal;
	margin:0 0 0 15px;

}

.RecruitDetailArea table{
	font-size: 13px;
	letter-spacing: 0.1em;
	text-align: left;
	width:100%;
	margin: 2% auto;
}

.tbl_th{
	padding: 2% 5%;
	box-sizing:border-box;
	vertical-align: top;
	width: 25%;
	line-height:2;
	border-bottom:1px solid #eee;
}

.tbl_td{
	padding: 2% 5%;
	box-sizing:border-box;
	vertical-align: middle;
	width: 75%;
	line-height:2;
	border-bottom:1px solid #eee;
}

.RecruitDetailNone{
	text-align:center;
	margin:5% auto;
	width:100%;

}

.RecruitDetailNone p {
	font-size:15px;
	line-height:2;
	letter-spacing:0.1em;
	margin:auto;
	text-align:center;

}

.Recruitformarea{
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	display: table;
	margin: 0 auto;
	padding: 3%;
	width:1000px;
	border:1px solid #fff;
	background:#fff;
}

.Recruitformarea_row{
	display:table-row;
	height:50px;
}

.Recruitformarea_row2{
	display:table-row;
	height:150px;
}

.Recruitformarea_cell1{
	border-bottom: 1px solid #fff;
	color: #555;
	display: table-cell;
	font-size: 15px;
	font-weight: 300;
	padding: 3% 0;
	vertical-align: middle;
	width: 35%;
	
}

.Recruitformarea_cell1_ul{
	font-size:0;
	
}

.Recruitformarea_cell1_li{
	display:inline-flex;
	width:100%;
	
}

.Recruitformarea_cell2{
	display:table-cell;
	width:65%;
	text-align:left;
	vertical-align:middle;
	padding:3% 0;
}

.Recruitformarea_cell2 input{
	border: 1px solid #c0c0c0;
	box-sizing: border-box;
	padding: 3%;
	border-radius: 3px;
}

.Recruitformarea_cell2 select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff url("../Images/select_down.png") no-repeat scroll right center / 20px 15px;
	border: 1px solid #c0c0c0;
	box-sizing: border-box;
	font-size: 11px;
	padding: 3% 1.5%;
	width: 20%;
	border-radius: 3px;

}

.Recruitformarea_cell2 textarea{
	widith:100%;
	border: 1px solid #c0c0c0;
	box-sizing: border-box;
	padding: 3% 1.5%;
	border-radius: 3px;
	height:250px;

}

.Recruitformarea_cell3{
	display:table-cell;
	width:65%;
	text-align:left;
	vertical-align:middle;

}

.Recruitformarea_cell3 p{
	font-size:15px;
	border:1px solid #eee;
	padding:3%;
	box-sizing:border-box;

}

.ImportantMarkArea{
	width:30%;
	text-align:left;
	margin:auto;
	display:table-cell;
	
}
.ImportantMarkArea p{
	color:#fff;
	background:#55bcdd;
	padding:3px;
	box-sizing:border-box;
	text-align:center;
	margin:auto;
	font-size:11px;
	width: 35px;
	border-radius: 3px;

}

.ItemArea{
	width:70%;
	font-size:15px;
	font-weight:300;
	display:table-cell;
	text-align:left;
	
}

.CaseText{
	font-size:12px;
	text-align:left;
	letter-spacing:0.1em;
	
}
.recruitinputTitle{
	color: #1f1f1f;
	font-size: 25px;
	font-weight: 300;
	letter-spacing: 0.1em;
	margin: 5% auto 0;
	padding: 20px 0;
	text-align: center;
	width: 100%;

}
.recruitinputDescription{
	color: #1f1f1f;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.1em;
	margin:0 auto 2%;
	padding:0;
	text-align: center;
	width: 100%;
}

.recruittext1{
	width:100%;
}

.recruittext2{
	width:20%;
}
.recruitcombo{
//	width:30%;
}

.recruittextArea{
	width:100%;
}

.RecruiteButtonArea{
	width:100%;
	text-align:center;
	margin:5% auto;

}

.RecruiteButtonArea input{
	width:200px;
	text-align:center;
	color:#fff;
	padding:1%;
	border:none;
	cursor:pointer;
	background:#55bcdd;
	border-radius:3px;

}
.RecruiteButtonArea input:hover{
	box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.5);

}
.CountnumArea{
	width:100%;
	text-align:right;
}

.RecruiteDescriptionArea{
	width:100%;
	margin:5% auto;
	text-align:center;

}

.RecruiteDescriptionArea p{
	font-size:14px;
	width:100%;
	text-align:center;

}

.RecruitCompletionArea{
	width: 1000px;
	background: #fafafa;
	padding: 5%;
	box-sizing: border-box;
	text-align: center;
	margin: 5% auto;	

}
.RecruitCompletionArea p{
	width:100%;
	padding-top:10px;
	padding-bottom:10px;	
}
