/*#############################################################################
    求職者画面 求人情報一覧
#############################################################################*/

/*=========================================================
    レイアウト関連
=========================================================*/
.item-div {
    margin: 8px;
    border-bottom: 1px solid #ccc;
}

/*=========================================================
    ボタン関連
=========================================================*/
.description-button {
    background-color: #1eac48;
    border-radius: 10px;
    margin-right: 6px;
}

aside {
    display: none!important;
}

.pros-grid-margin p {
    margin: 10px!important;
    font-size: 13px!important;
}

.pros-grid-margin strong {
    text-decoration-line: underline;
    text-underline-offset: 4px;
}

.pros-grid-margin a :hover {
    opacity: 50%;
}

.area-buttons {
    border: solid 2px #004aad;
    border-radius: 5px;
    text-decoration: unset;
}

.area-buttons div:nth-child(2) {
    color: #333;
    font-weight: 700;
    font-size: 18px;
}

.area-buttons div:nth-child(3) {
    font-size: 18px;
    font-weight: 700;
    margin-right: 5px;
    color: #1b4bb0;
}

.area-buttons:hover {
    text-decoration: unset!important;
}

.area-grid-liner {
    display:grid; 
    gap:5px; 
    grid-template-columns: auto auto auto 40px auto auto auto; 
    grid-template-rows: repeat(7, 40px);
}

.area-grid-liner-sm {
    display:grid; 
    gap:5px; 
    grid-template-columns: 50% 50%; 
    grid-template-rows: repeat(14, 40px);
}

.search-box-top {
    justify-content: center;
    margin-left: 40px;
}

.halfColor {
    filter: saturate(5);
}

.animateText {
    animation-name: growFont;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@keyframes growFont {
    from {
        color: #666;
        font-size: 16px;
    }
    to {
        color: #000;
        font-size: 18px;
    }
}

.uk-accordion-title::before {
    width: 1.2em!important;
    height: 1.2em!important;
    border: #666 solid 1px;
}

#pageInfo {
    white-space: nowrap;
    display: flex;
}

@media only screen and (max-width: 690px) {
    .pager-bottom li {
        margin: 0!important;
    }
    .pager-bottom li a {
        padding: 15px 0px;
    }
}

@media only screen and (min-width: 690px) {
    #pageInfo {
        display: inline-block;
    }

}
