@charset "utf-8";

#job-page {
	background-color: #266085;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	padding-bottom: 50px;
	padding-top: 50px;
}
#job-page h3 {
	margin-bottom: 25px;
	margin-top: 15px;
}
#job-page .box-01 {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	margin-bottom: 15px;
}
#job-page .box-01 h3 {
	background-color: #004a7b;
	font-size: 24px;
	padding: 10px;
}
#job-page .box-01 .txt-01 {
	background-color: #f29600;
	padding: 5px;
	margin-left: 150px;
	font-size: 24px;
	width: 200px;
	text-align: center;
	margin-bottom: 15px;
}
#job-page .box-01 .txt-02 {
	background-color: #00a99d;
	padding: 5px;
	margin-left: 150px;
	font-size: 24px;
	width: 200px;
	text-align: center;
	margin-bottom: 15px;
}
#job-page .box-01 table {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height: 168%;
	margin-bottom: 25px;
}
#job-page .box-01 td {
	padding: 10px;
}
#job-page .box-01 .td-01 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #004A7B;
}
#job-page .txt-03 {
	font-size: 24px;
	line-height: 200%;
}
#job-page .box-01 a {
	color: #FFF;
}
