/*.fulltime {color: #1F47A0;}*/
.fulltime .trait li,.fulltime .button a,.fulltime .nav_list li{background: #1F47A0;}
.fulltime .nav_list li:hover,.fulltime .button a:hover{background: #133C84;}

/*.parttime {color: #BB1449;}*/
.parttime .trait li,.parttime .button a,.parttime .nav_list li{background: #BB1449;}
.parttime .nav_list li:hover,.parttime .button a:hover{background: #A01044;}

/******************************************************/

#sort{
    margin-bottom: 60px;
}
#sort h3{
    margin-bottom: 10px;
    font-size: 20px;}

.nav_list{
    display: flex;
    flex-wrap: wrap;}
.nav_list li{
    margin: 0 10px 10px 0;
    padding: 7px 0;
    display: block;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    background: #202020;
    color: #EFEFEF;
}
.nav_list li:hover{
    cursor: pointer;
}


#recruit_list{
    display: flex;
    flex-wrap: wrap;}
#recruit_list section{
    margin-bottom: 30px;
    padding: 20px;
    border:2px solid #000;
    border-radius: 15px;}
#recruit_list section img{
    width: 100%;
}
#recruit_list section h1{
    padding-bottom: 15px;
    line-height: 1.25em;
    font-size: 26px;
    font-weight: bold;
}
.trait{
    margin: 5px 0 10px 0;
    display: flex;
    flex-wrap: wrap;
}
.trait li{
    margin: 0 5px 5px 0;
    padding: 5px 15px;
    border-radius: 2px;
    background: #333;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}
.detail{
    margin-bottom: 5px;
    display: flex;
}
.detail li{
    line-height: 1.25em;
}
.detail li.tit{
    width: 80px;
    font-weight: bold;
}
.detail li:nth-of-type(2n){
    width: calc(100% - 80px);
}

.button{
    margin-top: 20px;}
.button p{
    text-align: center;
    font-weight: bold;
}
.button a{
    display: block;
    padding: 20px;
    color: #fff;
}

@media screen and (max-width: 1024px) {
    .nav_list li{width: calc((100% - 20px) / 3);}
    .nav_list li:nth-of-type(3n){margin-right: 0;}
}
@media screen and (min-width: 1025px) {
    #main{
        margin-left: calc((100% - 1000px) / 2);
        width: 1000px;
    }
    .nav_list li{width: calc((100% - 60px) / 7);}
    .nav_list li:nth-of-type(7n){
        margin-right: 0;
    }
    #recruit_list{
        justify-content: space-between;
    }
    #recruit_list section{
        width: calc((100% - 30px) / 2);
    }
    /*#recruit_list section:nth-of-type(2n){
        margin-left: 30px;
    }*/
}