@charset "utf-8";

section {
	width: 820px;
	margin: 50px auto;
}

section .recruit_header {
	border-top: 1px solid #cc0000;
	border-bottom: 1px solid #ccc;
	height: 20px;
	padding: 15px 0;
	font-weight: 500;
	text-align: center;

}

section p.recruit_intro {
	margin: 50px 0;
	color: #000000;
}

section h4.item_title {
	background: url(../../img/recruit/bullet.png) no-repeat left center;
	padding-left: 9px;
	font-weight: 600;
	margin-top: 25px;
}

section .recruit_condition1 table {
	border-collapse: collapse;
	border-top: 1px solid #cc0000;
	margin: 10px 0;
	font-size: 15px;
}

section .recruit_condition1 th {
	padding: 10px;
	background-color: #f4f4f4;
	border-right: 1px solid #ccc;
	font-weight: 500;
	text-align: center;
}

section .recruit_condition1 td {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align:center;
}


section .recruit_condition2 table {
	border-collapse: collapse;
	border-top: 1px solid #cc0000;
	margin: 10px 0;
	font-size: 15px;
}

section .recruit_condition2 th {
	padding: 10px;
	background-color: #f4f4f4;
	border-bottom: 1px solid #ccc;
	font-weight: 500;
}

section .recruit_condition2 td {
	padding: 15px;
	border-bottom: 1px solid #ccc;
	line-height: 30px;
}

section .recruit_condition2 td.recruit_progress_step li {
   float: left;
   background: url(../../img/recruit/triangle.png) no-repeat right center;
   margin-right: 5px;
}

section .recruit_condition2 td.recruit_progress_step span {
	border: 1px solid #ccc;
	padding: 5px 10px;
	border-radius: 3px;
	margin-right: 10px;
	font-size: 14px;
	background-color: #f4f4f4;
}

section .btn_group {
	width: 820px;
	text-align: center;
	margin-top: 30px;
}

section .btn_group a.apply_1 {
	border: 1px solid #cc0000;
	padding: 10px 20px;
	color: #cc0000;
	margin-right: 15px;
}

section .btn_group a.goto_list {
	border: 1px solid #585858;
	padding: 10px 20px;
	color: #585858;
	margin-right: 15px;
}

section .btn_group a.apply_1:hover {
	background-color: #cc0000;
	color: #fff;
	font-weight: 400;
}

section .btn_group a.goto_list:hover {
	background-color: #585858;
	color: #fff;
	font-weight: 400;
}