@charset "utf-8";


/* job
---------------------------------------------------------------------*/
div#main #ttl{
	position:absolute;
	left:422px;
	top:-193px;
	height:336px;
	z-index:10;
}

div.job_ttl{
	position:relative;
	height:45px;
	background:#88ad7b;
	-webkit-border-radius:6px 6px 0 0;-moz-border-radius:6px 6px 0 0;border-radius:6px 6px 0 0;
	margin:0;
	overflow:hidden;
}
	div.job_ttl h2{
		position:absolute;
		left:12px;
		top:14px;
		color:#fff;
		font-size:15px;
		font-weight:bold;
		line-height:17px;
		text-shadow: 1px 1px 4px #111; -moz-text-shadow: 1px 1px 4px #111; -webkit-text-shadow: 1px 1px 4px #111;
	}
	div.job_ttl img{
		position:absolute;
		left:425px;
		top:7px;
	}
	div.job_ttl img:hover{
		left:424px;
		top:6px;
	}

div.job table{
	width:100%;
	margin:0 0 40px 0;
}
	div.job 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 > div.on{
	background-color:mistyrose;
}
#lnav > div:hover{
	background-color:lavender;
}

