#content-wrapper {
    
}

#jobSection {
    padding: 20px 0px;
}

#jobTopSection {

}

#jobTopSection button{
    width: 100%;
    background-color: #F9C14B;
    color: #FFF;
    border: none;
    margin-bottom: 20px;
    padding: 5px 0px;
    font-weight: bold;
    box-shadow: 4px 3px 6px #646464;
}

#jobTopSection .jobInfoArea{
    /*background-color: #60afe2;*/
    background-color: #FFF;
    border-radius: 5px;
    border: 1px solid #60afe2;
    margin-bottom: 20px;
}

#jobTopSection .jobInfoArea .list{
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #C9CACA;
}

#jobTopSection .jobInfoArea .list .title{
    /*margin: 5px 5px 0px 5px;*/
    background-color: #60afe2;
    width: 20%;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    /*border: 1px solid #FFF;*/
}

#jobTopSection .jobInfoArea .list .title div{
    border: 1px solid #FFF;
    margin: 5px;
}

#jobTopSection .jobInfoArea .list .title p{
    margin-bottom: 0px;
}

#jobTopSection .jobInfoArea .list .input{
    width: 60%;
}

#jobTopSection .jobInfoArea .list .input input{
    width: 100%;
    height: 70px;
    border: none;
}

#jobTopSection .jobInfoArea .list .select{
    margin: 5px;
    border-left: 1px solid #C9CACA;
    text-align: center;
    width: 20%;
    color: #036EB8;
    cursor: pointer;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#jobTopSection .jobInfoArea .list .kara{
    margin: 5px;
    width: 20%;
}

#jobTopSection .jobInfoArea .list .free {
    font-size: 8px;
}

#jobSection .search_result_title {
    color: #036EB8;
    font-weight: bold;
    border-bottom: 2px solid #62B0E3;
    margin-bottom: 5px;
}

#jobSection .search_result_num {
    font-size: 18px;
    margin-bottom: 10px;
}

#jobSection .search_result_num span{
    color: #F9C14B;
}

#jobResultSection {
    margin-bottom: 40px;
}

#jobResultSection .jobResult h2{
    color: #FFF;
    padding: 5px;
    font-size: 24px;
    margin-bottom: 0px;
}

#jobResultSection .jobInArea {
    padding: 10px;
}

#jobResultSection .jobInArea .img img{
    width: 100%;
    margin-bottom: 10px;
}

#jobResultSection .jobInArea .title h3{
    color: #F9C14B;
    padding: 5px 5px 0px 5px;
    font-size: 18px;
    margin-bottom: 0px;
    border-left: 4px solid #F9C14B;
}

#jobResultSection .jobInArea .title{
    margin-bottom: 10px;
}

#jobResultSection .jobInArea .tag {
    margin-bottom: 20px;
}

#jobResultSection .jobInArea .tag ul{
    margin-bottom: 0px;    
}

#jobResultSection .jobInArea .tag ul li{
    display: inline-block;
    padding: 0px 10px;
    margin-bottom: 5px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 20px;
}

#jobResultSection .jobInArea .tag .tag_blue li{
    background-color: #62B0E3;
    color: #FFF;

}

#jobResultSection .jobInArea .tag .tag_orange li{
    background-color: #F9C14B;
    color: #FFF;
}

#jobResultSection .jobArea{
    background-color: #62B0E3;
    padding: 1px;
}

#jobResultSection .jobInArea{
    background-color: #FFF;

}

#jobResultSection .table table {
    width: 100%;
}

#jobResultSection .table table tr:nth-child(2n-1){
    background-color: #F7F8F8;
}

#jobResultSection .table table tr td:nth-child(2n-1){
    width: 30%;
    text-align: center;
}

#jobResultSection .button {
    display: flex;
    justify-content: space-around;
}

#jobResultSection .button button{
    width: 45%;
    border: none;
    color: #FFF;
    padding: 10px 20px;
    border-radius: 10px;
}

#jobResultSection .button .favorite {
    background-color: #F9C14B;
}

#jobResultSection .button .favorite img{
    padding-bottom: 5px;
    padding-right: 5px;
}

#jobResultSection .button .detail {
    background-color: #EA5514;
}

#jobSection .kai_page {
    padding-bottom: 20px;
}

#jobSection .kai_page a{
    background-color: #FFF;
    color: #60afe2;
    border: 1px solid #000;
    padding: 3px 5px;
}

#jobSection .kai_page a.select{
    background-color: #60afe2;
    color: #FFF;
}

#jobSection .input_select {
    float: right;

}

