@charset "utf-8";

/*** 一発検索 ****/
#renwealSearcnBlock {
  text-align: center;
  width: 100%;
  /* background-color: #f9f9f9; */
  background-color: #b2dfff;
}

#renwealSearcnBlock .searcnBlockInnner {
  padding:0;
  width: 100%;
}

#renwealSearcnBlock .singleSearchBlock {
  width: 100%;
}

#renwealSearcnBlock .singleSearchBlock h2 {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  background: #0096ff;
}

#renwealSearcnBlock .searcnBlockInnner .searcnBox {
  padding: 2px 0;
  position: relative;
  height:50px;
}

#renwealSearcnBlock .searcnBlockInnner select {
  width: calc(100% - 100px);
  padding: 6px;
  border-radius: 0;
  position: absolute;
  left:50px;
  margin-top: 20px;
  height: 40px;
  cursor: pointer;
}

#renwealSearcnBlock .searcnBlockInnner .searcnBox h3 {
  color: #0096ff;
  margin: 0;
  padding: 0;
  width: 45px;
  font-size: 11px;
  float: left;
  margin-left: 10px;
  padding: 22px 1px;
  line-height: 20px;
}

#renwealSearcnBlock .searcnBlockInnner .searcnBox  h3 i {
  font-size: 23px;
}

#renwealSearcnBlock .searcnBlockInnner .searchBtn {
  margin-top: 20px;
}

#renwealSearcnBlock .searcnBlockInnner .searchBtn a {
  width: 60%;
  background-color: #ff8b38;
  border-radius: 0;
  border: 1px solid #dcdcdc;
  box-shadow: none;
}

#renwealSearcnBlock .searcnBlockInnner .searchBtn span {
  font-size: 18px;
}

/*** フリーワード ***/
#searchKeyword {
  margin: 0;
  /* ↓2021/03/12 */
  /* padding: 0px; */
  /* background: #f9f9f9; */
  /* padding-bottom: 20px; */
  /* border-top: 1px solid #ccc; */
  background: #b2dfff;
  padding: 10px 0px 5px 0px;
  /* ↑2021/03/12 */
  
}

#searchKeyword .headerTitle {
  display: table;
  width: 100%;
  height: 45px;
  background-repeat: no-repeat;
  background-position: 5px 50%;
  overflow: hidden;
  margin-top: 10px;
}

#searchKeyword .renewalAreaTopTitle {
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
  margin-left: 10px;
  background: #0096ff;
  padding-left: 7px;
  text-align: left;
  height: 25px;
  line-height: 27px;
}

#searchKeyword .renewalAreaTopTitle div {
  color: #0096ff;
  background: #f9f9f9;
  padding-left: 5px;
}

#searchKeyword p {
  margin: 10px 78px 0 10px;
}

#searchKeyword p a {
  /* ↓2021/03/12 */
  /* background-color: #ff8b38; */
  /* border-radius: 0; */
  /* border: 1px solid #a9a9a9; */
  background-color: #0096ff;
  border-radius: 5px;
  border: 1px solid #0096ff;
  /* ↑2021/03/12 */
  border-left: 0;
  height: 40px;
}

#searchKeyword p i {
  font-size: 20px;
  margin-top: 10px;
  color: #ffffff;
  margin-right: 10px;
}

#searchKeyword p input {
  border: 1px solid #a9a9a9;
  /* ↓2021/03/12 */
  /* border-radius: 0; */
  border-radius: 5px;
  /* ↑2021/03/12 */
  border-top-width: 1px;
  margin-left: 0;
  font-size: 11px;
  padding: 5px;
  padding-left: 5px;
  height: 30px;
  background: white;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  margin-bottom: 10px;
}

/* ↓2021/03/12 */
.searchJob__list {
  display: flex;
  padding: 0px 10px 20px 10px;
}
.searchJob__item {
  width: 33%;
  background-color: #ffffff;
  border-radius: 5px;
}
li.searchJob__item a {
  display: block;
  padding: 10px 0 6% 0;
}
.searchJob__item div.searchJob__imageBox {
  width: 50%;
  background-color: #ffffff;
  padding: 5% 0 5% 0;
  margin: 0 auto;
}
.searchJob__item span.searchJob__txt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #686a6c
;
}
.searchJob__item span.searchJob__txt > span {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
#renwealSearcnBlock .searcnBlockInnner .searchJob__item:first-child,
#renwealSearcnBlock .searcnBlockInnner .searchJob__item:nth-child(2) {
    margin-right: 2%;
}
/* ↑2021/03/12 */
/* ↓ 2025/05/01 業種検索追加 */
a.searchJob__detail__link {
  display: block;
  padding: 0 10px 20px;
}
.searchJob__detail__link .searchJob__txt {
  width: 100%;
  box-sizing: border-box;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #686a6c;
  border-radius: 5px;
}
.searchJob__detail__link span.searchJob__txt > span {
  font-size: 12px;
  font-weight: normal;
}
.searchJob__detail__link span.searchJob__txt > span.search_icon {
    font-size: 24px;
    margin: 0 12px 6px 0;
}
/* ↑ 2025/05/01 業種検索追加 */

/*** バナー系 ***/
div.renewalBannerInfo {
  background: #e5e5e5;
}

div.renewalBannerInfo .headerTitle {
  background: none;
}
div.renewalBannerInfo .renewalAreaTopTitle {
  display: block;
  font-size: 15px;
  color: #fff;
  background: #0096ff;
}

div.renewalBannerInfo .renewalAreaTopTitle p {
  width: 35px;
  float: right;
  height: 30px;
  padding: 0;
  display: block;
  font-size: 13px;
}

div.renewalBannerInfo .renewalAreaTopTitle p a {
  display: table-cell;
  vertical-align: middle;
  height: 30px;
  width: 35px;
  padding: 0;
  padding-left: 4px;
  text-align: center;
  color: #fff;
  background: none;
  border-radius: 0;
}

div.renewalBannerInfo li:first-child {
  margin-left: 0px;
}

div.renewalBannerInfo .slides li a {
  padding: 0 10px;
}

div.renewalBannerInfo .bannerInfoDetail {
  width: 100%;
  background: #fff;
}

div.renewalBannerInfo .slider .slides li a .boxImg {
  padding: 5px;
  margin-bottom: 0;

  max-height:73px;
  overflow:hidden;
  margin-left:auto;
  margin-right:auto;
}

div.renewalBannerInfo .slider .slides li a .boxImg img {
  border-radius: 0;
  width: 97%;
  max-width: none;
}

div.renewalBannerInfo .boxText {
  padding: 5px;
}

div.renewalBannerInfo .slider .slides li a .bannerInfoDetail .boxText span {
  display: inline-block;
  text-align: left;
  width: 97%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
}

div.renewalBannerInfo .boxText span.shop {
  color: #0096ff;
  font-weight: bold;
}

div.renewalBannerInfo .boxText span.area {
  color: #434f65e0;
}

/*** commitmentSearch ***/
.renewalAllSearchBlock {
  text-align: center;
  padding-bottom: 10px;
  width: 100%;
  background-color: #f9f9f9;
}

.renewalAllSearchBlock .allSearchBtn {
  padding-top: 10px;
}

.renewalAllSearchBlock .allSearchBtn a {
  display: block;
  text-align: center;
  line-height: 50px;
  text-decoration: none!important;
  color: #0096ff!important;
  border-radius: 0;
  border: 1px solid #0096ff;
  margin: auto;
  box-shadow: none;
  width: 60%;
  height: 45px;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
}

#main .lower table tr td.gyousyu,
#main .lower table tr td.area,
#main .lower table tr td.salary {
  width: 20%;
  text-align: center;
  font-weight: bold;
  background: #0096ff;
  color: #FFFFFF;
  font-size: 12px;
  white-space: nowrap;
}

#main .lower table tr td.gyousyuName,
#main .lower table tr td.areaName,
#main .lower table tr td.salaryInfo {
  width: 80%;
  color: #34342c;
  padding: 3px 0;
  font-size: 12px;
}

/*** 先輩ボイス ***/
#voiceArea h2.renewalAreaTopTitle {
  display: block;
  font-size: 15px;
  color: #fff;
  background: #0096ff;
  height: 30px;
  line-height: 30px;
}

#voiceArea h2.renewalAreaTopTitle p {
  width: 35px;
  float: right;
  padding:0;
  display:block;
}

#voiceArea h2.renewalAreaTopTitle p a {
  vertical-align: middle;
  height: 30px;
  width: 35px;
  padding: 8px 0 4px;
  text-align: center;
  color: #fff;
  background: #0096ff;
  border-radius:0;
}

/*** 店長ブログ ***/
#blogList .headerTitle {
  background: none!important;
}

#blogList .headerTitle h2.renewalAreaTopTitle {
  display: block;
  font-size: 15px;
  color: #fff;
  background: #0096ff;
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
  overflow: hidden;
}

#blogList h2.renewalAreaTopTitle p {
  width: 35px;
  float: right;
  padding:0;
  display:block;
}

#blogList h2.renewalAreaTopTitle p a {
  vertical-align: middle;
  height: 30px;
  width: 35px;
  padding: 8px 0 4px;
  text-align: center;
  color: #fff;
  background: #0096ff;
  border-radius:0;
}

#blogList ul  li.box ul.boxText {
  font-size:11px;
}
/*** ピックアップ ***/
#renewalPickupBlogBase {
  background: #e5e5e5;
  margin: auto;
  padding-bottom: 10px;
  padding-top: 10px;
}

#renewalPickupBlogBase .content {
  position: relative;
  width: 96%;
  margin: auto;
}

#renewalPickupBlogBase .moreLinkLeft {
  vertical-align: bottom;
  text-align: center;
}

#renewalPickupBlogBase .moreLinkLeft span {
  font-weight: bold;
  font-size: 17px;
  color: #000000;
  border-bottom: 1px solid #bbb;
  padding: 0px 0px 0px 5px;
}

#renewalPickupBlogBase .pickupBlogBox {
  width: 100%;
  margin: 5px 5px 5px 0;
  clear: both;
}

#renewalPickupBlogBase .pickupBlogBox li {
  width: 32%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

#renewalPickupBlogBase .pickupBlogBox .pickupBlogBoxOne {
  width: 95%;
  text-align: center;
  margin: auto;
}

#renewalPickupBlogBase p {
  height: 85px;
  width: 100%;
  overflow: hidden;
  border: 1px solid #999;
}

#renewalPickupBlogBase img {
  width: 100%;
}

#renewalPickupBlogBase .blogText {
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
  color: #0096ff;
  font-size: 15px;
}

/*** イチオシNEWS ***/
#newsSlider h2.renewalAreaTopTitle {
  display: block;
  font-size: 15px;
  color: #fff;
  background: #0096ff;
  height: 30px;
  line-height: 30px;
}

/*** ランキング ***/
#rankingAccess h2.renewalAreaTopTitle {
  display: block;
  font-size: 15px;
  color: #fff;
  background: #0096ff;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #e8e8d5;
  margin-bottom: 0;
}

#rankingAccess #ranking1,
#rankingAccess #ranking2 {
  margin-bottom: 0;
  color: #777;
  background:#eee;
}

span#ranking1[class="activeRanking"] {
    background: #0096ff !important;
    color: #fff !important;
}

.rankingAccess .category ul {
  background: #e1e1e1;
  padding: 5px 0 5px 5px;
  border-bottom: 1px solid #bbb;
}

#rankingAccess li[id^="areaTopRanking_"] a {
  border: 2px solid #0096ff;
  border-radius: 0;
  background: #fafafa;
  color: #0096ff;
  text-align: left;
  padding: 2px 5px;
  font-weight: bold;
}

#rankingAccess li[class^="active"] a  {
    background: #0096ff !important;
    color: #fafafa !important;
    border: 2px solid #fafafa !important;
}

#rankingAccess .unit p.renewalMoreLink {
  text-align: right;
  background-color: #fafafa;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  margin-bottom: 10px;
}

#rankingAccess .unit p.renewalMoreLink a {
  display: block;
  text-align: center;
  line-height: 40px;
  text-decoration: none!important;
  color: #0096ff!important;
  border-radius: 0;
  border: 1px solid #0096ff;
  margin: auto;
  box-shadow: none;
  width: 40%;
  height: 40px;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
}

#rankingAccess div span#ranking2[class="activeRanking"] {
  /*background: #7c80ff !important;*/
    background: #0096ff !important;
    color: #fff !important; 
}

/*** DX求人 ***/
#bannerDX .headerTitle h2.renewalAreaTopTitle {
  display: block;
  font-size: 15px;
  color: #fff;
  background: #0096ff;
  height: 30px;
  line-height: 30px;
}

#bannerDX .headerTitle {
  background: none!important;
}

#bannerDX h2.renewalAreaTopTitle p {
  width: 35px;
  float: right;
  padding:0;
  display:block;
}

#bannerDX h2.renewalAreaTopTitle p a {
  display: table-cell;
  vertical-align: middle;
  height: 30px;
  width: 35px;
  padding: 0;
  text-align: center;
  color: #fff;
  background: #0096ff;
  border-radius:0;
}

#bannerDX .slider .slides li a .boxImg img {
  border-radius:0!important;
}

#bannerDX .slider .slides li a ul.boxText {
  font-size: 11px;
}
/*** テーマ別カウントダウンランキング ***/
#prRankingSlider h2.renewalAreaTopTitle,
#prRanking_menu .headerTitle h2.renewalAreaTopTitle {
  display: block;
  font-size: 15px;
  color: #fff;
  background: #0096ff;
  height: 30px;
  line-height: 30px;
}

/*** お仕事インタビュー ***/
#newsList .headerTitle h2.renewalAreaTopTitle {
  display: block;
  font-size: 15px;
  color: #fff;
  background: #0096ff;
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
  overflow: hidden;
}

#newsList .headerTitle {
  background: none!important;
}

#newsList h2.renewalAreaTopTitle p {
  width: 35px;
  float: right;
  padding:0;
  display:block;
}

#newsList h2.renewalAreaTopTitle p a {
  vertical-align: middle;
  height: 30px;
  width: 35px;
  padding: 8px 0 4px;
  text-align: center;
  color: #fff;
  background: #0096ff;
  border-radius:0;
}

/*** 新着の求人動画 ***/
#newMovie {
  padding-left: 5px;
}
.cmMovie {
  padding-bottom: 25px;
  background: #f7f7f7;
}

.cmMovie div.renewalMovieContent {
  padding: 10px 7px;
  background-color: #fff;
  border-bottom: 1px solid #dddddd;
}

.cmMovie div.renewalMovieContent #newMovie li {
  float: left;
  border: 0;
  margin-bottom: 2px;
  margin-right: 2px;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
  width: calc((100% - 7px) / 3);
  display: block;
}

.cmMovie div.renewalMovieContent  #newMovie img {
    display: block;
}

/*** フッター ***/
#renewalFooter {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-top: 2px solid #ccc;
}

#renewalFooter .keep {
  background-color: #ddd;
  height: 27px;
}

#renewalFooter .area {
  background-color: #526c8d;
  height: 140px;
}

#renewalFooter .kiyaku {
  background-color: #0096ff;
  text-align: center;
}

#renewalFooter > div {
  padding: 10px;
  clear: both;
}

#renewalFooter .keep > div {
  width: 49%;
  background-color: #fff;
  box-sizing: border-box;
}

#renewalFooter .keep a > div {
  text-align: center;
  height: 27px;
  line-height: 29px;
}

#renewalFooter .keep .left {
  float: left;
}

#renewalFooter .keep .right {
  float: right;
}

#renewalFooter .keep i {
  font-size: 18px;
  color: #f9ca1a;
}

#renewalFooter .keep span {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #555;
}

#renewalFooter .area a {
  display: block;
  width: calc((100% / 4) - 3px);
  text-align: center;
  color: #fff;
  background-color: #0096ff;
  padding: 3px;
  box-sizing: border-box;
  margin: 3px 0;
  margin-right: 4px;
  font-size: 13px;
  float: left;
}

#renewalFooter .area i {
  margin-left: 3px;
  float: left;
  line-height: 21px;
}

#renewalFooter .area span {
  display: inline-block;
  line-height: 23px;
}

#renewalFooter .area a:nth-child(4n) {
  margin-right: 0;
}

#renewalFooter .kiyaku a {
  color: #fff;
  font-size: 13px;
}

#renewalFooter .kiyaku span {
  border-right: 1px solid #fff;
  padding-right: 5px;
  display: inline-block;
}

#renewalFooter .kiyaku a:last-child span {
  border-right: 0;
  padding-right: 0;
}

#renewalFooter .kiyaku .info {
  text-align: left;
  padding: 10px 0;
  margin: 10px 0;
  border-top: 1px solid #777;
  color: #fff;
  line-height: 1.4;
  font-size: 11px;
}

#renewalFooter .innerKiyaku {
  display: block;
  margin-top: 10px;
}

#renewalFooter .kiyaku p {
  color: #fff;
  line-height: 1.4;
  /*font-size: 11px;*/
  font-size: 11px;
}

#renewalFooter .kiyaku .innerKiyaku li.user_link_PC {
  display: inline-block;
  color: #fff;
  background: #496495;
  font-weight: bold;
  font-size: 14px;
  border-top: 0;
  line-height: 30px;
  padding: 0 10px;
  margin: 0 1px;
  width: 25%;
}

#renewalFooter .kiyaku .innerKiyaku li.user_link_PC .pcsite {
  background: #496495;
  border: none;
  font-size: 14px;
}

#renewalFooter .kiyaku li.user_link {
  /*display:inline-block;*/
  display:none;
  background:#496495;
  padding: 0 10px;
  margin: 0 1px;
  width: 25%;
}

#renewalFooter .kiyaku li.user_link2 {
  display: inline-block;
  background:#496495;
  padding: 0 10px;
  margin: 0 1px;
  width: 25%;
}

#renewalFooter .kiyaku li.user_link div,
#renewalFooter .kiyaku li.user_link2 div {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
}

#pageTopLink a {
  background: #0096ff!important;
}

.rankingAccess .unit .slider {
    padding-bottom: 20px !important;
}
.rankingAccess .unit ul.slides {
    width: 100% !important;
}
.rankingAccess .unit li {
    width: 50% !important;
}
.rankingAccess .unit .slider .slides li a .rank {
    color: #7c9dc8 !important;
    font-size: 24px !important;
    float: left;
    border: 2px solid;
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-top: 5px;
}
.rankingAccess .unit .slider .slides li a .rank span {
    display: block;
    width: 100%;
    height: 30px;
    margin: auto;
    text-align: center;
    line-height: 130%;
}
.rankingAccess .unit .slider .slides li:nth-child(1) a .rank {
    font-size: 28px !important;
    width: 35px;
    height: 35px;
}
.rankingAccess .unit .slider .slides li:nth-child(1) a .rank span {
    height: 35px;
}

.rankingAccess .unit li .boxImg {
    position: relative;
}
.rankingAccess .unit li .boxImg:before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}
.rankingAccess .unit li .boxImg img{
    position: absolute;
    width: 100%;
/*    height: 100%; */
    left: 0;
    top: 0;
	bottom:0;
	margin:auto;
}
.rankingAccess .unit li .boxText {
    float: left;
    width: 50%;
}
.rankingAccess .unit li:nth-child(1) .boxText  {
    width: calc(100% - 60px);
}
.rankingAccess .unit li .boxText li {
    width: 100% !important;
    display: inline-block;
    margin-left: 5px;
    font-size: 16px;
}
.rankingAccess .unit li .boxText li.shop {
    font-size: 16px;
}.rankingAccess .unit li .boxText li.text {
    font-size: 13px;
    font-weight: bold;
    color: #787878;
}
.rankingAccess .unit .imgWrap {
    padding: 5px;
    float: left;
}
.rankingAccess .unit li div.imgWrap {
    width: 40%;
}
.rankingAccess .unit li:nth-child(1) div.imgWrap {
    width: calc(100% - 60px);
}
.rankingAccess .unit li .boxImg img {
    max-width: 500px;
}
.rankingAccess .unit li .boxImg {
    max-height: 500px;
}

/*** 検索結果 ***/
#main a ul.upper p.keisai_data {
  background: #ff4500;
  color: white;
  padding: 0 5px;
  top: -10px;
  position: absolute;
}
#main div.shop p.keisai_data {
  background: #FFA500;
  color: white;
  padding: 3px 20px;
  top: -10px;
  left: 5px;
  position: absolute;
  border-radius:20px;
}

/*** 閲覧履歴 ***/
#home .lower td.gyousyu,
#home .lower td.area,
#home .lower td.salary {
  width: 20%;
  text-align: center;
  font-weight: bold;
  background: #6b7380;
  color: #FFFFFF;
  font-size: 12px;
  white-space: nowrap;
}

#home .lower td.gyousyuName,
#home .lower td.areaName,
#home .lower td.salaryInfo {
  width: 80%;
  color: #34342c;
  padding: 3px 0;
  font-size: 12px;
}

/*** 応募 ***/
#home p.mb10.pt10.pl10.renewalEntry {
  margin: 10px;
  border: 5px solid #3f70a5;
  border-radius: 0;
  padding: 6px 10px;
  line-height: 24px;
  font-size: 14px;
}

/*** 全国トップ ***/
#home div.titlebar {
  display: block;
  font-size: 15px;
  color: #fff;
  background: #0096ff;
  height: 30px;
  line-height: 30px;
}

#pickupNews div.title {
  display: block;
  font-size: 15px;
  color: #fff;
  background: #0096ff;
  height: 30px;
  line-height: 30px;
}

#recruitDX h2 {
  display: block;
  font-size: 15px;
  color: #fff;
  background: #0096ff;
  height: 30px;
  line-height: 30px;
}

/*** テーマ ***/
#home .theme_box {
  padding: 0 10px 10px;
}

.theme_box .theme_list li.not_theme_image {
  background: #ff8b38;
}

.theme_box .theme_list li.not_theme_image a {
  background: 0;
}
.footer_journal {
  padding: 15px 0 5px 0;
  text-align: center;
}
.footer_journal a{
  font-size: 14px;
  color: #333;
}