@charset "utf-8";
/* CSS Document */

body#recruit #main {
	position:relative;
	background:-webkit-linear-gradient(120deg, #eef8e0, #cbe8a8);
	background:linear-gradient(120deg, #eef8e0, #cbe8a8);
}

body#recruit #main p#maintitle{
	position:absolute;
	left:25px;
	bottom:20px;
	margin:0;
	font-size:22px;
	font-weight:bold;
	letter-spacing:2px;
	color:#F60;
}

h3.textheading{
	width:670px;
	height:32px;
	line-height:32px;
	margin:60px 0 20px 0;
	clear:both;
	font-size:16px;
	font-weight:bold;
	letter-spacing:1px;
	color:#4AA259;
	padding-left:12px;
	background:-webkit-linear-gradient(left, #eef8e0, #ffffff);
	background:linear-gradient(to right, #eef8e0, #ffffff);
	border-bottom:2px solid #85B353;
	box-sizing:border-box;
}

h3.textheading#first{
	margin-top:0;
}

table.jobtable{
	width:670px;
	margin:0 0 40px 0;
	border-collapse:collapse;
	border-top:1px solid #cde6bd;
}

table.jobtable th,
table.jobtable td{
	padding:14px 16px;
	font-size:14.5px;
	line-height:1.8;
	text-align:left;
	vertical-align:top;
	border-bottom:1px solid #cde6bd;
}

table.jobtable th{
	width:130px;
	background:#EBF9E6;
	font-weight:bold;
	letter-spacing:1px;
	color:#4AA259;
	white-space:nowrap;
}

table.jobtable td{
	width:524px;
	color:#666;
	background:#fff;
}

table.jobtable td ul{
	margin:0;
	padding:0;
}

table.jobtable td ul li{
	list-style:none;
}

table.jobtable td span.tel{
	font-size:18px;
	font-weight:bold;
	color:#F60;
}
