@CHARSET "UTF-8";
#recruit_form .form_li{
	display: table;
	width: 100%;
	padding: 0 8px;
	border-bottom: 1px solid #DDD;
	box-sizing: border-box;
}
#recruit_form .form_li2{
	border-bottom: 0;
}
.form_ttl{
	display: table-cell;
	width: 30%;
	vertical-align: top;
	border-right: 1px solid #DDD;
	padding: 4px 0;
}
.form_data{
	display: table-cell;
	width: 70%;
	vertical-align: top;
	padding: 4px 0;
	padding-left: 4px;
	box-sizing: border-box;
}
#recruit_form .form_li input{
	font-size: 16px;
}
#recruit_form .form_li input[type="text"]{
	width: 100%;
}
#recruit_form .form_li textarea{
	font-size: 16px;
	width: 100%;
	resize: none;
}
.send_button{
	text-align: center;
	padding: 8px 0;
}
.send_button input{
	width: 50%;
	text-align: center;
	box-sizing: border-box;
	padding: 4px 0;
}
.form_txt{
	text-align: center;
}
