@charset "utf-8";

/* recruit
-------------------------------------------------*/
#staff h2 {
    border-top: 2px solid rgb(44,150,255);
    padding-top: .6em;
}
	#staff .table_blue th {
		vertical-align: top;
		width: 17%;
		padding: 2%;
		font-weight: bold;
	}
	#staff .table_blue tr:nth-child(1) th,
	#staff .table_blue tr:nth-child(1) td{
		border-top:none;
	}
	#staff .table_blue td {
		padding: 2% 4%;
	}
	#staff .table_blue td ul li {
		width: 32.33%;
		display: inline-block;
		padding-right: 1rem;
		vertical-align: top;
	}
	#staff .table_blue tr:nth-child(1) td ul li:nth-child(10) {
		white-space:nowrap;
	}
	#staff .table_blue tr:nth-child(2) td ul li {
		display:inline;
	}
@media screen and (max-width: 768px){
	#staff .table_blue td ul li {
		width: 49%;
	}
@media screen and (max-width: 600px){
	#staff .table_blue td ul li {
		width: 100%;
	}
}
