<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* --------------------------------------------

recruit

---------------------------------------------- */ 

h1 span { 
	background:url(../img/h2.png) no-repeat center;
}


#main .section { 
	max-width:620px; 
}
#main table { 
	width:100%;
	margin-bottom:4em;
	border-radius:10px;
	overflow: hidden;
	background:#fff;
}
#main table thead tr th { 
	text-align:center; 
	font-size:18px; font-size:1.8rem; 
	background:#fdd000 !important;
	border:none !important; 
}
#main table th,
#main table td { 
	padding:0.8em 1em; 
	line-height:1.4;
	border-top:#e3d8d1 solid 1px; 
}
#main table tr:nth-child(even) { 
	background:#fdf3ec; 
}
#main table th { 
	width:135px; 
	border-right:#e3d8d1 solid 1px; 
	text-align:center;
}
#main table td {
	font-weight:normal;
}

#main .empty {
	text-align:center; padding:60px 0;
}



@media screen and (max-width:768px){
	#main table th,
	#main table td { 
		display: block; 
		width: 100%;
	}
	#main table th { 
		border-top:#e3d8d1 solid 2px!important; 
		background:#fdf3ec;}
	#main table td { 
		border-top:#e3d8d1 dashed 1px!important;
	}
	#main table tr:nth-child(even) td { 
		background:#fff;
	}
}



</pre></body></html>