@charset "utf-8";
/* CSS Document */

.recNav {
width: 880px;
margin-bottom: 30px;
}
.recNav li {
float: left;
text-align: center;
margin-right: 10px;
}
.recNav li a {
display: block;
width: 260px;
background-color: #fff;
text-decoration: none;
color: #000;
padding-top: 4px;
padding-bottom: 4px;
border-bottom: 1px #CCCCCC dotted;
}
.recNav li a:hover,
.recNav li a.selected {
background-color: #EAECFD;	
}
/*職員募集*/
.recTableNB {
border-top: none;
border-left: none;
}
.recTableNB th {
padding: 0;
border-right: none;
border-bottom: none;
background: none;
white-space: nowrap;
}
.recTableNB td {
padding: 0;
border-right: none;
border-bottom: none;
}
.recTableNB tr td:nth-child(2) {
text-indent: -1em;
padding-left: 1em;
}
.recTableNB tr td:nth-child(2):before {
display: inline;
content: "：";
}

/*詳細ページ*/
.recTable  {
width: 100%;
}
.recTable  tr th {
background-color: #5158A0;
padding-top: 10px;
padding-bottom: 10px;
font-weight: bold;
text-align: center;
color: #FFF;
}
.recTable tr td {
padding-top: 10px;
padding-bottom: 10px;
padding-left: 15px;
}
