.head {
	display: block;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
}

table {
	margin: 20px auto;
	border-collapse: collapse;
}

th {
	border: 1px solid #555555;
	border-top-style:none;
	border-left-style:none;
	padding: 5px;
	padding-top: 15px;
	-moz-text-align-last: justify;
	text-align-last: justify;
	text-align: justify;
	text-justify:inter-ideograph;
}

td {
	border: 1px solid #555555;
	border-top-style:none;
	border-right-style:none;
	padding: 5px;
	padding-left: 15px;
	padding-top: 15px;
}

h3 {
	text-align: center;
}

.kigyo_guide {
	margin: 15px;
	display: block;
	text-align: center;
}

.blank {
	height: 35px;
}

@media(max-width:768px) {
	.recruit tr{
		display: flex;
		flex-wrap: wrap;
	}
	.recruit tr th,.recruit tr td{
		width: 100%;
		padding: 10px;
		border: none;
	}
	.recruit tr th{
		text-align-last: auto;
		text-align: center;
		background: #efefef;
	}
	
}
