#page_title{
	background:url('../images/recruit4/h2.jpg') no-repeat top center;
}
.hissu{
	color:#eb8813;
}
form table{
	width:100%;
}
form th,
form td{
	padding:10px;
	box-sizing:border-box;
	vertical-align:top;
}
form th{
	width:260px;
	background:#f8d8c6;
	border-right:1px solid #fff;
	border-bottom:10px solid #fff;
}
form td{
	border-bottom:10px solid #fff;
	background:#fcefe8;
}

input[type="text"],
textarea{
	border: 1px solid #ccc;
	border-radius: 6px;
	width: 100%;
	font-size: 117%;
	padding: 5px;
	box-sizing:border-box;
}
.check{
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 117%;
	padding: 5px;
	box-sizing:border-box;
	background:#fff;
}
.doui{
	padding:20px 0;
	text-align:center;
}
select{
	border: 1px solid #ccc;
	border-radius: 6px;
	width: 50px;
	font-size: 117%;
	padding: 5px;
	box-sizing:border-box;
}
.name{
	width:150px !important;
}
.year{
	width:80px !important;
}


input.radio{
	width: auto;
}

#tel{
	width: 320px;
}
#submit_btn input {
	color: #fff;
	border-radius: 5px;
	background: #dd792f;
	border: 0;
	width: 50%;
	display:block;
	margin: 20px auto 20px;
	line-height: 50px;
	box-shadow: 0 1px 3px 0 hsla(0,0%,0%,.25);
}
#address1{
	width:100px;
}

input[type="submit"][disabled] {
background-color: #ccc !important;
cursor: default !important;
}