
/* ̗p */
#recruit { padding: 1em;font-size: 16px; }
#recruit h3 { background-color: #C4EBFD;padding:0.5em; }
#recruit h4 { border-bottom: 2px solid #C4EBFD; }
#recruit table.recruit_table { border-collapse: collapse; }
#recruit .recruit_table th,#recruit .recruit_table td { text-align: left;vertical-align: top;font-size: 13px;padding:0.5em;line-height: 1.75em;border: 1px solid #ccc; }
#recruit .recruit_table th { background-color: #eee; }
#recruit .recruit_table td { }
#recruit table.recruit_table_in { border-collapse: collapse; }
#recruit .recruit_table_in td { border: 0px solid #ccc; }
#recruit section { margin-bottom: 30px; }
#recruit .pagetop { text-align: right;margin-bottom: 30px;font-size: 13px; }
#recruit #toiawase { color: #0066cc;padding: 1em;border: 1px dotted #aaccff; }

.linkBtn{
	border:4px solid #16620A;
	text-align: center;
	margin-top:50px;
	margin-bottom: 50px; 
	background:#EFFDDD;
	border-radius: 3px;
}
.linkBtn a{
	padding:30px;
	font-weight: bold;
	font-size: 1.7rem;
	display: block;
	color:#096219;
	background:#EAF7C3;
	text-decoration: none;
}
.linkBtn a:hover{
	background:#E2F5AA;
}