/* area */
ul#area_link{
  display:inline-block;
  width: 150px;
}

ul#area_link li{
  display:table-cell;
  padding: 2px 10px 2px 10px;
  border-left: 1px solid #d4d4d4;
}

ul#area_link li:nth-child(1){
  border-left: none;
}

/* job_title */
h2#job_title {
  background: #68b7e6 !important;
}
.casset th {
  background: #e1f1fb !important;
}
.click_area:hover, .more:hover{
  background-color: rgba(164, 212, 240, 0.1) !important;
  border-radius: 8px;
}

/* template */
#paging_template
,#sort_template
,#caset_template
,#od_no_instruct
,#more_template
,#list_0hit
,#errorList
,#noDetail
,#errorDetail
,#job_table_contents div.casset
,#job_tab{ display:none; }

#job_table_contents{ padding: 0 !important; }
#od_no_instruct, #list{ padding: 10px 0 !important; }

/* paging */
#paging .res14-pagination{
  margin-bottom: 15px;
}
#paging .res14-pagination__paging li
,#paging #prev_link
,#paging #next_link{
  cursor: pointer;
}
#paging .res14-pagination__paging li.res14-pagination--current{
  cursor: auto;
}
.more {
  border-collapse: separate;
  border-spacing: 1px;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
  padding: 4px 0;
  cursor: pointer;
  color: #008ae5;
  background: #ffffff;
}

/* sort */
#sort .res14-serialize{
  margin-bottom: 15px;
}

/* tab */
ul.ns15-tab-holder__topics{
  margin: 0 0 10px 0;
}

/* etc */
.dn { display: none !important; }
.p0 { padding: 0px !important; }
.res14-pagination-hit { width: auto !important; }
#job_table_contents table th {
  width: 20%;
}


/* for pc */
@media screen and (min-width: 641px) {
  .for_sp{ display:none; }
  .res14-pagination-nav {
    min-width: 342px;
  }
  .res14-pagination__paging {
    min-width: 230px;
  }
  ul.ns15-tab-holder__topics{
    padding: 0;
    display: block;
    border-bottom: 1px solid #ccc;
    min-height: 1%;
  }
  ul.ns15-tab-holder__topics:after{
    clear: both;
    content:".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  ul.ns15-tab-holder__topics li.ns15-tab-tabber__topics{
    display: block;
    float: left;
    margin-left: 5px;
  }
  ul.ns15-tab-holder__topics li.ns15-tab-tabber__topics:first-child{
    margin-left: 0;
  }
  ul.ns15-tab-holder__topics li.ns15-tab-tabber__topics a.ns15-tab-control__topics{
    display: block;
    padding: 6px 25px 5px 25px;
    text-align: center;
    display: block;
    text-decoration: none;
    background: #e1f5ff;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top-left-radius: 3px;
    -o-border-top-left-radius: 3px;
    -ms-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -o-border-top-right-radius: 3px;
    -ms-border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    vertical-align: bottom;
    cursor: pointer;
    cursor: hand;
  }
  ul.ns15-tab-holder__topics li.ns15-tab-tabber__topics a.ns15-tab-control__topics:hover{
    text-decoration: none;
    background-color: #fff;
    color: #444;
    font-weight: bold;
  }
  ul.ns15-tab-holder__topics li.ns15-tab-tabber__topics a.ns15-tab-control__topics.ns15-tab-selected{
    background-color: #fff;
    color: #444;
    padding: 6px 25px 6px 25px;
    margin-bottom: -1px;
    font-weight: bold;
  }
}


/* for sp */
@media screen and (min-width: 0) and (max-width:640px) {
  #od_no_instruct, #list{
    padding: 10px 8px !important;
  }
  .for_pc{
    display: none;
  }
  
  /* paging */
  #paging{
    float: left;
    margin: 13px 10px 0px 0px;
  }
  #paging .res14-pagination {
    margin-bottom: 5px;
  }
  #paging .res14-pagination-hit{
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 5px;
  }
  #paging .res14-pagination-hit__num{
    font-size: 20px;
    font-weight: bold;
    color: #f172ac;
  }
  /* paging_under */
  #paging_under .for_sp_under{
    display: inline;
  }
  #paging_under .res14-pagination-hit{
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 5px;
  }
  #paging_under .res14-pagination-hit__num{
    font-size: 20px;
    font-weight: bold;
    color: #f172ac;
  }
  #paging_under .res14-pagination-nav{
    text-align: center;
  }
  #paging_under .res14-pagination-nav p{
    width: 20%;
    display: inline-block;
  }
  #paging_under .res14-pagination-nav .res14-pagination__pagingarea ol{
    float: left;
    text-align: center;
    width: 58%;
    margin-bottom: 5px;
  }
  #paging_under .res14-pagination-nav li {
    display: inline-block;
    padding: 9px 9px;
  }
  #paging_under .prev_link:before
  ,#paging_under .prev_label:before{
    content: "＜ ";
  }
  #paging_under .next_link:after
  ,#paging_under .next_label:after{
    content: " ＞";
  }
  #paging_under .prev_link,
  #paging_under .prev_label{
    float: left;
    padding: 9px 9px 9px 3px;
    margin-right: 3px;
  }
  #paging_under .next_link,
  #paging_under .next_label{
    float: right;
    padding: 9px 3px 9px 9px;
  }
  #paging_under .prev_link
  ,#paging_under .next_link{
    border: 1px solid #d4d4d4;
    background-color: #fff;
    color: #188ee4;
    font-weight: bold;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #paging_under .prev_label
  ,#paging_under .next_label{
    border: 1px solid #dededc;
    background-color: #fff;
    color: #999;
    font-weight: bold;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #paging_under .res14-pagination-nav li.res14-pagination--current {
    border: 1px solid #f2efe8;
    background: #f2efe8;
    font-weight: bold;
  }
  #paging_under .isDispFirst
  ,#paging_under .isDispSeparateFirst
  ,#paging_under .isDispSeparateLast
  ,#paging_under .isDispLast{
    border: none;
    background-color: none;
    padding: 0;
    width: 0px;
    font-size: 0px;
    display: none !important;
  }

  /* sort */
  #sort #sort_sp{
    float: right;
  }
  .clear{
    clear:both;
  }

  #list_cmnt{ padding: 0 8px; }

  #sort .res14-condition-date {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 4px;
    border: 1px solid #dededc;
    padding: 13px 30px 13px 10px;
    background: url(/sol/contents/spimg/icon/link_right_ico_blue03.png) no-repeat 90% center #fff;
    background-size: 12px 7px;
    margin: 0;
    width: 120px;
  }

  #job_table_contents table{
    background-color: #fff;
    margin-bottom: 8px;
  }

  ul.ns15-tab-holder__topics{
    text-align: center;
    display:table;
    table-layout: fixed;
    width:100%;
    margin: 0 0 10px 0;
  }

  ul.ns15-tab-holder__topics li.ns15-tab-tabber__topics{
    display:table-cell;
    padding: 11px 1px 11px 1px;
    border-top: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    text-align: center;
    vertical-align: middle;
    background-color: #e1f5ff;
    margin:0 0 10px 0;
    cursor: pointer;
  }
  ul.ns15-tab-holder__topics li.ns15-tab-tabber__topics:nth-child(1){
    border-left: 1px solid #d4d4d4;
  }

  /* タブ選択中 */
  ul.ns15-tab-holder__topics li.ns15-tab-tabber__topics.selected{
    background-color: #fff;
    cursor: auto;
  }

  ul.ns15-tab-holder__topics li.ns15-tab-tabber__topics.selected a.ns15-tab-selected{
    color: #444;
    cursor: default;
    font-weight: bold;
  }
  /* error */
  p.error.tXt-p{
    padding: 0 10px;
  }
  .topics__btn-realtimesearch {
    padding: 0 10px 10px 10px;
  }
  .topics__btn-realtimesearch a {
    padding: 10px;
    width: 100%;
    display: block;
    color: #FFF;
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #3F9BE3;
    border-radius: 4px;
    -webkit-box-shadow: inset -1px -2px 1px rgba(0, 0, 0, 0.08);
    box-shadow: inset -1px -2px 1px rgba(0, 0, 0, 0.08);
    background-image: -moz-linear-gradient(bottom, #60b5ea 0%, #60b5ea 48.71%, #60b5ea 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #60b5ea), color-stop(48.71%, #60b5ea), color-stop(100%, #60b5ea));
    background-image: -webkit-linear-gradient(bottom, #60b5ea 0%, #60b5ea 48.71%, #60b5ea 100%);
    background-image: linear-gradient(bottom, #60b5ea 0%, #60b5ea 48.71%, #60b5ea 100%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }

}