#page_title{
	background:url('../images/recruit/pagetitle_blue.webp') no-repeat bottom center;
}
#page_title h2{
	font-size:30px;
}

main section table {
	width: 100%;
}

main section th {
	white-space: nowrap;
	text-align: left;
	padding: 10px 0;
	font-weight:normal;
	vertical-align: top;
}

main section td {
	padding: 10px 10px 10px 50px;
	vertical-align: top;
}

.hissu {
	color: #fff;
	float:right;
	border-radius:5px;
	padding:0 5px;
	background:#ea5350;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	border: 1px solid #ccc;
	border-radius: 6px;
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
}

select {
	border: 1px solid #ccc;
	border-radius: 6px;
	width: 200px;
	padding: 5px;
	box-sizing: border-box;
}

.short {
	width: 100px !important;
}

.middle {
	width: 300px !important;
	margin: 0 0 10px;
}

.month,
.day {
	width: 60px !important;
	margin-left: 20px !important;
}

input.radio {
	width: auto;
}

#tel {
	width: 320px !important;
}

#submit_btn{
	text-align:center;
}
#submit_btn input {
	color: #222;
	border: 0;
	display: block;
	width:100%;
	border-radius:10px;
	text-align:center;
	margin: 20px auto 20px;
	line-height: 60px;
	border:4px solid #7ebd6a;
	max-width:300px;
	background:#fff;
}

#address1 {
	width: 100px;
}