@charset "UTF-8";
/* *****************************
 * Import file to Scss or Sass.
 **************************** */
/* ------------ Color Code Import ------------ */
/* $darkBlue: #3498db; */
#pagelayout {
  margin-bottom: 0;
  background: url(../../imageFile/hataraku/top/bottomBg.svg) no-repeat center bottom; }

#pageSet {
  clear: both;
  margin-bottom: 0;
  padding: 0 0 180px; }

#globalSeoFooterLink {
  margin-top: -2px; }

/*============================
.上のモーダル
============================*/
.listTopMordal {
  -webkit-transition: top 0.5s linear;
  -o-transition: top 0.5s linear;
  transition: top 0.5s linear;
  position: fixed;
  top: -3px;
  right: 0px;
  left: 0;
  display: table;
  z-index: 200;
  font-size: 14px;
  width: 100%;
  height: 60px;
  background: #fff url(../../imageFile/hataraku/top/floatBg.png) repeat-x top center;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); }

.listTopMordal.js_hide3 {
  top: -100px; }

.listTopMordal .modalContent {
  position: relative;
  margin: 0 auto;
  width: 985px; }
  .listTopMordal .modalContent .logo {
    padding-top: 5px;
    position: relative; }
    .listTopMordal .modalContent .logo img {
      width: 200px;
      height: 44px; }
    .listTopMordal .modalContent .logo:before {
      content: "";
      position: absolute;
      top: 12px;
      left: 230px;
      width: 61px;
      height: 56px;
      background: url(../../imageFile/hataraku/top/float_sheep.svg) no-repeat;
      background-size: 61px; }
  .listTopMordal .modalContent .menu {
    position: absolute;
    top: 18px;
    right: 95px;
    width: 380px;
    text-align: right; }
    .listTopMordal .modalContent .menu.logout {
      top: 22px; }
    .listTopMordal .modalContent .menu .menuBtn {
      position: relative;
      font-size: 13px !important;
      padding: 8px 10px;
      border: 1px solid #bbb;
      border-width: 1px;
      -webkit-box-shadow: 0 2px 0 #ccc;
      box-shadow: 0 2px 0 #ccc;
      border-radius: 5px;
      color: #555;
      font-weight: normal;
      font-size: 14px;
      background: #fff; }
      .listTopMordal .modalContent .menu .menuBtn .alart {
        position: absolute;
        top: -8px;
        left: -5px;
        display: inline-block;
        width: 19px;
        height: 19px;
        font-weight: bold;
        text-align: center;
        line-height: 20px;
        font-size: 11px;
        border-radius: 100%;
        color: white;
        background: #f55; }
      .listTopMordal .modalContent .menu .menuBtn:active {
        top: 2px !important;
        border-width: 1px;
        -webkit-box-shadow: none !important;
        box-shadow: none !important; }
      .listTopMordal .modalContent .menu .menuBtn.signup {
        padding: 8px 30px 7px;
        -webkit-box-shadow: 0 3px 0 #D31700;
        box-shadow: 0 3px 0 #D31700;
        background: #FF4c4c;
        border: none;
        font-weight: bold;
        color: #fff; }
        .listTopMordal .modalContent .menu .menuBtn.signup:active {
          top: 3px !important; }
      .listTopMordal .modalContent .menu .menuBtn.folder {
        position: relative;
        padding-left: 30px; }
        .listTopMordal .modalContent .menu .menuBtn.folder:before {
          color: #ffbb05;
          content: "\e9d9";
          font-size: 16px;
          position: absolute;
          top: 50%;
          margin-top: -10px;
          left: 10px;
          line-height: 1.3;
          margin-right: 0px;
          font-family: icomoon;
          font-weight: normal;
          font-style: normal;
          text-decoration: inherit;
          -webkit-font-smoothing: antialiased; }
      .listTopMordal .modalContent .menu .menuBtn.save {
        position: relative;
        padding-left: 32px; }
        .listTopMordal .modalContent .menu .menuBtn.save:before {
          content: "";
          position: absolute;
          top: 50%;
          margin-top: -9px;
          left: 10px;
          width: 20px;
          height: 20px;
          line-height: 1.3;
          background: url(../../imageFile/hataraku/globalItem/icon/folder.svg) no-repeat;
          background-size: 18px; }
      .listTopMordal .modalContent .menu .menuBtn .num {
        position: relative;
        top: 0px;
        text-indent: 1px;
        display: inline-block;
        margin-left: 5px;
        width: 21px;
        height: 21px;
        line-height: 1.9;
        text-align: center;
        background: #ffc11d;
        color: #FFF;
        border-radius: 20px;
        font-size: 12px;
        font-weight: bold; }

/*============================
スマフォサイトへボタン
============================*/
div.toSpArea {
  padding: 15px 10px 0 15px;
  background: #fcf8e8; }
  div.toSpArea .toSp {
    display: table;
    width: 100%;
    -webkit-box-shadow: 0 -8px 0 #2d9f00 inset;
    box-shadow: 0 -8px 0 #2d9f00 inset;
    border-top: 2px solid #2d9f00;
    border-radius: 6px;
    background: #6c0; }
    div.toSpArea .toSp a.btn {
      position: relative;
      display: table-cell;
      height: 240px;
      width: 100%;
      padding-left: 50px;
      vertical-align: middle;
      text-align: center; }
      div.toSpArea .toSp a.btn:after {
        content: "\f105";
        position: absolute;
        top: 50%;
        right: 25px;
        margin-top: -43px !important;
        display: inline-block;
        color: #fff;
        text-align: center;
        font-size: 70px;
        font-family: icomoon;
        font-weight: normal;
        font-style: normal; }
      div.toSpArea .toSp a.btn span.text {
        font-size: 46px;
        position: relative;
        top: -15px;
        color: #fff;
        font-weight: bold; }
        div.toSpArea .toSp a.btn span.text:before {
          content: "";
          position: absolute;
          top: -20px;
          margin-top: -20px;
          left: -90px;
          width: 80px;
          height: 150px;
          line-height: 1.3;
          background: url(../../imageFile/hataraku/top/iPhone6.png) no-repeat;
          background-size: 68px; }
        div.toSpArea .toSp a.btn span.text em {
          color: #fff;
          font-size: 72px;
          position: relative;
          top: 7px;
          padding-right: 4px; }

/*============================
スマフォサイトへボタン
============================*/
div.toSpArea2 {
  padding: 5px 0px 10px; }
  div.toSpArea2 .toSp {
    display: table;
    width: 100%;
    -webkit-box-shadow: 0 -6px 0 #2d9f00 inset;
    box-shadow: 0 -6px 0 #2d9f00 inset;
    border-radius: 6px;
    background: #6c0; }
    div.toSpArea2 .toSp a.btn {
      position: relative;
      display: table-cell;
      height: 140px;
      width: 100%;
      vertical-align: middle;
      text-align: center; }
      div.toSpArea2 .toSp a.btn:after {
        content: "\f105";
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -22px !important;
        display: inline-block;
        color: #fff;
        text-align: center;
        font-size: 36px;
        font-family: icomoon;
        font-weight: normal;
        font-style: normal; }
      div.toSpArea2 .toSp a.btn span.text {
        font-size: 26px;
        position: relative;
        top: -5px;
        color: #fff;
        font-weight: bold; }
        div.toSpArea2 .toSp a.btn span.text:before {
          content: "";
          position: absolute;
          top: -25px;
          margin-top: -9px;
          left: -70px;
          width: 67px;
          height: 110px;
          line-height: 1.3;
          background: url(../../imageFile/hataraku/top/iPhone6.png) no-repeat;
          background-size: 52px; }
        div.toSpArea2 .toSp a.btn span.text em {
          color: #fff;
          font-size: 42px;
          position: relative;
          top: 5px;
          padding-right: 5px; }

/*============================
.#pageTopArea
============================*/
#pageTopArea {
  /* ------------ AlertArea ------------ */
  /* ------------ dateArea ------------ */
  /* ------------ easySearchArea ------------ */ }
  #pageTopArea #alertArea {
    position: relative;
    width: 985px;
    margin: 0 auto;
    padding: 10px 0; }
    #pageTopArea #alertArea .alertBase {
      position: relative;
      margin: 0 auto; }
      #pageTopArea #alertArea .alertBase .title {
        position: relative;
        padding: 0 20px;
        background: #f00;
        height: 42px;
        line-height: 45px;
        text-align: left;
        border-radius: 4px 4px 0 0; }
        #pageTopArea #alertArea .alertBase .title .text {
          font-size: 18px;
          font-weight: bold;
          color: #fff; }
          #pageTopArea #alertArea .alertBase .title .text .label {
            margin-right: 5px;
            font-size: 18px;
            font-weight: bold;
            position: relative; }
        #pageTopArea #alertArea .alertBase .title .modifyBtn {
          position: absolute;
          right: 25px;
          top: -1px; }
          #pageTopArea #alertArea .alertBase .title .modifyBtn a {
            display: inline-block;
            height: 28px;
            line-height: 20px;
            padding: 0 15px;
            background: #fff;
            font-size: 13px;
            font-weight: bold;
            color: #089de9;
            border-radius: 4px;
            text-align: center; }
            #pageTopArea #alertArea .alertBase .title .modifyBtn a:before {
              content: "\f021";
              position: relative;
              top: -1px;
              line-height: 31px;
              display: inline-block;
              margin-right: 6px;
              font-family: icomoon;
              font-weight: normal;
              font-style: normal;
              text-decoration: inherit;
              -webkit-font-smoothing: antialiased;
              vertical-align: middle; }
            #pageTopArea #alertArea .alertBase .title .modifyBtn a:hover {
              color: #f60; }
      #pageTopArea #alertArea .alertBase .content {
        padding: 15px;
        background: #fff;
        border: 4px solid #f00;
        border-top: none;
        border-radius: 0 0 4px 4px; }
        #pageTopArea #alertArea .alertBase .content .text {
          font-size: 14px;
          line-height: 1.5; }
    #pageTopArea #alertArea .close {
      position: absolute;
      top: 13px;
      right: 2px;
      z-index: 3;
      display: block;
      width: 20px;
      height: 20px;
      line-height: 24px;
      text-align: center;
      vertical-align: middle;
      line-height: 24px;
      font-size: 16px;
      color: #fff;
      border-radius: 100px; }
      #pageTopArea #alertArea .close:hover {
        opacity: .6; }
  #pageTopArea .dateArea {
    margin: 15px 0;
    color: #555;
    font-size: 14px; }
    #pageTopArea .dateArea em {
      margin-right: 2px;
      position: relative;
      top: 1px;
      font-size: 18px;
      font-weight: bold;
      color: #f66; }
  #pageTopArea .easySearchArea {
    position: relative;
    display: table;
    width: 100%;
    border: 3px solid #09f;
    border-radius: 4px;
    background: #fff; }
    #pageTopArea .easySearchArea .formArea {
      position: relative;
      display: table-cell;
      width: 750px;
      padding: 11px; }
      #pageTopArea .easySearchArea .formArea:after {
        content: "";
        position: absolute;
        top: 25px;
        right: 0;
        margin-left: -20px;
        width: 20px;
        height: 20px;
        background: url(../../imageFile/hataraku/top/iconSet_easySearch.png) no-repeat -2px -36px; }
      #pageTopArea .easySearchArea .formArea input {
        font-size: 18px;
        display: inline-block;
        padding-left: 37px;
        width: 332px;
        height: 48px;
        border: 1px solid #09f;
        background: #fff;
        -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1) inset;
        box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1) inset; }
        #pageTopArea .easySearchArea .formArea input.error {
          border: #f77 3px solid !important;
          -webkit-box-shadow: 2px 2px 2px #eee inset;
          box-shadow: 2px 2px 2px #eee inset;
          background: #fee; }
      #pageTopArea .easySearchArea .formArea .area {
        position: relative;
        display: inline-block; }
        #pageTopArea .easySearchArea .formArea .area:before {
          content: "";
          position: absolute;
          top: 12px;
          left: 32px;
          margin-left: -20px;
          width: 22px;
          height: 22px;
          background: url(../../imageFile/hataraku/top/iconSet_easySearch.png) no-repeat 0 -73px; }
      #pageTopArea .easySearchArea .formArea .term {
        margin-left: 38px;
        position: relative;
        display: inline-block; }
        #pageTopArea .easySearchArea .formArea .term:before {
          content: "";
          position: absolute;
          top: 14px;
          left: 32px;
          margin-left: -20px;
          width: 20px;
          height: 20px;
          background: url(../../imageFile/hataraku/top/iconSet_easySearch.png) no-repeat 0 bottom; }
      #pageTopArea .easySearchArea .formArea .childArea {
        position: absolute;
        z-index: 5;
        top: 56px;
        width: 332px;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 0 0 4px 4px; }
        #pageTopArea .easySearchArea .formArea .childArea .searchHintArea .searchHintList .linkArea {
          background: #ffc; }
          #pageTopArea .easySearchArea .formArea .childArea .searchHintArea .searchHintList .linkArea a {
            display: block;
            padding: 15px 10px;
            padding-left: 35px;
            color: #09f;
            font-weight: bold; }
            #pageTopArea .easySearchArea .formArea .childArea .searchHintArea .searchHintList .linkArea a:before {
              content: "\f1d8";
              position: absolute;
              top: 14px;
              left: 12px;
              margin-right: 0px;
              font-family: icomoon;
              font-size: 13px;
              font-weight: normal;
              font-style: normal;
              color: #09f; }
        #pageTopArea .easySearchArea .formArea .childArea .searchHintArea .searchHintList .linkTitle {
          padding: 10px;
          color: #543;
          background: #ECECD4;
          border-top: 1px solid #ccc; }
        #pageTopArea .easySearchArea .formArea .childArea .searchHintArea .searchHintList .link {
          border-bottom: 1px dotted #ccc; }
          #pageTopArea .easySearchArea .formArea .childArea .searchHintArea .searchHintList .link a {
            display: block;
            padding: 10px; }
          #pageTopArea .easySearchArea .formArea .childArea .searchHintArea .searchHintList .link:hover {
            background: #ffc; }
          #pageTopArea .easySearchArea .formArea .childArea .searchHintArea .searchHintList .link:last-child {
            border-bottom: none; }
      #pageTopArea .easySearchArea .formArea .space {
        position: absolute;
        top: 25px;
        left: 50%;
        margin-left: -20px;
        width: 20px;
        height: 20px;
        background: url(../../imageFile/hataraku/top/iconSet_easySearch.png) no-repeat; }
    #pageTopArea .easySearchArea .btnArea {
      position: relative;
      padding: 8px;
      display: table-cell; }
      #pageTopArea .easySearchArea .btnArea .tip {
        z-index: 2;
        position: absolute;
        top: -30px;
        left: 50%;
        margin-left: -43px;
        width: 86px;
        padding: 3px;
        background: #fc0;
        border-radius: 2px; }
        #pageTopArea .easySearchArea .btnArea .tip:before {
          content: "";
          position: absolute;
          top: -27px;
          left: 50%;
          margin-left: -34px;
          width: 70px;
          height: 70px;
          background: url(../../imageFile/hataraku/top/easyform_sheep.svg) no-repeat;
          background-size: 65px; }
        #pageTopArea .easySearchArea .btnArea .tip:after {
          content: "";
          position: absolute;
          bottom: -16px;
          left: 50%;
          margin-left: -7px;
          border: 8px solid transparent;
          border-top: 11px solid #fc0; }
        #pageTopArea .easySearchArea .btnArea .tip .num {
          width: 80px;
          padding: 8px 3px;
          display: table-cell;
          text-align: center;
          vertical-align: middle;
          font-size: 13px;
          background: #fff; }
          #pageTopArea .easySearchArea .btnArea .tip .num:after {
            z-index: 3;
            content: "";
            position: absolute;
            bottom: -10px;
            left: 50%;
            margin-left: -5.5px;
            border: 6px solid transparent;
            border-top: 11px solid #fff; }
          #pageTopArea .easySearchArea .btnArea .tip .num em {
            display: inline-block;
            margin: 0 5px 0 3px;
            position: relative;
            top: 1px;
            font-size: 16px;
            color: #f66; }
            #pageTopArea .easySearchArea .btnArea .tip .num em .js_loadingIndicator {
              padding: 0;
              margin: 0;
              letter-spacing: -4px; }
      #pageTopArea .easySearchArea .btnArea .md_btn.md_btn_blue.md_submit_btn {
        width: 210px;
        font-size: 21px;
        padding: 14px 0 14px 60px;
        font-weight: bold;
        background-color: #09f;
        -webkit-box-shadow: 0 4px 0 #0067ab;
        box-shadow: 0 4px 0 #0067ab; }
        #pageTopArea .easySearchArea .btnArea .md_btn.md_btn_blue.md_submit_btn .search {
          position: relative; }
          #pageTopArea .easySearchArea .btnArea .md_btn.md_btn_blue.md_submit_btn .search:before {
            position: absolute;
            content: "\f002";
            color: #fff;
            left: -28px;
            font-family: icomoon;
            font-size: 21px;
            font-weight: normal;
            font-style: normal; }

/*============================
.modalArea
============================*/
.modalBg {
  z-index: 100;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400%; }

.easySearchModal {
  z-index: 200;
  position: absolute;
  top: 65px;
  right: 200px;
  width: 450px;
  padding: 30px 20px 20px;
  background: #fff;
  border-radius: 4px; }
  .easySearchModal:after {
    content: "";
    position: absolute;
    top: -24px;
    left: 50%;
    margin-left: -7px;
    border: 12px solid transparent;
    border-bottom: 15px solid #fff; }
  .easySearchModal .lead {
    text-align: center;
    font-size: 18px;
    font-weight: bold; }
  .easySearchModal .close {
    position: absolute;
    top: -10px;
    right: -8px;
    z-index: 3;
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    line-height: 24px;
    font-size: 20px;
    color: #fff;
    background: #bbb;
    border-radius: 100px; }
  .easySearchModal .miniBtnArea .pannel {
    margin: 10px 0;
    display: table;
    width: 100%;
    border-spacing: 8px; }
    .easySearchModal .miniBtnArea .pannel.bottom {
      margin-top: -18px; }
    .easySearchModal .miniBtnArea .pannel a {
      position: relative;
      display: table-cell;
      text-align: center;
      vertical-align: bottom;
      width: 33%;
      margin-bottom: 8px;
      padding: 60px 5px 12px 5px;
      line-height: 1.2;
      font-size: 12px;
      color: #333;
      border-radius: 3px;
      border: 1px solid #bbb;
      background: #fff;
      -webkit-box-shadow: 0 -2px 0px #cccccc inset;
      box-shadow: 0 -2px 0px #cccccc inset; }
      .easySearchModal .miniBtnArea .pannel a .img {
        display: inline-block;
        width: 38px;
        padding: 10px 0;
        position: absolute;
        top: 0px;
        left: 50%;
        margin-left: -19px; }
      .easySearchModal .miniBtnArea .pannel a img {
        width: 38px;
        height: 38px; }
      .easySearchModal .miniBtnArea .pannel a em {
        font-weight: bold;
        font-size: 12px; }
    .easySearchModal .miniBtnArea .pannel a.checked {
      position: relative;
      background: #f6ffcd;
      border-color: #66cc00;
      color: #66cc00;
      -webkit-box-shadow: 1px 2px 0px 1px rgba(197, 230, 175, 0.5) inset;
      box-shadow: 1px 2px 0px 1px rgba(197, 230, 175, 0.5) inset; }
    .easySearchModal .miniBtnArea .pannel a.checked:before {
      display: inline-block;
      position: absolute;
      top: -5px;
      left: -5px;
      content: "\f00c";
      padding: 2px 4px;
      color: #fff;
      font-family: icomoon;
      font-size: 15px;
      background: #6c0;
      border-radius: 100px; }
  .easySearchModal .btnArea.term {
    display: table;
    width: 100%;
    border-spacing: 5px; }
    .easySearchModal .btnArea.term .md_btn.md_btn_white {
      display: table-cell;
      width: 190px;
      height: 56px;
      text-align: center;
      vertical-align: middle;
      font-size: 18px;
      color: #09f; }
  .easySearchModal .btnArea.kodawari {
    display: table;
    width: 100%;
    border-spacing: 5px; }
    .easySearchModal .btnArea.kodawari .num {
      display: table-cell;
      width: 80px;
      padding-right: 5px;
      vertical-align: middle;
      text-align: right;
      white-space: nowrap; }
      .easySearchModal .btnArea.kodawari .num em {
        font-weight: bold;
        font-size: 18px;
        color: #f66; }
    .easySearchModal .btnArea.kodawari .md_btn {
      display: table-cell;
      width: 100px;
      text-align: center;
      vertical-align: middle;
      font-size: 18px;
      color: #09f; }
      .easySearchModal .btnArea.kodawari .md_btn.search {
        position: relative;
        color: #fff;
        width: 200px;
        padding: 17px 0 18px 0px;
        font-size: 21px;
        font-weight: bold;
        background-color: #09f;
        -webkit-box-shadow: 0 4px 0 #0067ab;
        box-shadow: 0 4px 0 #0067ab;
        /*&:before { position: absolute; content: "\f002"; color: #fff; left: 58px; top: 15px; font-family: icomoon; font-size: 21px; font-weight: normal; font-style: normal; }*/ }
      .easySearchModal .btnArea.kodawari .md_btn.left {
        position: absolute;
        margin-right: 10px;
        top: 25px;
        right: -100px;
        width: 90px;
        height: 40px;
        padding: 0px 10px;
        font-size: 16px;
        line-height: 2.3;
        font-weight: bold;
        color: #09f; }
        .easySearchModal .btnArea.kodawari .md_btn.left:active {
          position: absolute;
          top: 27px !important;
          right: -100px; }

/*============================
#pageContentArea
============================*/
#pageContentArea {
  width: 985px;
  margin-top: 15px;
  overflow: hidden; }
  #pageContentArea #leftArea {
    float: left;
    width: 235px;
    margin-top: 5px; }
  #pageContentArea #centerArea {
    float: left;
    width: 515px; }
  #pageContentArea #rightArea {
    float: left;
    width: 235px;
    margin-top: 5px; }

/* ------------ #leftArea ------------ */
#leftArea .tite {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #6c0; }
  #leftArea .tite em {
    font-size: 18px; }

#leftArea .content {
  background: #fff;
  border: 1px solid #d6f697;
  border-radius: 4px; }
  #leftArea .content a:hover:after {
    color: #f60 !important; }

#leftArea .lastListArea {
  margin-bottom: 20px;
  padding: 5px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #d6f697; }
  #leftArea .lastListArea .content {
    border: 1px solid #09f; }
    #leftArea .lastListArea .content .tite {
      margin: -2px -1px 0px -1px;
      font-size: 16px;
      line-height: 2.5;
      height: 38px;
      text-align: center;
      border-radius: 2px 2px 0 0;
      background: #09f; }
    #leftArea .lastListArea .content .list li {
      display: table;
      width: 100%;
      min-height: 50px;
      position: relative;
      padding: 0px;
      line-height: 1.3; }
    #leftArea .lastListArea .content .list li:last-child a {
      border: none; }
    #leftArea .lastListArea .content .list a {
      position: relative;
      display: table-cell;
      vertical-align: middle;
      padding: 12px 20px 12px 58px;
      font-size: 12px;
      line-height: 1.3;
      border-bottom: 1px solid #ddd; }
      #leftArea .lastListArea .content .list a:after {
        content: "\f105";
        position: absolute;
        top: 50%;
        right: 8px;
        margin-top: -15px !important;
        display: inline-block;
        color: #09f;
        text-align: center;
        font-size: 21px;
        font-family: icomoon;
        font-weight: normal;
        font-style: normal; }
    #leftArea .lastListArea .content .list .num {
      position: absolute;
      width: 39px;
      height: 20px;
      top: 50%;
      left: 6px;
      padding-left: 3px;
      font-size: 11px;
      margin-top: -12px;
      line-height: 1.9;
      text-align: center;
      font-weight: bold;
      color: #fff;
      border-radius: 2px;
      background: #09f; }
      #leftArea .lastListArea .content .list .num:before {
        content: "";
        right: -6px;
        display: inline-block;
        border-radius: 2px;
        position: absolute;
        border-width: 10px 0 10px 7px;
        border-style: solid;
        border-color: transparent transparent transparent #09f; }
    #leftArea .lastListArea .content .lastLink a {
      padding-left: 35px !important; }
    #leftArea .lastListArea .content .lastLink .last {
      position: absolute;
      width: 28px;
      height: 26px;
      top: 50%;
      left: 8px;
      margin-top: -16px;
      line-height: 1.7;
      text-align: center;
      font-weight: bold;
      color: #fff;
      background: url(../../imageFile/hataraku/top/icon_listLast.svg) no-repeat;
      background-size: 17px;
      background-position: 1px 5px; }

#leftArea .searchArea .tite {
  position: relative;
  height: 40px;
  padding-left: 40px;
  line-height: 2.3; }
  #leftArea .searchArea .tite em {
    font-size: 18px;
    margin-right: 2px; }

#leftArea .searchArea .content {
  padding: 10px 10px 15px;
  font-size: 13px;
  border-radius: 0; }
  #leftArea .searchArea .content .serachList {
    margin-top: -5px; }
    #leftArea .searchArea .content .serachList a {
      display: inline-block;
      margin: 5px 0;
      position: relative;
      padding-left: 22px; }
      #leftArea .searchArea .content .serachList a:before {
        content: "\f105";
        width: 14px;
        height: 14px;
        position: absolute;
        top: 50%;
        left: 0px;
        line-height: 1.2;
        text-indent: 2px;
        margin-top: -8px;
        display: inline-block;
        color: #fff;
        text-align: center;
        font-size: 12px;
        font-family: icomoon;
        font-weight: normal;
        font-style: normal;
        background: #9d0;
        border-radius: 100px; }

#leftArea .searchArea.desc {
  border-radius: 4px 4px 0 0 !important; }
  #leftArea .searchArea.desc .tite {
    position: relative;
    border-radius: 4px 4px 0 0 !important; }
    #leftArea .searchArea.desc .tite:before {
      position: absolute;
      content: "";
      top: 8px;
      left: 8px;
      width: 26px;
      height: 26px;
      background: url(../../imageFile/hataraku/top/icon_desc2.svg) no-repeat;
      background-size: 26px 26px; }
  #leftArea .searchArea.desc .content p {
    position: relative;
    color: #555;
    font-size: 13px;
    line-height: 1.6;
    text-align: center; }
    #leftArea .searchArea.desc .content p em {
      font-size: 15px;
      margin-right: 3px;
      line-height: 0.6; }
    #leftArea .searchArea.desc .content p:after {
      z-index: 3;
      content: "";
      position: absolute;
      bottom: -20px;
      left: 50%;
      margin-left: -6px;
      border: 8px solid transparent;
      border-top: 8px solid #9d0; }
  #leftArea .searchArea.desc .content .btn {
    margin-top: 20px;
    text-align: center; }
    #leftArea .searchArea.desc .content .btn .search {
      position: relative;
      padding: 10px 40px 10px 55px;
      background: #09f !important;
      -webkit-box-shadow: 0 3px 0 #0067ab;
      box-shadow: 0 3px 0 #0067ab; }
      #leftArea .searchArea.desc .content .btn .search:before {
        content: "\f002";
        width: 14px;
        height: 14px;
        position: absolute;
        top: 8px;
        left: 36px;
        line-height: 1.2;
        display: inline-block;
        color: #fff;
        text-align: center;
        font-size: 16px;
        font-family: icomoon;
        font-weight: normal;
        font-style: normal; }

#leftArea .searchArea.save {
  border-radius: 4px 4px 0 0 !important; }
  #leftArea .searchArea.save .tite {
    position: relative;
    border-radius: 4px 4px 0 0 !important; }
    #leftArea .searchArea.save .tite:before {
      position: absolute;
      content: "";
      top: 8px;
      left: 8px;
      width: 26px;
      height: 26px;
      background: url(../../imageFile/hataraku/top/icon_desc2.svg) no-repeat;
      background-size: 26px 26px; }
  #leftArea .searchArea.save .content {
    padding: 5px 0px 0px; }
    #leftArea .searchArea.save .content .list li {
      display: table;
      width: 100%;
      min-height: 50px;
      position: relative;
      line-height: 1.3; }
    #leftArea .searchArea.save .content .list li:last-child a {
      border: none; }
    #leftArea .searchArea.save .content .list a {
      position: relative;
      display: table-cell;
      vertical-align: middle;
      padding: 12px 28px 12px 40px;
      font-size: 13px;
      line-height: 1.3;
      border-bottom: 1px solid #ddd; }
      #leftArea .searchArea.save .content .list a:after {
        content: "\f105";
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -12px !important;
        display: inline-block;
        color: #09f;
        text-align: center;
        font-size: 21px;
        font-family: icomoon;
        font-weight: normal;
        font-style: normal; }
      #leftArea .searchArea.save .content .list a span.icon {
        position: relative;
        top: -2px;
        display: inline-block;
        height: 15px;
        line-height: 1.6;
        margin-right: 5px;
        font-size: 10px;
        padding: 0 4px;
        border-radius: 2px;
        background: #f66;
        border-radius: 2px;
        color: #fff; }
    #leftArea .searchArea.save .content .list .num {
      position: absolute;
      width: 20px;
      height: 20px;
      top: 50%;
      left: 10px;
      font-size: 12px;
      margin-top: -12px;
      line-height: 1.7;
      text-align: center;
      font-weight: bold;
      color: #fff;
      border-radius: 100px;
      background: #9d0; }
    #leftArea .searchArea.save .content .list .link {
      min-height: 30px;
      height: 38px !important;
      padding: 0 !important;
      background: #f9f9f9; }
      #leftArea .searchArea.save .content .list .link a {
        position: relative;
        padding: 10px;
        text-align: center;
        font-size: 13px;
        margin-left: -10px; }
        #leftArea .searchArea.save .content .list .link a:after {
          content: "\f105";
          position: absolute;
          top: 50%;
          right: 38px;
          margin-top: -12px !important;
          display: inline-block;
          color: #09f;
          text-align: center;
          font-size: 18px;
          font-family: icomoon;
          font-weight: normal;
          font-style: normal; }

#leftArea .searchArea.area .tite {
  position: relative; }
  #leftArea .searchArea.area .tite:before {
    position: absolute;
    content: "";
    top: 8px;
    left: 8px;
    width: 26px;
    height: 26px;
    background: url(../../imageFile/hataraku/top/icon_area.svg) no-repeat;
    background-size: 26px 26px; }

#leftArea .searchArea.area .areaLink {
  position: relative;
  margin: 5px 45px;
  width: 120px;
  padding: 6px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  border: 2px solid #eee; }

#leftArea .searchArea.area .link {
  border-top: 1px solid #ddd;
  margin: 5px -10px -15px;
  text-align: center;
  min-height: 38px;
  height: 32px !important;
  line-height: 2.9;
  padding: 0 !important;
  background: #f9f9f9; }
  #leftArea .searchArea.area .link a {
    position: relative;
    padding: 0;
    text-align: center;
    font-size: 13px;
    margin-left: -8px; }
    #leftArea .searchArea.area .link a:after {
      content: "\f105";
      position: absolute;
      top: 50%;
      right: -12px;
      margin-top: -27px !important;
      display: inline-block;
      color: #09f;
      text-align: center;
      font-size: 18px;
      font-family: icomoon;
      font-weight: normal;
      font-style: normal; }

#leftArea .searchArea.area .content {
  padding-top: 0; }
  #leftArea .searchArea.area .content .district {
    /* border-top: 1px solid #ddd;  */
    padding: 7px 0 0;
    /* 				&.first { border-top: none; } */ }
    #leftArea .searchArea.area .content .district a.prefecture {
      margin: 5px 0;
      display: inline-block;
      width: 100%;
      position: relative;
      padding-left: 18px; }
      #leftArea .searchArea.area .content .district a.prefecture:before {
        content: "\f105";
        width: 14px;
        height: 14px;
        position: absolute;
        top: 50%;
        left: 0px;
        margin-top: -7px;
        display: inline-block;
        color: #fff;
        text-align: center;
        font-size: 13px;
        font-family: icomoon;
        font-weight: normal;
        font-style: normal;
        background: #9d0;
        border-radius: 100px; }
    #leftArea .searchArea.area .content .district a {
      margin: 0 0 6px;
      display: inline-block;
      width: 100px;
      position: relative;
      padding-left: 20px; }
      #leftArea .searchArea.area .content .district a:before {
        content: "\f105";
        margin-right: 5px;
        display: inline-block;
        font-family: icomoon;
        font-weight: normal;
        font-style: normal; }
    #leftArea .searchArea.area .content .district a.all {
      width: 100%; }
    #leftArea .searchArea.area .content .district a.sub {
      width: 100px; }
  #leftArea .searchArea.area .content .attention {
    padding-top: 12px;
    font-size: 11px;
    line-height: 1.3;
    color: #666; }

#leftArea .searchArea.job .tite {
  position: relative; }
  #leftArea .searchArea.job .tite:before {
    position: absolute;
    content: "";
    top: 8px;
    left: 8px;
    width: 26px;
    height: 26px;
    background: url(../../imageFile/hataraku/top/icon_job.svg) no-repeat;
    background-size: 26px 26px; }

#leftArea .searchArea.job .link {
  border-top: 1px solid #ddd;
  margin: 5px -10px -15px;
  text-align: center;
  min-height: 38px;
  height: 32px !important;
  line-height: 2.9;
  padding: 0 !important;
  background: #f9f9f9; }
  #leftArea .searchArea.job .link a {
    position: relative;
    padding: 0;
    text-align: center;
    font-size: 13px;
    margin-left: -8px; }
    #leftArea .searchArea.job .link a:after {
      content: "\f105";
      position: absolute;
      top: 50%;
      right: -12px;
      margin-top: -27px !important;
      display: inline-block;
      color: #09f;
      text-align: center;
      font-size: 18px;
      font-family: icomoon;
      font-weight: normal;
      font-style: normal; }
  #leftArea .searchArea.job .link a:before {
    display: none; }

#leftArea .searchArea.kodawari {
  border-radius: 0 0 4px 4px; }
  #leftArea .searchArea.kodawari .tite {
    position: relative; }
    #leftArea .searchArea.kodawari .tite:before {
      position: absolute;
      content: "";
      top: 8px;
      left: 8px;
      width: 26px;
      height: 26px;
      background: url(../../imageFile/hataraku/top/icon_feature.svg) no-repeat;
      background-size: 26px 26px; }
  #leftArea .searchArea.kodawari .content {
    border-radius: 0 0 4px 4px; }
    #leftArea .searchArea.kodawari .content .link {
      border-top: 1px solid #ddd;
      margin: 5px -10px -15px;
      text-align: center;
      min-height: 38px;
      height: 32px !important;
      line-height: 2.9;
      padding: 0 !important;
      background: #f9f9f9; }
      #leftArea .searchArea.kodawari .content .link a {
        position: relative;
        padding: 0;
        text-align: center;
        font-size: 13px; }
        #leftArea .searchArea.kodawari .content .link a:after {
          content: "\f105";
          position: absolute;
          top: 50%;
          right: -12px;
          margin-top: -27px !important;
          display: inline-block;
          color: #09f;
          text-align: center;
          font-size: 18px;
          font-family: icomoon;
          font-weight: normal;
          font-style: normal; }
      #leftArea .searchArea.kodawari .content .link a:before {
        display: none; }

.privacyArea {
  margin-top: 20px; }
  .privacyArea a {
    display: table;
    width: 100%;
    background: #fff; }
    .privacyArea a .mark {
      display: table-cell;
      width: 90px;
      padding: 10px; }
    .privacyArea a .text {
      display: table-cell;
      vertical-align: middle;
      color: #555;
      font-size: 11px;
      line-height: 1.3;
      padding: 10px 12px 10px 0px; }
      .privacyArea a .text:hover {
        color: #f60; }

/* ------------ #centerArea ------------ */
#centerArea {
  padding: 0 20px; }
  #centerArea .content {
    background: #fff;
    border: 3px solid #f83;
    border-top: none;
    border-radius: 0 0 4px 4px; }
    #centerArea .content .tite {
      position: relative;
      margin: 0 -10px;
      height: 50px;
      text-align: center;
      border-radius: 4px 4px 0 0; }
      #centerArea .content .tite:before {
        content: " ";
        position: absolute;
        bottom: -15px;
        z-index: 2;
        left: 0;
        width: 0;
        height: 0;
        border-width: 0 8px 15px 0;
        border-style: solid;
        border-color: transparent;
        border-right-color: #c50; }
      #centerArea .content .tite:after {
        content: " ";
        position: absolute;
        bottom: -15px;
        z-index: 2;
        right: 0;
        width: 0;
        height: 0;
        border-width: 15px 8px 0 0;
        border-style: solid;
        border-color: transparent;
        border-top-color: #c50; }
      #centerArea .content .tite .text {
        font-size: 18px;
        line-height: 3;
        text-align: center;
        color: #fff;
        font-weight: bold; }
  #centerArea .popularArea .content .tite {
    background: #f83; }
    #centerArea .popularArea .content .tite .text {
      position: relative; }
      #centerArea .popularArea .content .tite .text:before {
        content: "";
        position: absolute;
        bottom: -36px;
        left: -75px;
        width: 70px;
        height: 70px;
        background: url(../../imageFile/hataraku/top/titleSheep_favorite.svg) no-repeat;
        background-size: 66px; }
      #centerArea .popularArea .content .tite .text:after {
        z-index: 3;
        content: "";
        position: absolute;
        bottom: -32px;
        left: 50%;
        margin-left: -6px;
        border: 10px solid transparent;
        border-top: 16px solid #f83; }
  #centerArea .popularArea .content .koma {
    border-top: 3px solid #f83; }
    #centerArea .popularArea .content .koma:first-child {
      border-top: none; }
    #centerArea .popularArea .content .koma a {
      display: block;
      padding-bottom: 15px; }
    #centerArea .popularArea .content .koma a:hover .text {
      color: #f60; }
    #centerArea .popularArea .content .koma .komatitle {
      position: relative;
      display: table;
      min-height: 74px !important;
      width: 100%; }
      #centerArea .popularArea .content .koma .komatitle:after {
        content: "\f105";
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -12px !important;
        display: inline-block;
        color: #f83;
        text-align: center;
        font-size: 24px;
        font-family: icomoon;
        font-weight: normal;
        font-style: normal; }
      #centerArea .popularArea .content .koma .komatitle .text {
        display: table-cell;
        padding: 15px 55px 15px 70px !important;
        vertical-align: middle;
        line-height: 1.2;
        color: #530;
        font-size: 20px;
        font-weight: bold; }
        #centerArea .popularArea .content .koma .komatitle .text:hover, #centerArea .popularArea .content .koma .komatitle .text:active {
          color: #f60; }
      #centerArea .popularArea .content .koma .komatitle .item {
        position: absolute;
        top: 50%;
        left: 15px;
        margin-top: -24px;
        width: 48px;
        height: 48px;
        overflow: hidden;
        background: #ffd;
        border: 2px solid #ffde3e;
        border-radius: 300px; }
      #centerArea .popularArea .content .koma .komatitle .item.a {
        background: #ffffdd url(../../imageFile/hataraku/top/icon.svg) no-repeat;
        background-size: 40px auto;
        background-position: 0px 0px; }
      #centerArea .popularArea .content .koma .komatitle .item.b {
        background: #ffffdd url(../../imageFile/hataraku/top/icon.svg) no-repeat;
        background-size: 48px auto;
        background-position: -2px -54px; }
      #centerArea .popularArea .content .koma .komatitle .item.c {
        background: #ffffdd url(../../imageFile/hataraku/top/icon.svg) no-repeat;
        background-size: 44px auto;
        background-position: 0px -225px; }
      #centerArea .popularArea .content .koma .komatitle .item.d {
        background: #ffffdd url(../../imageFile/hataraku/top/icon.svg) no-repeat;
        background-size: 48px auto;
        background-position: -2px -152px; }
      #centerArea .popularArea .content .koma .komatitle .item.e {
        background: #ffffdd url(../../imageFile/hataraku/top/icon.svg) no-repeat;
        background-size: 44px auto;
        background-position: 0px -179px; }
      #centerArea .popularArea .content .koma .komatitle .item.f {
        background: #ffffdd url(../../imageFile/hataraku/top/icon.svg) no-repeat;
        background-size: 44px auto;
        background-position: -0px -269px; }
    #centerArea .popularArea .content .koma .category {
      display: inline-block;
      margin: -5px 18px 0px 15px;
      color: #999;
      font-size: 12px; }
      #centerArea .popularArea .content .koma .category .date {
        margin-left: 5px;
        color: #f66; }
    #centerArea .popularArea .content .koma.pickUp .komatitle {
      position: relative;
      background: #fffaf3;
      border-bottom: 1px solid #fff4ee; }
      #centerArea .popularArea .content .koma.pickUp .komatitle:after {
        content: "\f105";
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -12px !important;
        display: inline-block;
        color: #f83;
        text-align: center;
        font-size: 24px;
        font-family: icomoon;
        font-weight: normal;
        font-style: normal; }
      #centerArea .popularArea .content .koma.pickUp .komatitle .item {
        display: inline-block;
        width: 48px;
        height: 48px;
        text-align: center;
        line-height: 40px;
        border: 2px solid #ffcc66;
        border-radius: 100%;
        background: #dddddd;
        color: white;
        background: #ffffdd url(../../imageFile/hataraku/top/sheepSet.svg) no-repeat;
        background-size: 54px auto;
        background-position: -30px 5px; }
      #centerArea .popularArea .content .koma.pickUp .komatitle .item.black {
        background: #ffffdd url(../../imageFile/hataraku/top/sheepSet.svg) no-repeat;
        background-size: 54px auto;
        background-position: -30px 5px;
        background-position: -12px 8px; }
      #centerArea .popularArea .content .koma.pickUp .komatitle .item.maddonna {
        background-size: 54px auto;
        background-position: -9px -92px; }
      #centerArea .popularArea .content .koma.pickUp .komatitle .item.glass {
        background-size: 54px auto;
        background-position: -12px -42px; }
      #centerArea .popularArea .content .koma.pickUp .komatitle .item.smart {
        background-size: 54px auto;
        background-position: -9px -143px; }
      #centerArea .popularArea .content .koma.pickUp .komatitle .item.rask {
        background-size: 54px auto;
        background-position: 0px -202px; }
      #centerArea .popularArea .content .koma.pickUp .komatitle .item.moco {
        background-size: 54px auto;
        background-position: -12px -264px; }
    #centerArea .popularArea .content .koma.pickUp .subtext {
      padding: 15px 15px 0;
      font-size: 14px; }
    #centerArea .popularArea .content .koma.pickUp .category {
      margin-top: 8px !important; }
  #centerArea .rankingArea {
    margin-top: 25px; }
    #centerArea .rankingArea .content {
      border-color: #ffcc00; }
      #centerArea .rankingArea .content .tite {
        background: #fc0; }
        #centerArea .rankingArea .content .tite .text {
          position: relative; }
          #centerArea .rankingArea .content .tite .text:before {
            content: "";
            position: absolute;
            bottom: -36px;
            left: -70px;
            width: 70px;
            height: 70px;
            background: url(../../imageFile/hataraku/top/titleSheep_rank1.svg) no-repeat;
            background-size: 62px; }
          #centerArea .rankingArea .content .tite .text:after {
            content: "";
            position: absolute;
            bottom: -36px;
            right: -85px;
            width: 77px;
            height: 70px;
            background: url(../../imageFile/hataraku/top/titleSheep_rank2.svg) no-repeat;
            background-size: 77px; }
      #centerArea .rankingArea .content .subTitle {
        position: relative;
        height: 32px;
        margin-bottom: 10px;
        text-align: center;
        color: #970;
        font-size: 16px;
        font-weight: bold;
        line-height: 2;
        background: #fe6; }
        #centerArea .rankingArea .content .subTitle:after {
          z-index: 3;
          content: "";
          position: absolute;
          bottom: -18px;
          left: 50%;
          margin-left: -7px;
          border: 8px solid transparent;
          border-top: 14px solid #fe6; }
      #centerArea .rankingArea .content .koma {
        display: table;
        width: 100%;
        padding: 10px;
        border-bottom: 1px solid #ddd; }
        #centerArea .rankingArea .content .koma.last {
          border-bottom: none; }
        #centerArea .rankingArea .content .koma .label {
          position: relative;
          display: table-cell;
          width: 90px; }
          #centerArea .rankingArea .content .koma .label .crown {
            margin-top: 5px;
            margin-left: 3px;
            position: relative;
            top: 50%;
            width: 52px;
            height: 52px;
            overflow: hidden;
            background: #ffd;
            border: 2px solid #fc3;
            border-radius: 300px; }
          #centerArea .rankingArea .content .koma .label .crown.first {
            background: #ffd url(../../imageFile/hataraku/top/gold.svg) no-repeat;
            background-size: 54px;
            background-position: 1px 3px; }
          #centerArea .rankingArea .content .koma .label .crown.second {
            border-color: #84bdfd;
            background: #ffd url(../../imageFile/hataraku/top/silver.svg) no-repeat;
            background-size: 54px;
            background-position: 1px 3px; }
          #centerArea .rankingArea .content .koma .label .crown.third {
            border-color: #c47222;
            background: #ffd url(../../imageFile/hataraku/top/bronze.svg) no-repeat;
            background-size: 54px;
            background-position: 1px 3px; }
          #centerArea .rankingArea .content .koma .label .num {
            position: absolute;
            top: 2px;
            left: 47px;
            z-index: 9; }
            #centerArea .rankingArea .content .koma .label .num img {
              width: 36px;
              height: 30px; }
          #centerArea .rankingArea .content .koma .label .icon {
            margin-top: 5px;
            display: inline-block;
            width: 78px;
            height: 20px;
            text-align: center;
            color: #fff;
            font-size: 10px;
            line-height: 2;
            border-radius: 2px;
            background: #6c0; }
        #centerArea .rankingArea .content .koma .data {
          display: table-cell;
          vertical-align: top; }
          #centerArea .rankingArea .content .koma .data .title {
            margin-bottom: 10px; }
            #centerArea .rankingArea .content .koma .data .title a {
              font-size: 14px;
              color: #530;
              font-weight: bold;
              line-height: 1.3; }
              #centerArea .rankingArea .content .koma .data .title a:hover {
                color: #f60 !important; }
          #centerArea .rankingArea .content .koma .data .money {
            display: block;
            width: 100%;
            padding-left: 17px;
            display: inline-block;
            position: relative;
            font-size: 11px;
            color: #666;
            line-height: 1.3; }
            #centerArea .rankingArea .content .koma .data .money:before {
              content: "\f157";
              position: absolute;
              width: 12px;
              padding-top: 2px;
              height: 10px;
              top: 12px;
              left: 0px;
              margin-top: -12px;
              display: inline-block;
              text-align: center;
              font-size: 8px;
              line-height: 10px;
              color: #999;
              font-family: "icomoon";
              font-weight: normal;
              font-style: normal;
              border: 1px solid #888;
              border-radius: 20px; }
          #centerArea .rankingArea .content .koma .data .area {
            display: block;
            width: 100%;
            margin-top: 3px;
            padding-left: 17px;
            display: inline-block;
            position: relative;
            font-size: 11px;
            color: #666;
            line-height: 1.3; }
            #centerArea .rankingArea .content .koma .data .area:before {
              content: "\f041";
              position: absolute;
              width: 11px;
              height: 11px;
              top: 12px;
              left: 0px;
              margin-top: -12px;
              display: inline-block;
              text-align: center;
              font-size: 9px;
              color: #999;
              font-family: "icomoon";
              font-weight: normal;
              font-style: normal;
              border: 1px solid #888;
              border-radius: 20px; }
            #centerArea .rankingArea .content .koma .data .area .company {
              line-height: 1.5; }
        #centerArea .rankingArea .content .koma .btnArea {
          width: 100px;
          display: table-cell;
          text-align: right;
          vertical-align: middle; }
          #centerArea .rankingArea .content .koma .btnArea .md_btn.md_btn_reverseYellow.md_btn_wid.folder {
            width: 90px;
            height: 55px;
            vertical-align: bottom;
            border: 1px solid #ffba01;
            -webkit-box-shadow: 0 2px 0 #ffba01;
            box-shadow: 0 2px 0 #ffba01; }
            #centerArea .rankingArea .content .koma .btnArea .md_btn.md_btn_reverseYellow.md_btn_wid.folder span.star {
              position: relative;
              font-size: 12px;
              line-height: 5;
              color: #ffba01;
              padding-left: 8px; }
              #centerArea .rankingArea .content .koma .btnArea .md_btn.md_btn_reverseYellow.md_btn_wid.folder span.star:before {
                content: "\e9d9";
                position: absolute;
                top: -24px;
                left: 50%;
                margin-left: -10px;
                line-height: 1;
                margin-right: 0px;
                font-family: icomoon;
                font-size: 22px;
                font-weight: normal;
                font-style: normal; }
            #centerArea .rankingArea .content .koma .btnArea .md_btn.md_btn_reverseYellow.md_btn_wid.folder:active {
              -webkit-box-shadow: none !important;
              box-shadow: none !important; }
          #centerArea .rankingArea .content .koma .btnArea .folderDone {
            background: #eee;
            border: 1px solid #ccc !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important; }
            #centerArea .rankingArea .content .koma .btnArea .folderDone span.star {
              color: #aaa !important;
              font-size: 11px  !important;
              padding-left: 0 !important; }
              #centerArea .rankingArea .content .koma .btnArea .folderDone span.star:before {
                color: #aaa !important; }
          #centerArea .rankingArea .content .koma .btnArea .folderDoneTip {
            position: absolute;
            top: -55px;
            left: 50%;
            width: 124px;
            margin-left: -63px;
            padding: 8px 5px;
            line-height: 1.2;
            font-size: 12px;
            border-radius: 3px;
            background: #ffd;
            border: 2px solid #ffba01;
            z-index: 99; }
            #centerArea .rankingArea .content .koma .btnArea .folderDoneTip :before {
              position: absolute;
              bottom: -14px;
              left: 50%;
              margin-left: -4px;
              content: "";
              border: 4px solid transparent;
              border-top: 10px solid #fff;
              z-index: 3; }
            #centerArea .rankingArea .content .koma .btnArea .folderDoneTip :after {
              position: absolute;
              bottom: -20px;
              left: 50%;
              margin-left: -6px;
              content: "";
              border: 6px solid transparent;
              border-top: 12px solid #ffba01;
              z-index: 2; }
            #centerArea .rankingArea .content .koma .btnArea .folderDoneTip em {
              margin-left: 5px;
              font-size: 13px;
              color: #f73;
              font-weight: bold; }
  #centerArea .link a {
    display: block;
    padding: 12px 0;
    background: #f9f9f9;
    border-top: 1px dotted #ddd;
    text-align: center;
    font-size: 13px; }
    #centerArea .link a span {
      position: relative; }
      #centerArea .link a span:after {
        content: "\f105";
        position: absolute;
        top: 50%;
        right: -16px;
        margin-top: -10px !important;
        display: inline-block;
        color: #09f;
        text-align: center;
        font-size: 18px;
        font-family: icomoon;
        font-weight: normal;
        font-style: normal; }
    #centerArea .link a:hover span:after {
      color: #f60 !important; }

/* ------------ #rightArea ------------ */
#rightArea .content {
  background: #fff;
  border: 1px solid #d6f697;
  border-radius: 4px; }
  #rightArea .content .contentTite {
    margin: -1px -1px 0 -1px;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    text-align: center;
    line-height: 2.8;
    color: #fff;
    border-radius: 4px 4px 0 0; }
    #rightArea .content .contentTite.smallText {
      font-size: 14px !important; }
  #rightArea .content .contentTite.longName {
    font-style: 14px !important; }
  #rightArea .content .miniKoma a {
    display: block; }
    #rightArea .content .miniKoma a:hover .title {
      color: #f60; }
  #rightArea .content .miniKoma .title {
    padding: 10px 15px;
    line-height: 1.3;
    font-size: 13px;
    background: #ffe;
    border-bottom: 1px solid #F9F9D1;
    border-top: 1px solid #ddd;
    color: #089de9; }
  #rightArea .content .miniKoma .text {
    padding: 8px 15px;
    font-size: 11px;
    color: #666; }
    #rightArea .content .miniKoma .text p {
      line-height: 1.4; }
      #rightArea .content .miniKoma .text p .item {
        color: #f70;
        margin-right: 4px; }
    #rightArea .content .miniKoma .text p + p {
      margin-top: 5px; }

#rightArea .messageArea {
  margin-bottom: 20px; }
  #rightArea .messageArea .content .contentTite {
    position: relative;
    background: #f66;
    margin-bottom: -1px; }
    #rightArea .messageArea .content .contentTite:before {
      content: "";
      position: absolute;
      bottom: -6px;
      left: 15px;
      width: 70px;
      height: 40px;
      background: url(../../imageFile/hataraku/top/titleSheep_message.svg) no-repeat;
      background-size: 51px; }
  #rightArea .messageArea .content .miniKoma .approach {
    position: relative;
    margin: -5px -10px 12px;
    padding: 8px;
    background: #fee;
    font-size: 12px;
    font-weight: bold;
    color: #222;
    line-height: 1.3;
    border-radius: 4px;
    border: 1px solid  #f66; }
    #rightArea .messageArea .content .miniKoma .approach em {
      color: #f66;
      font-size: 13px; }
    #rightArea .messageArea .content .miniKoma .approach:before {
      z-index: 3;
      content: "";
      position: absolute;
      bottom: -14px;
      left: 50%;
      margin-left: -5.5px;
      border: 5px solid transparent;
      border-top: 9px solid #f66; }
    #rightArea .messageArea .content .miniKoma .approach:after {
      z-index: 3;
      content: "";
      position: absolute;
      bottom: -12px;
      left: 50%;
      margin-left: -5.5px;
      border: 5px solid transparent;
      border-top: 9px solid #fee; }
  #rightArea .messageArea .content .miniKoma .approach.entry {
    background: #ffc; }
    #rightArea .messageArea .content .miniKoma .approach.entry em {
      color: #f70;
      font-size: 13px; }
    #rightArea .messageArea .content .miniKoma .approach.entry:before {
      z-index: 3;
      content: "";
      position: absolute;
      bottom: -14px;
      left: 50%;
      margin-left: -5.5px;
      border: 5px solid transparent;
      border-top: 9px solid #f70; }
    #rightArea .messageArea .content .miniKoma .approach.entry:after {
      z-index: 3;
      content: "";
      position: absolute;
      bottom: -12px;
      left: 50%;
      margin-left: -5.5px;
      border: 5px solid transparent;
      border-top: 9px solid #ffc; }
  #rightArea .messageArea .content .miniKoma .approach.recommend {
    margin-bottom: -5px;
    background: #ecf8ff;
    border: 1px solid #09f; }
    #rightArea .messageArea .content .miniKoma .approach.recommend .linkArea {
      margin-top: 5px; }
      #rightArea .messageArea .content .miniKoma .approach.recommend .linkArea .linkText {
        display: inline-block;
        margin-top: 3px;
        margin-right: 10px; }
        #rightArea .messageArea .content .miniKoma .approach.recommend .linkArea .linkText:first-child {
          margin-top: 0PX; }
    #rightArea .messageArea .content .miniKoma .approach.recommend:before {
      display: none; }
    #rightArea .messageArea .content .miniKoma .approach.recommend:after {
      display: none; }
  #rightArea .messageArea .content .link a {
    position: relative;
    display: block;
    padding: 12px 0;
    background: #f9f9f9;
    text-align: center;
    border-top: 1px dotted #ddd;
    font-size: 13px; }
    #rightArea .messageArea .content .link a:after {
      content: "\f105";
      position: absolute;
      top: 50%;
      right: 50px;
      margin-top: -11px !important;
      display: inline-block;
      color: #09f;
      text-align: center;
      font-size: 18px;
      font-family: icomoon;
      font-weight: normal;
      font-style: normal; }
  #rightArea .messageArea .content .link a:hover:after {
    color: #f60 !important; }

#rightArea .recommendArea {
  margin-bottom: 20px; }
  #rightArea .recommendArea .content {
    overflow: hidden; }
    #rightArea .recommendArea .content .contentTite {
      margin-bottom: -1px;
      position: relative;
      padding-left: 20px;
      background: #3dd; }
      #rightArea .recommendArea .content .contentTite:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0px;
        width: 70px;
        height: 40px;
        background: url(../../imageFile/hataraku/top/titleSheep_recommend.svg) no-repeat;
        background-size: 48px; }
    #rightArea .recommendArea .content .contentTite.longName {
      font-size: 14px !important;
      line-height: 3; }
    #rightArea .recommendArea .content .miniKoma .title {
      background: #f5fdfd;
      border-color: #eafcfc;
      border-top-color: #ddd; }
    #rightArea .recommendArea .content .miniKoma .text .item {
      color: #3cc; }
    #rightArea .recommendArea .content .link a {
      position: relative;
      display: block;
      padding: 12px 0;
      background: #f9f9f9;
      text-align: center;
      border-top: 1px dotted #ddd;
      font-size: 13px; }
      #rightArea .recommendArea .content .link a:after {
        content: "\f105";
        position: absolute;
        top: 50%;
        right: 64px;
        margin-top: -11px !important;
        display: inline-block;
        color: #09f;
        text-align: center;
        font-size: 18px;
        font-family: icomoon;
        font-weight: normal;
        font-style: normal; }
    #rightArea .recommendArea .content .link a:hover:after {
      color: #f60 !important; }

.editArea {
  margin-bottom: 20px; }
  .editArea .content .contentTite {
    position: relative;
    background: #9d0;
    padding-left: 20px; }
    .editArea .content .contentTite:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 4px;
      width: 70px;
      height: 32px;
      background: url(../../imageFile/hataraku/top/titleSheep_edit.svg) no-repeat;
      background-size: 51px; }
  .editArea .content .link {
    padding-bottom: 10px;
    text-align: center; }
    .editArea .content .link .md_link {
      font-size: 11px;
      color: #089de9; }
      .editArea .content .link .md_link:before {
        margin-top: -8px;
        left: 15px;
        font-size: 14px; }
      .editArea .content .link .md_link:hover {
        color: #f60; }
  .editArea .content .banner {
    display: block;
    border-top: 1px solid #DDD; }
    .editArea .content .banner.qanda {
      border-top: none; }
    .editArea .content .banner:hover .prizeCopy {
      color: #f60; }
    .editArea .content .banner .text {
      margin: 10px 10px 0;
      border: 1px solid #EEE;
      border-radius: 3px;
      overflow: hidden; }
      .editArea .content .banner .text img {
        width: 100%; }
      .editArea .content .banner .text a {
        display: block; }
    .editArea .content .banner .theme {
      padding: 10px 15px;
      line-height: 1.4;
      font-size: 11px; }
      .editArea .content .banner .theme a {
        color: #222; }
        .editArea .content .banner .theme a:hover {
          color: #f60; }
      .editArea .content .banner .theme:hover {
        color: #f60; }
      .editArea .content .banner .theme .new {
        display: inline-block;
        margin: 0 2px 1px 0;
        padding: 0 3px;
        border-radius: 2px;
        font-weight: bold;
        font-size: 10px;
        background: #f66;
        color: #FFF; }
    .editArea .content .banner .prize {
      display: table;
      padding: 10px 15px; }
      .editArea .content .banner .prize .prizeCopy {
        display: table-cell;
        padding-right: 10px;
        vertical-align: top;
        line-height: 1.4;
        font-size: 11px;
        word-break: break-all; }
        .editArea .content .banner .prize .prizeCopy:hover {
          color: #f60; }
        .editArea .content .banner .prize .prizeCopy em {
          color: #f66; }
      .editArea .content .banner .prize .prizePhoto {
        display: table-cell;
        width: 45px;
        padding: 3px;
        border: 2px solid #ffd940;
        border-radius: 2px;
        background: #FFF;
        vertical-align: top; }
  .editArea .content .banner2 {
    display: block;
    border-top: 1px solid #DDD; }
    .editArea .content .banner2.qanda {
      border-top: none; }
    .editArea .content .banner2:hover .text .title {
      color: #f60; }
      .editArea .content .banner2:hover .text .title .catch {
        color: #f60; }
    .editArea .content .banner2 .text {
      padding: 10px;
      display: table;
      width: 100%;
      background: #ffe; }
      .editArea .content .banner2 .text .circle {
        display: table-cell;
        vertical-align: top; }
        .editArea .content .banner2 .text .circle .item {
          display: inline-block;
          width: 34px;
          height: 34px;
          text-align: center;
          line-height: 34px;
          border: 2px solid #984;
          border-radius: 100%;
          background: url(../../imageFile/hataraku/top/icon_qanda_white.svg) no-repeat -1px -1px;
          background-size: 32px auto; }
          .editArea .content .banner2 .text .circle .item.report {
            border-color: #7DD764;
            background-image: url(../../imageFile/hataraku/top/icon_report_white.svg); }
          .editArea .content .banner2 .text .circle .item.present {
            border-color: #ff9933;
            background-image: url(../../imageFile/hataraku/top/icon_present_white.svg); }
      .editArea .content .banner2 .text .title {
        display: table-cell;
        width: 100%;
        padding-left: 10px;
        font-size: 15px;
        font-weight: bold;
        line-height: 1.4;
        vertical-align: top;
        color: #530; }
        .editArea .content .banner2 .text .title .catch {
          display: block;
          line-height: 1.2;
          font-size: 11px;
          font-weight: normal; }
    .editArea .content .banner2 .theme {
      padding: 10px 15px;
      line-height: 1.4;
      font-size: 11px; }
      .editArea .content .banner2 .theme .new {
        display: inline-block;
        margin: 0 2px 1px 0;
        padding: 0 3px;
        border-radius: 2px;
        font-weight: bold;
        font-size: 10px;
        background: #f66;
        color: #FFF; }
    .editArea .content .banner2 .prize {
      display: table;
      padding: 10px 15px; }
      .editArea .content .banner2 .prize .prizeCopy {
        display: table-cell;
        padding-right: 10px;
        vertical-align: top;
        line-height: 1.4;
        font-size: 11px;
        word-break: break-all; }
        .editArea .content .banner2 .prize .prizeCopy em {
          color: #f66; }
      .editArea .content .banner2 .prize .prizePhoto {
        display: table-cell;
        width: 45px;
        padding: 3px;
        border: 2px solid #ffd940;
        border-radius: 2px;
        background: #FFF;
        vertical-align: top; }
  .editArea .content .banner3 {
    display: block;
    border-top: 1px solid #DDD; }
    .editArea .content .banner3.qanda {
      border-top: none; }
    .editArea .content .banner3:hover .text .title {
      color: #f60; }
      .editArea .content .banner3:hover .text .title .catch {
        color: #f60; }
    .editArea .content .banner3 .text {
      padding: 10px;
      display: table;
      width: 100%;
      background: #ffe; }
      .editArea .content .banner3 .text .circle {
        display: table-cell;
        vertical-align: middle; }
        .editArea .content .banner3 .text .circle .item {
          display: inline-block;
          width: 40px;
          height: 40px;
          text-align: center;
          line-height: 40px;
          border: 2px solid #984;
          border-radius: 2px;
          background: url(../../imageFile/hataraku/top/top_banner01_ss.png) no-repeat;
          background-size: 40px auto; }
          .editArea .content .banner3 .text .circle .item.report {
            border-color: #7DD764;
            background-image: url(../../imageFile/hataraku/top/top_banner02_ss.png); }
          .editArea .content .banner3 .text .circle .item.present {
            border-color: #ff9933;
            background-image: url(../../imageFile/hataraku/top/top_banner03_ss.png); }
      .editArea .content .banner3 .text .title {
        display: table-cell;
        width: 100%;
        padding-left: 10px;
        font-size: 15px;
        font-weight: bold;
        line-height: 1.4;
        vertical-align: middle;
        color: #530; }
        .editArea .content .banner3 .text .title .catch {
          display: block;
          line-height: 1.2;
          font-size: 11px;
          font-weight: normal; }
    .editArea .content .banner3 .theme {
      padding: 10px 15px;
      line-height: 1.4;
      font-size: 11px; }
      .editArea .content .banner3 .theme .new {
        display: inline-block;
        margin: 0 2px 1px 0;
        padding: 0 3px;
        border-radius: 2px;
        font-weight: bold;
        font-size: 10px;
        background: #f66;
        color: #FFF; }
    .editArea .content .banner3 .prize {
      display: table;
      padding: 10px 15px; }
      .editArea .content .banner3 .prize .prizeCopy {
        display: table-cell;
        padding-right: 10px;
        vertical-align: top;
        line-height: 1.4;
        font-size: 11px;
        word-break: break-all; }
        .editArea .content .banner3 .prize .prizeCopy em {
          color: #f66; }
      .editArea .content .banner3 .prize .prizePhoto {
        display: table-cell;
        width: 45px;
        padding: 3px;
        border: 2px solid #ffd940;
        border-radius: 2px;
        background: #FFF;
        vertical-align: top; }

.bannerArea .banner {
  display: block;
  margin-bottom: 10px; }

.seoArea {
  margin-top: 10px;
  padding: 10px 13px;
  border: 1px solid #d6f697;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.8);
  color: #999; }
  .seoArea a {
    font-size: 11px;
    line-height: 1.6;
    color: #999; }
  .seoArea a + a:before {
    content: "/";
    margin-right: 3px;
    color: #ccc; }

.indexBannerArea {
  display: none;
  margin: 30px 0px 10px;
  background: #eee;
  text-align: center; }
  .indexBannerArea p {
    padding: 70px 0;
    font-size: 12px; }

.bottomApproachArea--recommend {
  width: 700px; }
  .bottomApproachArea--recommend .close {
    border-color: #09f;
    color: #09f; }
  .bottomApproachArea--recommend .sheep img {
    width: 77px;
    height: 59px;
    position: relative;
    top: 7px; }
  .bottomApproachArea--recommend .balloon .title {
    width: 225px;
    background: #09f;
    padding-left: 71px;
    padding-right: 12px;
    line-height: 1.3;
    text-align: center; }
  .bottomApproachArea--recommend .balloon .text {
    background: #ecf8ff;
    border-color: #09f;
    padding-top: 15px; }
    .bottomApproachArea--recommend .balloon .text .linkArea {
      display: block; }
      .bottomApproachArea--recommend .balloon .text .linkArea .mainLinkArea {
        display: block;
        text-align: center;
        width: 100%;
        vertical-align: middle; }
        .bottomApproachArea--recommend .balloon .text .linkArea .mainLinkArea .linkText {
          position: relative;
          display: inline-block;
          padding: 10px 55px;
          background: #fff;
          font-size: 14px;
          font-weight: bold;
          color: #089de9;
          border: 1px solid #bbb;
          border-radius: 4px;
          -webkit-box-shadow: 0 -2px 0 #ccc inset;
          box-shadow: 0 -2px 0 #ccc inset; }
          .bottomApproachArea--recommend .balloon .text .linkArea .mainLinkArea .linkText:before {
            display: none; }
          .bottomApproachArea--recommend .balloon .text .linkArea .mainLinkArea .linkText:after {
            content: '\f105';
            position: absolute;
            top: 5px;
            right: 10px;
            display: inline-block;
            font-family: 'icomoon';
            font-size: 21px;
            font-weight: normal; }
      .bottomApproachArea--recommend .balloon .text .linkArea .subLinkArea {
        display: block;
        text-align: center;
        width: 100%;
        margin-top: 15px;
        vertical-align: bottom; }
        .bottomApproachArea--recommend .balloon .text .linkArea .subLinkArea .linkText {
          margin-top: 0px;
          display: block;
          font-size: 12px;
          font-weight: normal; }
          .bottomApproachArea--recommend .balloon .text .linkArea .subLinkArea .linkText:before {
            margin-right: 10px; }

.bottomApproachArea--button .balloon .text .linkArea .mainLinkArea {
  display: block;
  text-align: center;
  width: 100%; }
  .bottomApproachArea--button .balloon .text .linkArea .mainLinkArea .linkText {
    position: relative;
    display: inline-block;
    padding: 10px 55px;
    background: #fff;
    color: #089de9;
    border: 1px solid #bbb;
    border-radius: 4px;
    -webkit-box-shadow: 0 -2px 0 #ccc inset;
    box-shadow: 0 -2px 0 #ccc inset; }
    .bottomApproachArea--button .balloon .text .linkArea .mainLinkArea .linkText:before {
      display: none; }
    .bottomApproachArea--button .balloon .text .linkArea .mainLinkArea .linkText:after {
      content: '\f105';
      position: absolute;
      top: 5px;
      right: 10px;
      display: inline-block;
      font-family: 'icomoon';
      font-size: 21px;
      font-weight: normal; }

.bottomApproachArea--button .balloon .text .linkArea .subLinkArea {
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 15px; }
  .bottomApproachArea--button .balloon .text .linkArea .subLinkArea .linkText {
    margin-top: 0px; }
