@charset "utf-8";

/*----------------------------------------
    index.html
----------------------------------------*/
.styled_table th {
	width: 75.47684%;
}
.styled_table td {
  width: 24.52316%;
}
.main_content .styled_table th span {
	display: block;
	font-weight: normal;
}
/*.page_content a {
	font-size: 100%;
}
*/
.mb25 {
	margin-bottom: 25px;
}

.recruit_index .link_section {
  margin-bottom: 20px;
}
.recruit_index .link_section li {
  display: inline-block;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #ccc;
}
  
.recruit_index .link_section li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
/*.recruit_index .link_section li:last-child {
  margin-left: 0;
  padding-left: 0;
  padding-top: 20px;
  border-left: none;
}*/
.recruit_index .link_section li > a {
  text-decoration: underline;
}
.recruit_index .link_section li > a:hover {
  text-decoration: none;
}

.recruit_index .recruit_index_section {
  margin-top: 50px;
}
.recruit_index .recruit_index_section:first-child {
  margin-top: 0;
}

.recruit_index .recruit_index_section h2 .wanted_exit {
  margin-left: 30px;
  font-size: 80%;
}
.recruit_index .recruit_index_section h2 .wanted_exit b{
  color: #f00;
}