@charset "utf-8";
/* CSS Document */

table {
	width: 90%;
	max-width: 500px;
	
	margin: 0 auto;
}

.sub_table_box header {
	width: 90%;
	max-width: 800px;
	
	text-align: center;
	
	border-bottom: 1px #000000 solid;
	
	padding-bottom: 30px;
	
	margin: 0 auto;
	margin-bottom: 70px;
}

table td {
	vertical-align: top;
}
#history td {
	vertical-align: bottom;
}

#company_info tr td:nth-child(1){
	font-weight: 500;
	
	white-space: nowrap;
	
	padding-right: 50pt;
}
.recruit_info tr td:nth-child(1){
	font-weight: 500;
	
	white-space: nowrap;
	
	padding-right: 20pt;
}

.first_month {
	padding-bottom: 10px;
}

@media screen and (max-width:900px){
	table{
		font-size: 13px;
	}
	
	table tr td:nth-child(1){
		padding-right: 40px;
	}
}

#history tr td:nth-child(2){
	white-space: nowrap;
}

.nowrap {
	white-space: nowrap;
}