@charset "UTF-8";
main #content_wrap>h2, main #content_wrap section {
	width: 920px;
	margin: 0 auto;
}
main #content_wrap>section {
	padding-bottom: 50px;
}
main #content_wrap>section>h2 {
	font-size: 20px;
	color: #964925;
	position: relative;
	line-height: 80px;
	height: 80px;
	position: relative;
}
main #content_wrap section>h2:before {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	border-top: 2px solid #d67d56;
	position: absolute;
	top: 15px;
}
main #company_info table {
	width: 920px;
	margin: 10px auto 60px auto;
	border-top: 2px solid #ccc;
}
main #company_info th {
	width: 220px;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 15px;
	background-color: #f2f2f2;
	border-bottom: 1px dotted #888;
	color: #844;
	text-shadow: 0px 1px 0px #fff;
	-webkit-text-shadow: 0px 1px 0px #fff;
}
main #company_info td {
	width: 600px;
	padding: 15px;
	border-bottom: 1px dotted #888;
}
main #company_info td a {
	font-size: 12px;
	font-weight: bold;
	color: #66b;
}
main #company_info td {
	font-size: 12px;
	line-height: 24px;
}
main #recruit p {
	width: 600px;
	text-align: center;
	margin: 20px auto;
	font-size: 12px;
	line-height: 24px;
	color: #444;
	padding: 20px;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	margin-bottom: 60px;
}
main #recruit p b{
	font-weight: bold;
	color: #b44;
}
main #recruit a {
	display: block;
	width: 560px;
	height: 40px;
	font-size: 13px;
	line-height: 40px;
	margin: 0 auto;
	color: #fff;
	letter-spacing: 2px;
	text-align: center;
	background-color: #333;
	border: 2px solid #666;
	border-left-color: #444;
	border-bottom-color: #444;
	background-image: linear-gradient( 0deg, #222 0%, #444 50%, #444 100% );
	background-image: -webkit-gradient( linear, top, #fff8f8 0%, #fff 100% );
	margin-bottom: 30px;
}
main #recruit a img {
	vertical-align: middle;
	margin-left: 15px;
}
