#recruit {
	margin:40px auto 0;
	font-size: 15px;
	line-height: 1.7 !important;
}
#recruit_comment {
	font-size: 18px;
	line-height: 1.7 !important;
	margin:30px auto 0;
	text-align:center;
	font-weight: bold;
	
}
#recruit table {
	width:100%;
	margin:0 auto 15px;
	font-size: 15px;
	line-height: 1.8 !important;
}
#recruit p {
	margin:10px auto;
}

#recruit  table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0 50px;
}
#recruit  th {
	width: 26%;
	border: 1px solid #818181;
	padding: 15px 20px;
	background-color: #cccccc08;
}
#recruit  td {
	padding: 5px 20px;
	border: 1px solid #818181;
}


.top_txt{
	font-size:18px; 
	font-weight:bold;
}

.blue_txt{
	font-size:18px; 
	font-weight:bold;
	color: #0584cd;
}

.entry{
	background-color:#f6483e;
	color:#fff!important;
	font-weight:bold;
	text-align:center;
	border-radius:20px;
	text-decoration: none;
	padding: 15px 50px;
	font-size: 18px;
	margin-left: 38%;
	/* margin-top: 47px; */
}

.entry:hover{
	text-decoration: none!important;
}

.introduction{
	color:#0584cd!important;
}

.introduction:hover{
	color:#0584cd!important;
}