@charset "utf-8";


/* job
---------------------------------------------------------------------*/

.job_ttl{
	position:relative;
	height:45px;
	padding:13px 13px 0;
	background:#88ad7b;
	border-radius:6px 6px 0 0;
	margin:0;
	box-sizing: border-box;
	overflow:hidden;
}
	.job_ttl h2{
		color:#fff;
		font-size:15px;
		font-weight:bold;
		line-height:17px;
		text-shadow: 1px 1px 4px #111;
	}
	.job_ttl a{
		position:absolute;
		display:]block;
		right:.5rem;
		top:7px;
		width:148px;
		height:34px;
	}

.job_content table{
	width:100%;
	margin:0 0 40px 0;
}
	.job_content table th{
		width:16%;
		text-align:center;
		white-space:nowrap;
	}


/* switch content */
#lnav{
	text-align:left;
}
#lnav > div{
	display:inline-block;
	padding:9px 12px;
	font-size:13px;
	line-height: 1.2;
	border:1px solid rgba(0 0 0 / .3);
	border-radius: 5px 5px 0 0;
	border-width:1px 1px 0 1px;
	background-color:rgba(255 255 255 / 0);
	margin:2px 2px 10px;
	transition: .3s;
	cursor:pointer;
}
#lnav > .on{
	background-color:mistyrose;
}
#lnav > div:hover{
	background-color:lavender;
}

