@charset "utf-8";
/* CSS Document */

@media screen and (max-width:667px){

.recNav {
width: auto;
margin-bottom: 20px;
}
.recNav li {
float: left;
width: calc(50% - 6px);
margin-right: 0;
margin-bottom: 4px;
padding: 0 3px;
text-align: left;
}
.recNav li a, .recNav li a:hover {
display: flex;
flex-direction: row;
justify-content: center;
width: auto;
padding: 8px 3px;
border: 1px #CCCCCC solid;
}
/*職員募集*/
.recTableNB {
border-top: none;
border-left: none;
}
.recTableNB th {
display: block;
padding: 0 10px;
}
.recTableNB th:after {
display: inline;
content: "：";
}
.recTableNB td {
display: block;
margin-bottom: 15px;
text-indent: -1em;
padding: 0 10px 0 calc(1em + 10px);
}
.recTableNB tr td:nth-child(2) {
text-indent: 0;
padding-left: calc(1em + 10px);
}
.recTableNB tr td:nth-child(2):before {
display: none;
content: "";
}

/*詳細ページ*/
.recTable {
width: calc(100% - 20px);
margin-left: 10px;
margin-right: 10px;
}
.recTable  tr{
display: block;
width: 100%;
}
.recTable  tr th {
display: block;
height: auto;
padding-top: 5px;
padding-bottom: 5px;
}
.recTable tr td {
display: block;
padding: 5px 10px;
}


}
