@charset "utf-8";
/* CSS Document */

.rec_box {
        width: 1040px;
	margin: 0 auto;
        padding: 0 0 40px;
        background: rgba(255,255,255,0.8);
}

.rec_box_bnr {
        margin: 0 0 50px;
}

.rec_box_bnr img {
        max-width: 100%;
}

.rec_box h3 {
	/* font-family: 'hiraginostdw4'; */
        font-weight: normal;
        font-size: 18px;
        text-align: center;
        color: #ae9664;
}

.rec_tbl{
        width: 98%;
        margin: 10px auto 0;
        font-size: 16px;
}

.rec_tbl th {
        width: 20%;
        padding: 25px 0 25px 40px;
        border-bottom: solid 1px #ae9664;
        font-weight: normal;
        text-align: left;
        color: #5d4616;
}

.rec_tbl th:before {
	content: "◆";
}

.rec_tbl td {
        padding: 25px 0;
        border-bottom: solid 1px #ae9664;
        line-height: 2;
}

.rec_tbl td span {
	width: 160px;
	display: block;
	float: left;
}

#recruit_form {
  margin: 30px 0 40px;
}


#recruit_form h3 {
	padding: 0;
	font-family: 'Amiri', serif;
	letter-spacing: 0.08em;
	font-weight: normal;
	font-size: 28px;
	text-align: center;
	margin: 0 0 10px;
}


#recruit_form form {
  padding: 40px 10px 70px;
  background: rgba(244,233,237,0.8);
}

#recruit_form p {
  margin: 0 0 10px;
  font-size: 14px;
}

#recruit_form table {
  width: 100%;
  border-top: solid 1px #fff;
  font-size: 14px;
}

#recruit_form table th {
  width: 250px;
  padding: 25px 0 25px 40px;
  font-weight: normal;
  text-align: left;
  border-bottom: solid 1px #fff;
  vertical-align: top;
}

#recruit_form table td {
  border-bottom: solid 1px #fff;
  padding: 20px 0;
}

#recruit_form table tr:last-child th,
#recruit_form table tr:last-child td {
  border: none;
}


#recruit_form table td input[type="text"] ,
#recruit_form table td textarea {
  width: 90%;
  padding: 5px;
  border: none;
}

#recruit_form table td textarea {
  min-height: 400px;
}

#recruit_form table td select {
  padding: 5px;
  border: none;
}

#recruit_form .middle_area {
  width: 65%!important;
}

#recruit_form button {
  display: block;
  width: 300px;
  height: 50px;
  margin: 20px auto 0;
  border: none;
  background: #393939;
  color: #fff;
  line-height: 50px;
}

#exp_radio input{
	display: none;
}
#exp_radio label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left: 20px;
	padding: 10px 20px;
	border-radius: 2px;
	color: #3e4956;
	font-size: 14px;
	text-align: center;
	line-height: 1;
}
#exp_radio label:before{
	position: absolute;
	content: "";
	top: 50%;
	left: -10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #fff;
}
#exp_radio input[type="radio"]:checked + label:after {
	position: absolute;
	content: "";
	top: 50%;
	left: -4px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #a5a5a5;
}
