/* --------------------------------
   マイランキングレコメンド求人
   -------------------------------- */
#my_ranking {
  margin: 100px 0 50px;
  width: auto;
  width: -webkit-fill-available;
  line-height: 1.75;
}
#my_ranking .offerPoint {
  display: flex;
  justify-content: left;
  margin: 0;
  min-height: 1.75em;
}
#my_ranking .offerPoint li {
  background: #e78400;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  padding: 0 5px;
  font-size: inherit;
  width:auto;
}
#my_ranking #tab_selecter_my_ranking {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  width: 100%;
}
#my_ranking #tab_selecter_my_ranking li{
  width: 50%;
}
#my_ranking #tab_selecter_my_ranking li:not(:last-child){
  margin-right:5px;
}
#my_ranking #tab_selecter_my_ranking li(:last-child){
  margin-left:5px;
}

#my_ranking #tab_selecter_my_ranking a {
  display: flex;
  align-items: center;
  font-size: 1.15em;
}
#my_ranking #tab_selecter_my_ranking a:before {
  content: "";
  border: solid 2px #aaa;
  border-radius: 22px;
  box-sizing: border-box;
  display: block;
  margin-right: 5px;
  width: 22px;
  height: 22px;
}
#my_ranking #tab_selecter_my_ranking a.current:before {
  background: #1e5fb3;
  box-shadow: 0 0 0px 3px #fff inset;
}
#my_ranking .my_ranking_list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: auto;
  padding: 5px;
  width: 624px;
}
#my_ranking .my_ranking_list .recruit {
  background: #fff;
  box-shadow: 0 0 5px #ccc;
  margin-bottom: 10px;
  position: relative;
  margin-top: 50px;
  margin-right: 8px;
}
#my_ranking .my_ranking_list li a {
  box-sizing: border-box;
  display: block;
  padding: 12px 8px;
  text-align: left;
  text-decoration: none;
  width: 200px;
  height: 100%;
  min-height: 210px;
}
#my_ranking .my_ranking_list li a:hover {background-color: #e6efff;}
#my_ranking table {
  border-collapse: collapse;
  color: #333;
  margin-top: 5px;
  width: 100%;
}
#my_ranking table th,
#my_ranking table td {border: solid 1px #ccc;}
#my_ranking table th {
  background: #f4f4f4;
  box-sizing: border-box;
  padding: 3px 0 3px 6px;
  width: 50px;
}
#my_ranking table td {
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 3px;
}
#my_ranking table tr:not(.salary) td {font-weight: bold;}
#my_ranking .ttl {
  font-weight: bold;
  font-size: 1.15em;
  margin-bottom: 5px;
  line-height: 1.5;
  text-align: justify;
  overflow: hidden;
  height: 3em;
  display: -webkit-box;
  -webkit-box-orient: block-axis;
  -webkit-line-clamp: 2;
}
#my_ranking .my_ranking_list .recruit:after {
  content: "";
  background: #2d60b5;
  display: block;
  position: absolute;
  top: 0;
  width: 60px;
  height: 3px;
}
#my_ranking .my_ranking_contents {
  background: #f4f4f4;
  padding: 15px 17px 24px;
}
#my_ranking .slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 100%;
}
#my_ranking .slider__nav {display: none;}
#my_ranking .slider__nav + label {
  background: #ccc;
  cursor: pointer;
  margin: 0 12px;
  position: relative;
  width: 12px;
  height: 12px;
  z-index: 10;
}
#my_ranking .slider__nav:checked + label {background: #2d60b5;}
#my_ranking .slider__nav:checked:nth-of-type(1) ~ .slider__inner {left: 0;}
#my_ranking .slider__nav:checked:nth-of-type(2) ~ .slider__inner {left: calc(-605px * 1);}
#my_ranking .slider__nav:checked:nth-of-type(3) ~ .slider__inner {left: calc(-615px * 2);}
/*
#my_ranking .slider__nav:checked:nth-of-type(3) ~ .slider__inner {left: 200%;}
#my_ranking .slider__nav:checked:nth-of-type(4) ~ .slider__inner {left: 300%;}
#my_ranking .slider__nav:checked:nth-of-type(5) ~ .slider__inner {left: 400%;}
*/
#my_ranking .slider__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  width: 500%;
  height: 100%;
}
#my_ranking .slider__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  */
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: center;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: center;
  height: 100%;
}
#my_ranking .slider__contents.last_slide {
  width: 615px;
  height: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#my_ranking .slider__inner .btn-main {
  display: block;
  width: 350px;
  margin: 0;
  padding: 16px;
  border: 0;
  border-radius: 6px;
  font-size: 16px;
  box-sizing: border-box;
  background: #3386c5;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
#ranking_tab_full .btn-main {
  background: #3386c5;
}
#ranking_tab_part .btn-main {
  background: #ffa55c;
}
#my_ranking .slider__inner .btn-sub {
  display: block;
  width: 350px;
  margin: 0;
  padding: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  box-sizing: border-box;
  background: #fff;
  color: #333;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
#my_ranking .slider__inner .box-nomatch{
  width: 100%;
}
#my_ranking .slider__inner .box-nomatch .title{
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}
#my_ranking .slider__inner .box-nomatch .hint{
  margin-bottom: 40px;
  font-size: 14px;
}
#my_ranking .slider__inner .box-nomatch .flex-btn-box{
  display: flex;
  justify-content: center;
}
#my_ranking .bottom_more_link {text-align: center;}

#my_ranking .my_ranking_contents {
  background: #fafafa;
  margin-top: 50px;
  position: relative;
}
#my_ranking .my_ranking_contents .before_load_panel{
  position: absolute;
  background-color: #000;
  width: 670px;
  opacity: .5;
  height: calc(100% + 40px);
  z-index: 999;
  text-align: center;
  top: -40px;
  left: 0;
}
#my_ranking .my_ranking_contents .before_load_panel img{
  position: relative;
  top: calc(50% - 40px);
}
#my_ranking #tab_selecter_my_ranking {
  position: absolute;
  top: -36px;
  left: 0;
  margin: 0;
  border-bottom: 4px #1e5fb3 solid;
}
#my_ranking #tab_selecter_my_ranking a {
  align-items: flex-end;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  height: 42px;
  background: #eee;
  color:#999;
  border-radius: 5px 5px 0 0;
  line-height: 40px;
  border: 1px solid #cccccc;
  border-bottom: none;
}
#my_ranking #tab_selecter_my_ranking a:hover{
  text-decoration: none;
}
#my_ranking #tab_selecter_my_ranking a span{
  font-size: 14px;
  margin-right: 0;
  line-height: 34px;
}
#my_ranking #tab_selecter_my_ranking a:before {
  content: none;
}
#my_ranking #tab_selecter_my_ranking .current {
  background: #1E5FB3;
  border: 1px solid #1E5FB3;
  border-bottom: none;
  color:#fff;
}

#my_ranking .slider__contents {
  padding: 0;
}
#my_ranking .prev-full
#my_ranking .prev-part {
  left: 20px;
}
#my_ranking .next-full,
#my_ranking .next-part {
  right: 20px;
}

#my_ranking .prev-full:after,
#my_ranking .prev-part:after {
  content: "";
  border: solid 1px #fff;
  border-width: 0 0 2px 2px ;
  position: absolute;
  top: calc(50% - 4px);
  left: 8px;
  transform: rotate(45deg);
  width: 9px;
  height: 9px;
}
#my_ranking .next-full:after,
#my_ranking .next-part:after {
  content: "";
  border: solid 1px #fff;
  border-width: 2px 2px 0 0;
  position: absolute;
  top: calc(50% - 4px);
  right: 8px;
  transform: rotate(45deg);
  width: 9px;
  height: 9px;
}
#my_ranking .prev-full,
#my_ranking .next-full,
#my_ranking .prev-part,
#my_ranking .next-part {
    background: #aaa;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    position: absolute;
    border: 0;
    top: 120px;
    width: 20px;
    height: 110px;
    z-index: 100;
    cursor: pointer;
    opacity: .6;
    border-radius: 10px
}

#my_ranking .bottom_more_search {
  background: #5f93c4;
  border-radius: 3px;
  color: #fff;
  display: flex;
  align-items: center;
  margin-left: 10px;
  padding: 0 8px;
  position: relative;
  z-index: 10;
  width: 72px;
}
#my_ranking .bottom_more_search:after {
  content: "";
  border: solid 1px #fff;
  border-width: 2px 2px 0 0;
  position: absolute;
  top: calc(50% - 4px);
  right: 8px;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
}
#my_ranking .slider__nav + label {
  margin: 0 12px 4px;
}
#my_ranking .bottom_more_link a:hover {opacity: 0.7;}
#my_ranking .bottom_more_link .icon {
  background: URL("/img2014/icon_searchBtn.png")center / cover;
  display: block;
  margin-right: 0.8em;
  height: 22px;
  background-position: left;
  width: 22px;
}
#my_ranking .bottom_more_link a {
    background-color: #fff;
    border: 1px solid #1e5fb3;
    border-radius: 5px;
    box-sizing: border-box;
    color: #304f89;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: normal;
    padding: 10px;
    width: 390px;
    position: relative;
    margin: 10px auto 0;
    height: 35px;
}
#my_ranking .bottom_more_link a:after {
    content: "";
    border: solid 1px #304f89;
    border-width: 1px 1px 0 0;
    position: absolute;
    top: 10px;
    right: 14px;
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
}

#my_ranking img.ico_ranking{
  position: absolute;
  left: 15px;
  top: -26px;
}

#ranking_tab_full .btn-main {
  background: #3386c5;
}
#ranking_tab_part .btn-main {
  background: #ffa55c;
}
