/*
html {
	height: 100%;
}

body {
	height: 100%;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, 'Hiragino Kaku Gothic ProN', sans-serif;
	color: #000;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: underline;
}
*/

#recruit_form {
	margin: 20px 0 60px;
}

#recruit_form .container {
	width: 560px;
	margin: 0px 0 0px 0;
	padding: 0px;
	overflow: hidden;
}

#recruit_form .container span,
#recruit_form .container p,
#recruit_form .container div {
	line-height: 1.6;
}

#recruit_form .container p {
	margin: 0 0 10px 0;
}

#recruit_form h3 {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: normal;
	position: relative;
	text-align: center;
	border: none;
	background: none;
}

#recruit_form h3 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 0em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
}

#recruit_form h3::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #ccc;
	background: -webkit-linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
	background: linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
}

#recruit_form .desc_box {
	margin: 0 0 20px 20px;
}

#recruit_form .submit_area {
	margin-top: 30px;
	text-align: center;
}
