@charset "utf-8";
/* font-size based on 16px */
/* border */
/* アルバイト案内 */
/* 全体を囲む */
#content {
  overflow: hidden;
  width: 100%;
}

/* ナビゲーションボタン */
a.browse {
  margin-top: 3px;
  display: block;
  width: 17px;
  height: 50px;
  float: left;
  cursor: pointer;
  font-size: 1px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

/* right */
a.right {
  background-image: url(../images/products_next.gif);
  background-position: left center;
}

a.right:hover {
  background-position: -17px center;
}

/* left */
a.left {
  background-image: url(../images/products_prev.gif);
  background-position: left center;
}

a.left:hover {
  background-position: -17px center;
}

/* ボタン非表示時 */
a.disabled {
  visibility: hidden !important;
}

@media (min-width: 320px) {
  /* 地域から探す */
  ul.keyword li {
    display: inline-block;
    padding: 10px 5px 0 0;
    vertical-align: top;
    width: 47%;
  }

  ul.area {
    clear: both;
  }

  .area li {
    font-size: 82%;
    line-height: 15px;
  }

  /* 画像部分 */
  .thumbnail {
    width: 13.9%;
    padding: 5px 0px 5px 0px;
    float: left;
    text-align: center;
  }

  .thumbnail .thumimg {
    height: auto;
    width: 13.9%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-right: #999 1px dashed;
  }

  .thumimg .txt {
    font-size: 69%;
    font-weight: bold;
    color: #000;
    line-height: 0.7em;
  }

  .thumbnail .thumtitle {
    font-size: 70%;
    padding-top: 3px;
    margin: 0;
  }

  /* スクロール部分 */
  .scrollable {
    position: relative;
    overflow: hidden;
    width: 256px;
    height: 50px;
    float: left;
  }

  .scrollable .items {
    width: 20000em;
    position: absolute;
    clear: both;
  }

  .items div.itemwap {
    float: left;
    width: 256px;
  }

  .scrollable img {
    background-color: #fff;
  }

  .scrollable .active {
    border: 2px solid #000;
    position: relative;
    cursor: default;
  }
}
@media (min-width: 480px) {
  ul.keyword li {
    width: 31%;
  }

  /* 画像部分 */
  .thumbnail {
    width: 13.9%;
    padding: 5px 0px 5px 0px;
    float: left;
    text-align: center;
  }

  .thumbnail .thumimg {
    height: auto;
    width: 13.9%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-right: #999 1px dashed;
  }

  .thumimg .txt {
    font-size: 82%;
    font-weight: bold;
    color: #000;
    line-height: 0.7em;
  }

  .thumbnail .thumtitle {
    font-size: 70%;
    padding-top: 3px;
    margin: 0;
  }

  /* スクロール部分 */
  .scrollable {
    position: relative;
    overflow: hidden;
    width: 420px;
    height: 50px;
    float: left;
  }

  .scrollable .items {
    width: 20000em;
    position: absolute;
    clear: both;
  }

  .items div.itemwap {
    float: left;
    width: 420px;
  }

  .scrollable img {
    background-color: #fff;
  }

  .scrollable .active {
    border: 2px solid #000;
    position: relative;
    cursor: default;
  }
}
@media (min-width: 768px) {
  ul.keyword li {
    width: 22%;
  }

  ul.area {
    margin-left: 20px;
  }

  .area li {
    float: left;
    width: 31%;
    margin: 15px 10px 0 0;
    font-size: 82%;
    line-height: 15px;
  }

  /* 画像部分 */
  .thumbnail {
    width: 13.9%;
    padding: 5px 0px 5px 0px;
    float: left;
    text-align: center;
  }

  .thumbnail .thumimg {
    height: auto;
    width: 13.9%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-right: #999 1px dashed;
  }

  .thumimg .txt {
    font-size: 82%;
    font-weight: bold;
    color: #000;
    line-height: 0.7em;
  }

  .thumbnail .thumtitle {
    font-size: 70%;
    padding-top: 3px;
    margin: 0;
  }

  /* スクロール部分 */
  .scrollable {
    position: relative;
    overflow: hidden;
    width: 480px;
    height: 50px;
    float: left;
  }

  .scrollable .items {
    width: 20000em;
    position: absolute;
    clear: both;
  }

  .items div.itemwap {
    float: left;
    width: 480px;
  }

  .scrollable img {
    background-color: #fff;
  }

  .scrollable .active {
    border: 2px solid #000;
    position: relative;
    cursor: default;
  }
}
@media (min-width: 992px) {
  ul.keyword li {
    width: 22%;
  }

  ul.area {
    margin-left: 20px;
  }

  .area li {
    float: left;
    width: 31%;
    margin: 15px 10px 0 0;
    font-size: 82%;
    line-height: 15px;
  }

  /* 画像部分 */
  .thumbnail {
    width: 13.8%;
    padding: 5px 0px 5px 0px;
    float: left;
    text-align: center;
  }

  .thumbnail .thumimg {
    height: auto;
    width: 13.8%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-right: #999 1px dashed;
  }

  .thumimg .txt {
    font-weight: bold;
    color: #000;
  }

  .thumbnail .thumtitle {
    font-size: 70%;
    line-height: 1.2em;
    padding-top: 3px;
    margin: 0;
  }

  /* スクロール部分 */
  .scrollable {
    position: relative;
    overflow: hidden;
    width: 600px;
    height: 50px;
    float: left;
  }

  .scrollable .items {
    width: 20000em;
    position: absolute;
    clear: both;
  }

  .items div.itemwap {
    float: left;
    width: 600px;
  }

  .scrollable img {
    background-color: #fff;
  }

  .scrollable .active {
    border: 2px solid #000;
    position: relative;
    cursor: default;
  }
}
@media (min-width: 1200px) {
  ul.keyword li {
    width: 23%;
  }

  ul.area {
    margin-left: 20px;
  }

  .area li {
    float: left;
    width: 32%;
    margin: 15px 10px 0 0;
    font-size: 82%;
    line-height: 15px;
  }

  /* 画像部分 */
  .thumbnail {
    width: 13.8%;
    padding: 5px 0px 5px 0px;
    float: left;
    text-align: center;
  }

  .thumbnail .thumimg {
    height: auto;
    width: 13.8%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-right: #999 1px dashed;
  }

  .thumimg .txt {
    font-weight: bold;
    color: #000;
  }

  .thumbnail .thumtitle {
    font-size: 70%;
    line-height: 1.2em;
    padding-top: 3px;
    margin: 0;
  }

  /* スクロール部分 */
  .scrollable {
    position: relative;
    overflow: hidden;
    width: 700px;
    height: 50px;
    float: left;
  }

  .scrollable .items {
    width: 20000em;
    position: absolute;
    clear: both;
  }

  .items div.itemwap {
    float: left;
    width: 700px;
  }

  .scrollable img {
    background-color: #fff;
  }

  .scrollable .active {
    border: 2px solid #000;
    position: relative;
    cursor: default;
  }
}
