@charset "utf-8";


/*------------ fontStyle------------*/
body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Helvetica,Arial,sans-serif;
	font-size: 15px;
	line-height: 1.8;
	color:#333;
	letter-spacing:1px;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}



/* header
---------------------------------------------------- */
#header {
	width: 100%;
	height: 80px;
	overflow: hidden;
	border-bottom: solid 1px #85c644;
}

#header h1 {
	padding: 10px 0 0;
	text-align: center;
}


/* #footer
---------------------------------------------------- */
#footer {
	width: 100%;
	margin:0;
	padding: 20px 0;
	color: #fff;
	text-align: center;
	overflow: hidden;
	border-top: solid 1px #ccc;
}

#topFooterIn {
	width: 1000px;
	margin: 0 auto;
	font-size: 12px;
	color: #666;
	text-align: center;
}
#topFooterIn .copyright a,
#topFooterIn .copyright a:visited,
#topFooterIn .copyright a:hover {
	font-size: 12px;
	color: #666;
}


#wrapper {
	width: 1000px;
	margin: 20px auto;
	text-align: left;
}
#contents {
	width: 940px;
	margin: 0 auto;
	padding: 30px 0;
}
#pagetitle {
	width: 100%;
	margin: 0 0 30px;
	text-align: left;
}

.listfrm2 {
	margin: 0;
}
.listfrm2 h6 {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.8;
	color:#666;
	text-align: right;
}

.recctsub {
	width: 200px;
	margin: 0 0 4px;
	padding: 2px 20px;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.8;
	color:#fff;
	background: #84c542;
}
.recdetail {
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
}
.recdetail.topbdr {
	border-top: solid 8px #84c542;
}
.recdetail th,
.recdetail td {
	padding: 8px 20px;
	line-height: 1.6em;
	vertical-align: middle;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
.recdetail th {
	width: 20%;
	background: #f9f9f9;
}



.linkbox {
	padding: 20px 0;
	text-align: center;
}
a.linkbtn span {
	padding: 0px 20px;
	font-size: 1.0em;
}

a.linkbtn, a.linkbtn:visited {
	padding: 14px 60px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	background-color: #62a025;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	text-align: center;
}
a.linkbtn:hover {
	color: #fff;
	text-decoration: none;
}


a.backbtn {
	color: #62a025;
	text-decoration: underline;
}

/* recruit list
---------------------------------------------------- */

.listfrm {
	width: 940px;
	padding: 20px 0;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #ccc;
}
.listbox {
	width: 840px;
	margin: 0 auto;
}
.listbox ul.rlist {
	width: 840px;
	list-style: none;
	border-top: solid 1px #ccc;
}
.listbox ul.rlist li {
	width: 840px;
	padding: 25px 0;
	list-style: none;
	border-bottom: solid 1px #ccc;
}

.listbox ul.rlist li table th {
	width: 90px;
	font-weight: normal;
}
.listbox ul.rlist li .trtop {
	padding-bottom: 15px;
}
.listbox ul.rlist li .trtop span {
	padding-right: 30px;
	color: #70bc2d;
}
.listbox ul.rlist li .trbtm {
	padding-top: 15px;
}
.detbtn {
	font-size: 13px;
	color: #fff;
	padding: 4px 20px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	border-radius: 10px;
	text-decoration: none;
	cursor: pointer;
	background: #70bc2d;
}
.detbtn:visited {
	color: #fff;
}
.detbtn:hover {
	font-size: 13px;
	color: #111;
	text-decoration: none;
	background: #ccc;
}

.reclist {
	width: 820px;
	margin: 0 auto;
	padding: 50px 0 20px;
}
.reclist li {
	padding: 0 12px;
	font-size: 1.0em;
	color: #333;
	line-height: 1.6em;
}
.reclist li.date {
	padding: 0;
	font-size: 0.8em;
}
.reclist li.date span.label {
	padding: 1px 6px;
	font-size: 0.9em;
	color: #fff;
	background: #577431;
}
.reclist li.sub {
	padding: 20px 0;
	font-size: 1.1em;
	color: #577431;
}
.icontr {
	padding: 3px 0;
	font-size: 0.8em;
}
span.label {
	margin: 0 6px 0 0;
	padding: 1px 6px;
	font-size: 0.8em;
	color: #fff;
	background: #577431;
}

.listtable2 {
	width: 800px;
	margin: 0;
	padding: 0;
	table-layout: fixed;
	border: none;
}
.listtable2 td {
	margin: 0;
	padding: 0;
	border: none;
}


.nohitdiv {
	width: 96%;
	margin: 30px auto;
	padding: 60px 0;
	background: #efefef;
	font-size: 1.2em;
	color: #111;
	text-align: center;
}