
div.recommend_jobs {
    margin-bottom: 10px;
}

div.recommend_jobs a {
    display: block;
    color: #2b2b2b;
    text-decoration: none;
}

div.recommend_jobs a:active  { color: #2b2b2b; text-decoration: none; }
div.recommend_jobs a:visited { color: #2b2b2b; text-decoration: none; }
div.recommend_jobs a:hover   { color: #2b2b2b; text-decoration: none; }

@media only screen and (min-width: 960px) {
    div.recommend_jobs:after {
        content: "";
        display: block;
        clear: both;
    }
    div.recommend_jobs:before {
        content: "";
        display: block;
        clear: both;
    }
    div.recommend_jobs {
        display: block;
    }

    div.recommend_jobs .listArea {
        width: 32%;
        float: left;
        padding: 8px;
        border: 1px solid #e5e5e5;
        background-color: #f9f9f9;
        box-sizing: border-box;
        margin-left: 1%;
    }
    div.recommend_jobs .listArea:first-child {
        margin-left: 0;
    }
    div.recommend_jobs .listArea-inner {
    }
    div.recommend_jobs .listArea-inner .photoArea {
        height: 120px;
        overflow: hidden;

        background-position: center top;
        background-repeat: no-repeat;
        background-size: contain;
    }
    div.recommend_jobs .listArea-inner .infoArea {
    }
    div.recommend_jobs .infoArea div.ttl {
        color: #4682b4;
        text-decoration: underline;
    }
    div.recommend_jobs .infoArea div.address {
        margin: 5px 0;
        font-size: 15px;
    }
    div.recommend_jobs .infoArea div.category {
        font-size: 15px;
    }
    div.recommend_jobs ul {
        list-style:none;
        margin: 0;
        padding: 0;
    }
    div.recommend_jobs ul li {
        margin: 0 0 0 2px;
        padding: 1px 2px;
        font-size: 90%;
        display: inline;
        background-color: #0A9DD0;
        color: #ffffff;
    }
}

@media only screen and (max-width: 959px) {
    div.recommend_jobs ul {
        list-style:none;
        margin: 0;
        padding: 0;
    }

    div.recommend_jobs ul li {
        margin: 0 0 0 2px;
        padding: 1px 2px;
        font-size: 90%;
        display: inline;
        background-color: #0A9DD0;
        color: #ffffff;
    }

    div.recommend_jobs .listArea {
        padding: 8px;
        border: 1px solid #e5e5e5;
        background-color: #f9f9f9;
        margin: 5px 0;
    }

    div.recommend_jobs .listArea-inner {
        display: table;
    }

    div.recommend_jobs .listArea-inner .photoArea {
        display: table-cell;
        width: 150px;
        overflow: hidden;

        background-position: center top;
        background-repeat: no-repeat;
        background-size: contain;
    }

    div.recommend_jobs .listArea-inner .infoArea {
        display: table-cell;
        padding-left: 10px;
    }

    div.recommend_jobs .infoArea div.ttl {
        color: #4682b4;
        text-decoration: underline;
    }
}
