#contents.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

/* #container */
#container {
  overflow: hidden;
  width: 1040px;
  margin: 30px auto 0;
}

/* #main */
  #contents.theme_side_left #main {
    float: right;
    width: 830px;
  }
  #contents.theme_main_only #main {
    float: none;
    width: 100%;
  }

@media screen and (max-width: 640px){

  #container {
    width: 100%;
    margin: 0;
  }
  #contents.theme_side_left #main {
    float: none;
    width: 100%;
  }

  #sp-ad-content-head .lists {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
    #sp-ad-content-head .lists img {
      display: block;
      width: 100%;
      height: auto;
    }

    #main_middle {
      margin: 20px 3% 10px;
    }

}

/* .pagination */
#main .pagination {
  border-radius: 0;
}
#main .pagination>.active>a,
#main .pagination>.active>a:focus,
#main .pagination>.active>a:hover,
#main .pagination>.active>span,
#main .pagination>.active>span:focus,
#main .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #c1c8ce;
    border-color: #c1c8ce;
}
#main .pagination>li>a,
#main .pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
#main .pagination>li>a,
#main .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #31a468;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
#main .pagination>li:first-child>a,
#main .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
#main .pagination>li:last-child>a,
#main .pagination>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* #breadclumb */
#breadclumb {
  background-color: #f7f7f5;
}

  #breadclumb .inner {
    list-style-type: none;
    overflow: hidden;
    max-width: 1040px;
    margin: 0 auto;
    padding: 13px 0 12px;
  }
    #breadclumb li {
      float: left;
      font-size: 1.2rem;
    }
    #breadclumb li:before {
      content: '\f105';
      font-family: 'Fontawesome';
      line-height: 0;
      font-size: .9rem;
      margin-left: 5px;
      margin-right: 5px;
    }
    #breadclumb li:first-child:before {
      content: none;
      margin-left: 0;
      margin-right: 0;
    }

@media screen and (max-width: 640px){

  #breadclumb .inner {
    display: table;
    list-style-type: none;
    overflow: hidden;
    max-width:100%;
    width: auto;
    margin: 0;
    padding: 0;
    white-space: nowrap;
  }
    #breadclumb td {
      position: relative;
      float: none;
      font-size: 10px;
      white-space: nowrap;
      vertical-align: middle;
      height: 32px;
      padding-left: 24px;
      padding-right: 12px;
      height: 32px;
    }
    #breadclumb td:first-child {
      padding-left: 16px;
    }
    #breadclumb td:before {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      content: url(../images/common/ico-bredclumb.svg);
      font-family: 'Fontawesome';
      line-height: 0;
      font-size: .9rem;
      margin-left: 0;
      margin-right: 0;
      width: 11px;
      height: 32px;
    }
    #breadclumb td:first-child:before {
      content: none;
      margin-left: 0;
      margin-right: 0;
    }

  .pagination {
    margin: 15px 0  0 !important;
  }

}

/* .paging */
.paging {
}
  .paging ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
  }
  .paging li {
    display: inline-block;
  }
  .paging li a,
  .paging li span {
    display: block;
    border: 1px solid #c1c9ce;
    padding: 8px 10px;
    width: 36px;
  }
  .paging li.pg-current span {
    background-color: #c1c9ce;
    color: #fff;
  }
  .paging li.pg-first {
    margin-right: 5px;
  }
    .paging li.pg-first a {
      width: 72px;
    }
  .paging li.pg-prev {
    margin-right: 5px;
  }
    .paging li.pg-prev a {
      border: none;
    }
  .paging li.pg-next {
    margin-left: 5px;
  }
    .paging li.pg-next a {
      border: none;
    }
  .paging li.pg-last {
    margin-left: 5px;
  }
    .paging li.pg-last a {
      width: 72px;
    }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after, .cf:before, .cf:after { content: ""; display: table; }
.clearfix:after, .cf:after { clear: both; }
.clearfix, .cf { zoom: 1; }

@media screen and (min-width: 641px){
  #wrapper,
  #wrapper-inner,
  #pc-header {
    min-width: 1040px;
  }
  #wrapper-inner {
  }
}

/* #pc-ci */
#pc-ci {
  float: left;
  width: 237px;
  margin: -10px 0 0;
  padding: 0;
}
  #pc-ci img {
    width: 100%;
    height: auto;
  }

/* #pc-nav */
#pc-nav {
  width: 1040px;
  margin: 20px auto 0;
}

/* #pc-nav-sub */
#pc-nav-sub {
  float: right;
  width: 582px;
}
  .pc-nav-sub .inner li:before {
    font-family: 'Fontawesome';
    content: '\f105';
    margin-right: 4px;
  }
  #pc-nav-search {
    float: left;
    width: 382px;
  }

#pc-nav-search .select-wrap {
    position:relative;
      box-sizing: border-box;
      float: left;
      width: 120px;
      height: 36px;
}
#pc-nav-search .select-wrap .ico {
    z-index: 1;
    position: absolute;
    right: 8px;
    top: 10px;
    pointer-events: none;
    width: 7px;
    height: 16px;
}

    #pc-nav-search select {
      box-sizing: border-box;
      width: 120px;
      height: 36px;
      border: 1px solid #393939;
      padding: 5px;
      font-size: 12px;
      border-radius: 0;
    }

#pc-nav-search select{
    outline:none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#pc-nav-search select option{
  background-color: #fff;
}
#pc-nav-search select::-ms-expand {
  display: none;
}
#pc-nav-search select:-moz-focusring {
  text-shadow: 0 0 0 #828c9a;
}

    #pc-nav-search .footer {
      float: right;
      width: 252px;
    }
      #pc-nav-search .footer input[type="search"] {
        box-sizing: border-box;
        float: left;
        padding: 6px;
        width: 190px;
        height: 36px;
        font-size: 12px;
        background-color: #fff;
        border: 1px solid #393939;
        border-radius: 0;
      }
      #pc-nav-search .footer input[type="submit"] {
        float: left;
        width: 62px;
        height: 36px;
        background-color: #393939;
        border: 1px solid #393939;
        color: #fff;
      }
  #pc-nav-submenu {
    float: right;
    width: 200px;
  }
    #pc-nav-submenu ul {
      float: right;
      margin: 0;
      padding: 0;
      list-style-type: none;
    }
      #pc-nav-submenu li {
        float: left;
        text-align: center;
        margin-left: 18px;
      }
      #pc-nav-submenu li:nth-of-type(2) {
        margin-left: 14px;
      }
      #pc-nav-submenu li:first-child {
        margin-left: 0;
      }
      #pc-nav-submenu li img,
      #pc-nav-submenu li span {
        display: block;
      }
      #pc-nav-submenu li img {
        margin: 0 auto;
      }
      #pc-nav-submenu li span {
        font-size: 11px;
        margin-top: 3px;
      }
    #pc-nav-submenu li#pc-nav-cart {
      position: relative;
      padding-right: 10px;
    }
      #pc-nav-submenu li#pc-nav-cart small {
        position: absolute;
        z-index: 1;
        top: -12px;
        right: 0;
        font-size: 12px;
        font-weight: bold;
        color: #f15a24;
      }
      #pc-nav-submenu li a:link,
      #pc-nav-submenu li a:visited,
      #pc-nav-submenu li a:hover,
      #pc-nav-submenu li a:active {
        color: #000;
        text-decoration: none;
      }
  #pc-nav-submenu li a:hover img {
    opacity: .7;
    transition: .3s;
  }

/* #pc-nav-main */
#pc-nav-main {
  padding: 15px 0 10px;
}
  #pc-nav-main ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
    #pc-nav-main > ul > li:first-child {
    border-left: 1px solid #999;
    }
    #pc-nav-main > ul > li {
      box-sizing: border-box;
      float: left;
    }
    #pc-nav-main > ul > li > a {
      display: block;
      text-align: center;
      padding: 6px;
    }
    #pc-nav-main > ul > li > a:hover {
      opacity: .7;
      transition: .3s;
    }
    #pc-nav-main > ul > li:nth-of-type(1),
    #pc-nav-main > ul > li:nth-of-type(2),
    #pc-nav-main > ul > li:nth-of-type(3),
    #pc-nav-main > ul > li:nth-of-type(4) {
      border-right: 1px solid #999;
    }
    #pc-nav-main > ul > li:nth-of-type(1),
    #pc-nav-main > ul > li:nth-of-type(2),
    #pc-nav-main > ul > li:nth-of-type(3),
    #pc-nav-main > ul > li:nth-of-type(4),
    #pc-nav-main > ul > li:nth-of-type(5) {
      width: 150px;
      text-align: center;
    }
    .sign_in #pc-nav-main > ul > li:nth-of-type(1) {
      width: 170px;
    }
    #pc-nav-main > ul > li:nth-of-type(3) span:after,
    #pc-nav-main > ul > li:nth-of-type(4) span:after,
    #pc-nav-main > ul > li:nth-of-type(5) span:after {
      content: url('../images/common/ico-arrow-down.png');
      margin-left: 8px;
    }
    #pc-nav-main > ul > li:nth-of-type(5),
    #pc-nav-main > ul > li:nth-of-type(6) {
      width: 140px;
      text-align: right;
    }
    .sign_in #pc-nav-main > ul > li:nth-of-type(6) {
      width: 130px;
    }
    #pc-nav-main > ul > li:nth-of-type(7) {
      width: 147px;
      text-align: right;
    }
    #pc-nav-main > ul > li > a:link,
    #pc-nav-main > ul > li > a:visited,
    #pc-nav-main > ul > li > a:hover,
    #pc-nav-main > ul > li > a:active {
      color: #000;
      text-decoration: none;
      font-size: 14px;
    }
    #pc-nav-main > ul > li#pc-nav-main-login a {
      float: right;
    }
    #pc-nav-main > ul > li#pc-nav-main-login a:link,
    #pc-nav-main > ul > li#pc-nav-main-login a:visited,
    #pc-nav-main > ul > li#pc-nav-main-login a:hover,
    #pc-nav-main > ul > li#pc-nav-main-login a:active {
      box-sizing: border-box;
      display: block;
      padding: 6px;
      text-align: center;
      border-radius: 4px;
      box-shadow: 2px 2px 0px 0px #006837;
      -moz-box-shadow: 2px 2px 0px 0px #006837;
      -webkit-box-shadow: 2px 2px 0px 0px #006837;
      background-color: #31a468;
      width: 136px;
      color: #fff;
    }

    #pc-nav-main > ul > li#pc-nav-main-member a {
      float: right;
    }
    #pc-nav-main > ul > li#pc-nav-main-member a:link,
    #pc-nav-main > ul > li#pc-nav-main-member a:visited,
    #pc-nav-main > ul > li#pc-nav-main-member a:hover,
    #pc-nav-main > ul > li#pc-nav-main-member a:active {
      box-sizing: border-box;
      display: block;
      padding: 6px;
      text-align: center;
      border-radius: 4px;
      box-shadow: 2px 2px 0px 0px #cc542f;
      -moz-box-shadow: 2px 2px 0px 0px #cc542f;
      -webkit-box-shadow: 2px 2px 0px 0px #cc542f;
      background-color: #f15a24;
      width: 136px;
      color: #fff;
    }

@media screen and (min-width: 668px){
    #pc-nav-main > ul > li#pc-nav-main-login a:hover {
      background-color: #48bd80;
    }
    #pc-nav-main > ul > li#pc-nav-main-login a:active {
      background-color: #31a468;
    }
    #pc-nav-main > ul > li#pc-nav-main-member a:hover {
      background-color: #ff7240;
    }
    #pc-nav-main > ul > li#pc-nav-main-member a:active {
      background-color: #f15a24;
    }
}

@media screen and (min-width: 641px) {
  #contents {
    border-top: 1px solid #eee;
  }
}

/* #pickup */
#pickup {
  padding: 80px 0 60px;
}
  .pickup-inner {
    margin: 0 auto;
  }

@media screen and (min-width: 668px){
  #pickup {
    min-width: 1040px;
  }
  .pickup-inner {
    width: 1040px;
  }
}

    .pickup-inner h1 {
      text-align: center;
      margin: 0 0 35px;
      padding: 0;
      font-size: 28px;
    }
    .pickup-inner .lists.pc {
      overflow: hidden;
      margin: 0 -9px;
      padding: 0;
      list-style-type: none;
    }
      .pickup-inner .lists.pc li {
        float: left;
        margin: 15px 9px 0;
        width: 246px;
      }
      .pickup-inner .lists.pc li a {
        display: block;
      }
      .pickup-inner .lists.pc li a:link,
      .pickup-inner .lists.pc li a:visited,
      .pickup-inner .lists.pc li a:hover,
      .pickup-inner .lists.pc li a:active {
        text-decoration: none;
        color: #333;
      }
        .pickup-inner .lists.pc li img,
        .pickup-inner .lists.pc li span {
          display: block;
        }
        .pickup-inner .lists.pc li span {
          margin-top: 5px;
          font-size: 13px;
        }

/* #system */
#system {
  background-color: #f7f7f5;
  padding: 80px 0 102px;
}
  .system-inner {
    margin: 0 auto;
  }

@media screen and (min-width: 668px){
  #system {
    min-width: 1040px;
  }
  .system-inner {
    width: 1040px;
  }
}

    .system-inner > h1 {
      text-align: center;
      margin: 0;
      padding: 0;
      font-size: 28px;
    }
      .system-inner > h1 span {
        display: block;
        letter-spacing: 2px;
      }
      .system-inner > h1 span:nth-of-type(2) {
        margin-top: 10px;
      }
  .system-header .lists {
    overflow: hidden;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .system-header .lists li {
    float: left;
    width: 497px;
  }
  .system-header .lists li:nth-of-type(2) {
    float: right;
  }
  .system-header .lists a:link,
  .system-header .lists a:visited,
  .system-header .lists a:hover,
  .system-header .lists a:active {
    color: #333;
  }
    .system-header .lists a img{
      display: block;
    }
    .system-header .lists a span.pc {
      display: block;
    }
    .system-header .lists a span {
      font-size: 15px;
      line-height: 1.7;
      padding: 10px 10px 0;
    }
    .system-header .lists a span.pc span {
      display: block;
      margin-top: 10px;
    }
  .system-image {
    text-align: center;
  }
    .system-image .pc {
      padding: 40px 0 50px;
    }
    .system-image .pc img {
      width: 698px;
      height: auto;
    }
  .system-main .lists {
    overflow: hidden;
    list-style-type: none;
    margin: 10px -18px 0;
    padding: 0;
  }
  .system-main .lists li {
    box-sizing: border-box;
    float: left;
    width: 322px;
    padding: 2px;
    margin: 40px 18px 0;
  }
    .system-main .lists a {
      display: table;
      width: 100%;
      text-align: center;
      border-radius: 4px;
      box-shadow: 2px 2px 0px 0px #006837;
      -moz-box-shadow: 2px 2px 0px 0px #006837;
      -webkit-box-shadow: 2px 2px 0px 0px #006837;
      background-color: #31a468;
    }
    .system-main .lists a:link,
    .system-main .lists a:visited,
    .system-main .lists a:hover,
    .system-main .lists a:active {
      color: #fff;
      text-decoration: none;
    }

@media screen and (min-width: 668px){
    .system-main .lists a:hover {
      color: #fff;
      text-decoration: none;
      background-color: #48bd80;
    }
    .system-main .lists a:active {
      color: #fff;
      text-decoration: none;
      background-color: #31a468;
    }
}

      .system-main .lists a .inner {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        box-sizing: border-box;
        height: 195px;
        padding: 20px 60px;
      }
        .system-main .lists a .inner strong,
        .system-main .lists a .inner span.desc {
          display: block;
        }
        .system-main .lists a .inner strong {
          text-align: center;
          font-size: 20px;
          font-weight: bold;
          margin-bottom: 10px;
        }
        .system-main .lists a .inner span.desc {
          text-align: left;
          font-size: 15px;
          line-height: 1.8;
        }
        .system-main .lists a .inner .ico {
          position: absolute;
          width: 8px;
          height: 13px;
          right: 20px;
          top: 48%;
        }
  .system-footer .btn:link,
  .system-footer .btn:visited,
  .system-footer .btn:hover,
  .system-footer .btn:active {
    box-sizing: border-box;
    display: block;
    padding: 14px 10px;
    margin: 50px auto 0;
    text-align: center;
    border-radius: 4px;
    box-shadow: 2px 2px 0px 0px #cc542f;
    -moz-box-shadow: 2px 2px 0px 0px #cc542f;
    -webkit-box-shadow: 2px 2px 0px 0px #cc542f;
    background-color: #f15a24;
    width: 258px;
    color: #fff;
    font-size: 15px;
    transition: .3s;
  }

@media screen and (min-width: 668px){
    .system-footer .btn:hover {
      background-color: #ff7240;
    }
    .system-footer .btn:active {
      background-color: #f15a24;
    }
}

    .system-footer .btn .img {
      display: none;
    }

/* #sp-category */
#sp-category {
  padding: 25px 0 20px;
}
  .sp-category-inner {
  }
    .sp-category-inner h1 {
      font-size: 18px;
      text-align: center;
      margin: 0 0 10px;
      padding: 0;
      letter-spacing: 2px;
    }
    .sp-category-inner .lists {
      margin: 0;
      padding: 0;
      list-style-type: none;
      border-bottom: 1px solid #999;
    }
      .sp-category-inner .lists li {
        border-top: 1px solid #999;
      }
      .sp-category-inner .lists a {
        box-sizing: border-box;
        display: table;
        overflow: hidden;
        width: 100%;
        padding: 3px 0 2px;
        line-height: 1.3;
      }
      .sp-category-inner .lists a:after {
        display: table-cell;
        text-align: left;
        vertical-align: middle;
        width: 6%;
        content: '\f105';
        font-family: 'Fontawesome';
        font-size: 11px;
        color: #999;
      }
      .sp-category-inner .lists .img,
      .sp-category-inner .lists .tit {
        display: table-cell;
        vertical-align: middle;
      }
      .sp-category-inner .lists .en {
        font-size: 13px;
        font-weight: bold;
      }
      .sp-category-inner .lists .jp {
        font-size: 13px;
      }
      .sp-category-inner .lists .img {
        width: 80px;
        text-align: center;
      }
        .sp-category-inner .lists .img img {
          width: 52px;
          height: auto;
        }
        .sp-category-inner .lists-add {
          display: none;
        }
          .sp-category-inner .lists-add li:first-child {
            border-top: none;
          }
  .sp-category-footer .btn {
    box-sizing: border-box;
    display: block;
    padding: 12px 4px;
    margin: 16px auto 0;
    text-align: center;
    border-radius: 4px;
    box-shadow: 2px 2px 0px 0px #006837;
    -moz-box-shadow: 2px 2px 0px 0px #006837;
    -webkit-box-shadow: 2px 2px 0px 0px #006837;
    background-color: #31a468;
    width: 72%;
    min-width: 230px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
  }

/* #pc-category */
#pc-category {
  padding: 100px 0 100px;
  border-top: 5px solid #f7f7f5;
}
  .pc-category-inner {
    margin: 0 auto;
  }
        .pc-category-inner .lists-add {
          display: none;
        }
          .pc-category-inner .lists-add li:first-child {
            border-top: none;
          }

@media screen and (min-width: 668px){
  #pc-category {
    min-width: 1040px;
  }
  .pc-category-inner {
    width: 1040px;
  }
}

    .pc-category-inner h1 {
      font-size: 28px;
      text-align: center;
      margin: 0 0 20px;
      padding: 0;
      letter-spacing: 3px;
    }
    .pc-category-inner .lists {
      overflow: hidden;
      margin: 0 -12px;
      padding: 0;
      list-style-type: none;
    }
      .pc-category-inner .lists li {
        float: left;
        width: 329px;
        /*margin: 20px 12px 0;*/
		margin: 20px 10px 0;
      }
      .pc-category-inner .lists a {
        position: relative;
        box-sizing: border-box;
        display: table;
        overflow: hidden;
        width: 100%;
        border: 1px solid #aaa;
        padding: 23px 0;
      }
      .pc-category-inner .lists a:link,
      .pc-category-inner .lists a:visited,
      .pc-category-inner .lists a:hover,
      .pc-category-inner .lists a:active {
        color: #000;
        text-decoration: none;
      }

@media screen and (min-width: 668px){
  .pc-category-inner .lists a:hover {
    color: #222;
    opacity: .7;
  }
  .pc-category-inner .lists a:active {
    color: #000;
  }
}

      .pc-category-inner .lists .img,
      .pc-category-inner .lists .tit {
        display: table-cell;
        vertical-align: middle;
      }
      .pc-category-inner .lists .en {
        font-size: 17px;
        font-weight: bold;
      }
      .pc-category-inner .lists .jp {
        font-size: 13px;
      }
      .pc-category-inner .lists .img {
        width: 120px;
        text-align: center;
      }
      .pc-category-inner .lists .ico {
        position: absolute;
        top: 40%;
        right: 22px;
        width: 8px;
      }
        .pc-category-inner .lists .ico {
          -webkit-transform: translateX(0);
          -moz-transform   : translateX(0);
          -o-transform     : translateX(0);
          -ms-transform    : translateX(0);
          transform        : translateX(0);
          transition: all .3s ease-in-out;
        }
        .pc-category-inner .lists li:hover .ico {
          -webkit-transform: translateX(4px);
          -moz-transform   : translateX(4px);
          -o-transform     : translateX(4px);
          -ms-transform    : translateX(4px);
          transform        : translateX(4px);
        }
      .pc-category-inner .lists .ico img {
        width: 100%;
        height: auto;
      }
  .pc-category-footer {
    box-sizing: border-box;
    overflow: hidden;
    width: 260px;
    height: 53px;
    margin: 50px auto 0;
    padding: 0 2px 2px 0;
    transition: .3s;
  }
  .pc-category-footer:hover {
    padding: 2px;
  }
  .pc-category-footer .btn {
    box-sizing: border-box;
    display: block;
    padding: 14px 10px;
    text-align: center;
    border-radius: 4px;
    box-shadow: 2px 2px 0px 0px #006837;
    -moz-box-shadow: 2px 2px 0px 0px #006837;
    -webkit-box-shadow: 2px 2px 0px 0px #006837;
    background-color: #31a468;
    width: 258px;
    height: 51px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
  }

@media screen and (min-width: 668px){
    .pc-category-footer .btn:hover {
      color: #fff;
      text-decoration: none;
      background-color: #48bd80;
    }
    .pc-category-footer .btn:active {
      color: #fff;
      text-decoration: none;
      background-color: #31a468;
    }
}

/* #pc-news */
#pc-news {
  background-color: #e3edf0;
  padding: 55px 0;
  min-width: 1040px;
}
  .pc-news-inner {
    width: 1040px;
    margin: 0 auto;
  }
    .pc-news-inner h1 {
      font-size: 28px;
      text-align: center;
      margin: 0 0 25px;
      padding: 0;
      letter-spacing: 3px;
    }
    .pc-news-inner .list-outer {
      list-style-type: none;
      margin: 0;
      padding: 0 20px;
      background-color: #fff;
      width: 100%;
    }
      .pc-news-inner .lists {
        width: 100%;
      }
      .pc-news-inner .lists td {
        border-top: 1px solid #393939;
        padding: 22px 5px;
        line-height: 1.5;
      }
      .pc-news-inner .lists tr:first-child td {
        border-top: none;
      }
        .pc-news-inner .lists .date {
          white-space: nowrap;
          font-size: 12px;
        }
        .pc-news-inner .lists .cat {
          white-space: nowrap;
          font-size: 12px;
          color: #44b4b5;
        }
        .pc-news-inner .lists .tit {
          font-size: 13px;
        }

@media screen and (min-width:641px) {
      .pc-news-inner .lists td a:link,
      .pc-news-inner .lists td a:visited {
        color: #333;
        text-decoration: none;
      }
      .pc-news-inner .lists td a:hover {
        color: #333;
        text-decoration: underline;
      }
      .pc-news-inner .lists td a:active {
        color: #333;
        text-decoration: none;
      }
}

/* #footupper */
#footupper {
  padding: 50px 0 45px;
}
#footupper .footupper-inner {
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (min-width: 668px){
  #footupper {
    min-width: 1040px;
  }
  #footupper .footupper-inner {
    width: 1040px;
  }
}

  .footupper-info {
    box-sizing: border-box;
    float: left;
    width: 655px;
    border-top: 1px solid #b0b0b0;
    border-left: 1px solid #b0b0b0;
    border-right: 8px solid #e0e0e0;
    border-bottom: 8px solid #e0e0e0;
    padding: 25px 0;
  }
    .footupper-info h1 {
      text-align: center;
      margin: 0;
    }
      .footupper-info h1 img {
        width: 294px;
        height: auto;
      }
    .footupper-info .ico {
      width: 42px;
      height: auto;
      margin-right: 10px;
    }
    .footupper-info p {
      display: table;
      margin: 0 auto;
    }
    .footupper-info p {
      margin-top: 20px;
    }
      .footupper-info p span{
        display: table-cell;
        vertical-align: middle;
        font-size: 46px;
        line-height: 0;
        font-weight: 800;
        color: #31a468;
        letter-spacing: 2px;
      }
    .footupper-info .worktime {
      text-align: center;
      display: block;
      margin-top: 10px;
      font-weight: 500;
      font-size: 16px;
    }
    .footupper-info .lists {
      text-align: center;
      margin: 10px 0 0;
      padding: 0;
    }
      .footupper-info .lists li {
        display: inline-block;
        margin: 0 10px;
        padding: 0;
      }
      .footupper-info .lists a {
        box-sizing: border-box;
        display: block;
        padding: 8px 6px;
        text-align: center;
        border-radius: 4px;
        box-shadow: 2px 2px 0px 0px #006837;
        -moz-box-shadow: 2px 2px 0px 0px #006837;
        -webkit-box-shadow: 2px 2px 0px 0px #006837;
        background-color: #31a468;
        width: 186px;
      }
      .footupper-info .lists a:link,
      .footupper-info .lists a:visited,
      .footupper-info .lists a:hover,
      .footupper-info .lists a:active {
        text-decoration: none;
        color: #fff;
        font-weight: bold;
        font-size: 17px;
        transition: .3s;
      }

@media screen and (min-width: 668px){
    .footupper-info .lists a:hover {
      color: #fff;
      text-decoration: none;
      background-color: #48bd80;
    }
    .footupper-info .lists a:active {
      color: #fff;
      text-decoration: none;
      background-color: #31a468;
    }
}

  .pc-footupper-cal {
    box-sizing: border-box;
    float: right;
    width: 346px;
    border: 1px solid #999;
    padding: 16px 30px;
  }
    .pc-footupper-cal caption {
      text-align: center;
      color: #000;
      margin: 0 0 5px;
      padding: 0;
    }
    .pc-footupper-cal th,
    .pc-footupper-cal td {
      border: 1px solid #d5d5d5;
      text-align: center;
      vertical-align: middle;
      padding: 1px 0;
    }
    .pc-footupper-cal .holiday {
      background-color: #e3edf0;
    }
    .pc-footupper-footer span {
      color: #e3edf0;
    }
    .pc-footupper-footer {
      display: block;
      margin-top: 10px;
    }
    .pc-footupper-footer img {
      display: block;
      width: 75px;
      height: auto;
    }

/* .pc-footer */
  .pc-footer-header-ci {
    float: left;
    margin-right: 30px;
  }
    .pc-footer-header-ci img {
      width: 189px;
      height: 37px;
    }
  .pc-footer-header-sns {
    margin: 0;
    padding: 0;
  }
    .pc-footer-header-sns li {
      float: left;
      margin: 5px 20px 0 0;
      list-style-type: none;
    }
    .pc-footer-header-sns a {
      box-sizing: border-box;
      display: block;
      padding: 4px 6px;
      text-align: center;
      border-radius: 4px;
      box-shadow:3px 3px 0px 0px #808080;
      -moz-box-shadow:3px 3px 0px 0px #808080;
      -webkit-box-shadow:3px 3px 0px 0px #808080;
      background-color: #FFFFFF;
      width: 162px;
    }
    .pc-footer-header-sns a:link,
    .pc-footer-header-sns a:visited,
    .pc-footer-header-sns a:hover,
    .pc-footer-header-sns a:active {
      text-decoration: none;
      color: #333333;
      font-weight: bold;
      background-color: #FFFFFF;
      transition: .3s;
    }

@media screen and (min-width: 668px){
    .pc-footer-header-sns a:hover {
      background-color: #FFFFFF;
    }
    .pc-footer-header-sns a:active {
      background-color: #FFFFFF;
    }
}

  .pc-footer-upper {
    background-color: #f7f7f5;
    padding: 40px 0;
    min-width: 1040px;
  }
    .pc-footer-upper-inner,
    .pc-footer-bottom-inner {
      width: 1040px;
      margin: 0 auto;
    }
    .pc-footer-upper-inner ul.lists,
    .pc-footer-bottom-inner ul.lists {
      overflow: hidden;
      margin: 0;
      padding: 0;
      font-size: 1.3rem;
      line-height: 1;
    }
    .pc-footer-upper-inner .lists li {
      float: left;
      list-style-type: none;
      padding: 0 10px 0 0;
      margin: 15px 10px 0 0;
      border-right: 1px solid #333;
    }
    .pc-footer-upper-inner .lists a:link,
    .pc-footer-upper-inner .lists a:visited,
    .pc-footer-upper-inner .lists a:hover,
    .pc-footer-upper-inner .lists a:active {
      color: #333;
      text-decoration: none;
      font-weight: 700;
    }
  .pc-footer-bottom {
    background-color: #393939;
    color: #fff;
    padding: 25px 0 33px;
    min-width: 1040px;
  }
    .pc-footer-bottom h3 {
      margin: 0;
      padding: 0 0 2px;
      font-size: 1.5rem;
      font-weight: bold;
    }
    .pc-footer-bottom-inner .lists li {
      float: left;
      list-style-type: none;
      padding: 0 10px 0 0;
      margin: 12px 10px 0 0;
      border-right: 1px solid #fff;
    }
    .pc-footer-bottom-inner .lists a:link,
    .pc-footer-bottom-inner .lists a:visited,
    .pc-footer-bottom-inner .lists a:hover,
    .pc-footer-bottom-inner .lists a:active {
      color: #fff;
      text-decoration: none;
      font-weight: 500;
    }

#copyright {
  margin: 0 auto;
  text-align: center;
  padding: 7px 0 8px;
}

@media screen and (min-width: 668px){
  #copyright {
    width: 1040px;
  }
}

.pc {
  display: block;
}
.sp {
  display: none;
}


body {
  font-family: 'Roboto', 'Noto Sans JP', 'メイリオ', Meiryo, '游ゴシック体', Yu Gothic, YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}

/* #top */
#top {
  font-size: 11px;
  margin: 0;
  padding: 10px 0 0;
  text-align: right;
  margin: 0 auto;
}

/*★下記に変更★@media screen and (min-width: 668px){*/
@media screen and (min-width: 641px){
  #top {
    width: 1040px;
  }
}

  #checked-items .slick-prev,
  #checked-items .slick-next {
      width: 8px; /* 画像幅 */
      height: 16px; /* 画像高さ */
  }
  #checked-items .slick-prev img,
  #checked-items .slick-next img {
    width: 100%;
    height: auto;
  }
  #checked-items .slick-prev:before,
  #checked-items .slick-next:before {
      content:"";
  }
  #checked-items button.slick-prev,
  #checked-items button.slick-next {
      z-index:2;
  }

@media screen and (max-width: 640px){
  #checked-items {
    padding: 0 5% !important;
  }
  #checked-items .slick-prev {
    left: -10px !important; /* 任意の値 */
  }
  #checked-items .slick-next {
    right: -10px !important; /* 任意の値 */
  }
}

  #checked-items .slick-arrow{
    z-index:10;/* 値は適当に */
  }

/*★下記に変更★@media screen and (max-width:667px){*/
@media screen and (max-width:640px){
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  a:link,
  a:visited,
  a:hover,
  a:active {
    text-decoration: none;
    color: #000;
  }

  #checked-items {
    padding-bottom: 1px;
  }
    #checked-items #arrows img {
      width: 100%;
      height: auto;
    }

  /* #top */
  #top {
    margin: 0;
    padding: 15px 0 15px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-size: 9px;
    line-height: 1.1;
    font-weight: normal;
    color: #869a9e;
  }
    #top span {
      display: block;
    }
    #top span:nth-of-type(2) {
      margin-top: 5px;
    }

  /* #sp-ci */
  #sp-ci {
    float: left;
    width: 37%;
    margin: 0;
    padding: 0;
  }
    #sp-ci img {
      display: block;
      width: 100%;
      height: auto;
    }
    .sp-nav-header {
      padding-left: 3%;
      border-top: 3px solid #eff3f4;
    }
    .sp-nav-login,
    .sp-nav-menu {
      float: right;
    }

    .sp-nav-header ul {
      float: right;
      margin: 0;
      padding: 0;
      width: 25%;
    }
    .sp-nav-header ul.logout {
      float: right;
      margin: 0 2% 0 0;
      padding: 0;
      width: 12.5%;
    }
    .sp-nav-header li {
      float: left;
      list-style-type: none;
      margin: 0;
      padding: 0;
    }

    .sp-nav-header li img {
      margin: 0 auto;
      border-left: 1px solid #999;
    }
    .sp-nav-header .logout li img {
      margin: 0 auto;
      border-left: none;
    }
    .sp-nav-header li:nth-of-type(1),
    .sp-nav-header li:nth-of-type(2) {
      width: 50%;
    }
    .sp-nav-header .logout li:nth-of-type(1),
    .sp-nav-header .logout li:nth-of-type(2) {
      width: 100%;
    }
    .sp-nav-header li:nth-of-type(1) img,
    .sp-nav-header li:nth-of-type(2) img {
      display: block;
      width: 100%;
      height: auto;
    }
    .sp-nav-header li a {
      box-sizing: border-box;
      display: block;
      text-align: center;
    }

  #sp-nav-search {
    overflow: hidden;
    background-color: #eff3f4;
    padding: 15px 3%;
  }

#sp-nav-search .select-wrap {
    position:relative;
      box-sizing: border-box;
      float: left;
      width: 32%;
      /*width: 120px;
      height: 36px;*/
}
#sp-nav-search .select-wrap .ico {
    z-index: 1;
    position: absolute;
    right: 8px;
    top: 10px;
    pointer-events: none;
    width: 7px;
    height: 16px;
}

    #sp-nav-search select {
      box-sizing: border-box;/*
      width: 120px;
      height: 36px;
      border: 1px solid #393939;*/
      padding: 5px;
      font-size: 12px;
    }

#sp-nav-search select{
    outline:none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    width: 100%;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 0;
}
#sp-nav-search select option{
  background-color: #fff;
}
#sp-nav-search select::-ms-expand {
  display: none;
}
#sp-nav-search select:-moz-focusring {
  text-shadow: 0 0 0 #828c9a;
}

    #sp-nav-cat {
      float: left;
      box-sizing: border-box;
      padding: 5px;
      width: 32%;
      height: 33px;
      font-size: 12px;
      border: 1px solid #999;
    }
    #sp-nav-search .footer {
      width: 65.5%;
      float: right;
    }
    #sp-nav-search .footer input[type="search"] {
      float: left;
      box-sizing: border-box;
      padding: 10px;
      width: 76.2%;
      height: 33px;
      font-size: 11px;
      background-color: #fff;
      border: 1px solid #999;
      border-radius: 0;
    }
    #sp-nav-search .footer input[type="submit"] {
      float: right;
      box-sizing: border-box;
      text-align: center;
      width: 22%;
      height: 33px;
      font-size: 12px;
      background-color: #333;
      border: 1px solid #333;
      color: #fff;
    }
    .sp-gnav-cart {
      position: relative;
    }
      .sp-gnav-cart .sp-gnav-cart-num {
        position: absolute;
        top: 6%;
        right: 20%;
        color: #f15a24;
        font-family: 'Roboto';
        font-weight: bold;
        font-size: 9px;
      }

  .sp-nav-main-close {
    padding: 10px;
    text-align: right;
  }
  .sp-nav-main-close img {
    width: 16px;
    height: 16px;
  }
  #sp-nav-main .lists {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-bottom: 1px solid #999;
  }
    #sp-nav-main .lists ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
    }
  #sp-nav-main .lists a {
    overflow: hidden;
    box-sizing: border-box;
    display: block;
    padding: 18px 2.5%;
    font-size: 13px;
  }
  #sp-nav-main .lists a:after {
    font-family: 'Fontawesome';
    content: '\f105';
    float: right;
    color: #999;
  }
  #sp-nav-main .lists span {
    overflow: hidden;
    box-sizing: border-box;
    display: block;
    padding: 15px 2.5%;
    font-size: 13px;
  }
  #sp-nav-main .lists span:after {
    content: '＋';
    float: right;
    color: #999;
  }
  #sp-nav-main .lists .lists-2nd {
    /*display: none;*/
    border-top: 1px solid #999;
  }
  #sp-nav-main .lists .lists-2nd {
    /*display: none;*/
  }
  #sp-nav-main .lists .active span:after {
    content: '－';
    float: right;
  }
  #sp-nav-main .lists ul li {
    border-left: 20px solid #eff3f4;
    padding-left: 4%;
  }
  #sp-nav-main .lists .member a:link,
  #sp-nav-main .lists .member a:visited,
  #sp-nav-main .lists .member a:hover,
  #sp-nav-main .lists .member a:active {
    color: #f15a24;
  }
  #sp-nav-main .lists li {
    border-top: 1px solid #999;
  }
  #sp-nav-main .lists li:first-child {
    border-top: none;
  }
  #sp-nav-sub .lists {
    margin: 0;
    padding: 10px 0 0;
    list-style-type: none;
  }
  #sp-nav-sub .lists a {
    overflow: hidden;
    box-sizing: border-box;
    display: block;
    padding: 7px 2.5%;
    font-size: 13px;
  }
  #sp-nav-sub .lists a:before {
    font-family: 'Fontawesome';
    content: '\f138';
    float: left;
    color: #31a468;
    margin-right: 15px;
  }

/* スマホのサブメニュー消去 */
#sp-nav-login-contents {
  position: relative;
  z-index: 9999;
}
#sp-nav-login-contents.sp-nav-hidden {
  visibility: hidden;
  -webkit-animation-name:'sp-nav-hidden';
  -webkit-animation-timing-function:ease-in;
  animation-duration: .2s;
    transform: 'translate(10px)';
    -webkit-transform: translate(0, 10px);
  transition:transform .2s;
  -webkit-transition:-webkit-transform .2s;
}
#sp-nav-login-contents.sp-nav-active {
  visibility: visible;
  -webkit-animation-name:'sp-nav-active';
  -webkit-animation-timing-function:ease-in;
  animation-duration: .4s;
    transform: 'translate(0)';
    -webkit-transform: translate(0, 0);
  transition:transform .4s;
  -webkit-transition:-webkit-transform .4s;
}

@-webkit-keyframes 'sp-nav-hidden' {
  0%{
    visibility: visible;
    opacity:1
  }
  100%{
    visibility: hidden;
    opacity:0;
  }
}

@-webkit-keyframes 'sp-nav-active' {
  0%{
    visibility: hidden;
    opacity:0;
  }
  100%{
    visibility: visible;
    opacity:1;
  }
}

  #sp-nav-login-contents .ico-fukidashi {
    position: absolute;
    top: -10px;
    right: 10%;
    width: 12px;
    height: 10px;
  }
  .sp-nav-contents-inner {
    position: absolute;
    z-index: 1;
    top: 15px;
    right: 3%;
    width: 73.8%;
    background-color: #f7f7f5;
  }
    .sp-nav-contents-inner .sp-nav-contents-header {
      position: relative;
      background-color: #31a468;
      color: #fff;
      padding: 20px 40px 10px 15px;
    }
    .sp-nav-contents-inner .ico-close {
      position: absolute;
      z-index: 99;
      top: 18px;
      right: 15px;
      width: 18px;
      height: 18px;
    }
      .sp-nav-contents-inner .sp-nav-contents-header .user-name {
        font-weight: bold;
        font-size: 14px;
        padding: 0 8px;
      }
  #sp-nav-login-contents .lists {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
    #sp-nav-login-contents .lists ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
    }
  #sp-nav-login-contents .lists a {
    overflow: hidden;
    box-sizing: border-box;
    display: block;
    font-size: 13px;
  }

  #sp-nav-login-contents .lists-1 {
    margin: 10px 0;
  }
    .sp-nav-contents-inner .lists-1 a {
      display: block;
      padding: 5px 6%;
    }
    .sp-nav-contents-inner .lists-1 a:link,
    .sp-nav-contents-inner .lists-1 a:visited,
    .sp-nav-contents-inner .lists-1 a:hover,
    .sp-nav-contents-inner .lists-1 a:active {
      color: #31a468;
    }
      .sp-nav-contents-inner .lists-1 .inner {
        display: block;
        position: relative;
        padding-left: 20px;
      }
        .sp-nav-contents-inner .lists-1 .ico-box-right {
          position: absolute;
          top: 1px;
          left: -1px;
          width: 12px;
          height: 12px;
        }
        .sp-nav-contents-inner .lists-1 .ico-user {
          position: absolute;
          top: 0;
          left: 0;
          width: 10px;
          height: 18px;
        }
        .sp-nav-contents-inner .lists-1 .nav-user a {
          font-weight: bold;
        }
  #sp-nav-login-contents .lists-2 {
    border-top: 1px solid #999;
    padding: 10px 0;
  }
    #sp-nav-login-contents .lists-2 a {
      display: block;
      padding: 4px 6%;
      font-size: 12px;
    }
      .sp-nav-contents-inner .lists-2 .inner {
        display: block;
        position: relative;
        padding-left: 20px;
      }
        .sp-nav-contents-inner .lists-2 .ico-right-gray {
          position: absolute;
          top: 1px;
          left: -1px;
          width: 12px;
          height: 12px;
        }
        .sp-nav-contents-inner .lists-2 .logout {
          text-align: right;
        }
        .sp-nav-contents-inner .lists-2 .logout .inner {
          display: inline;
        }
        .sp-nav-contents-inner .lists-2 .ico-logout {
          position: absolute;
          top: -1px;
          left: 0px;
          width: 15px;
          height: 13px;
        }

  /* .sp-headersearch */
  .sp-headersearch {
    padding: 10px 3%;
    background-color: #eff3f4;
  }

  /* .sp-gnav */
  .sp-gnav {
    overflow: hidden;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #999;
  }
    .sp-gnav li {
      float: left;
      width: 25%;
    }
      .sp-gnav a,
      .sp-gnav span {
        display: block;
        border-left: 1px solid #999;
      }
      .sp-gnav .sp-gnav-cart-num {
        border-left: none;
      }
      .sp-gnav li:first-child a {
        border-left: none
      }
      .sp-gnav img {
        display: block;
        width: 100%;
        height: auto;
      }

  #arrows-sp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  /* #pickup */
  #pickup {
    padding: 20px 0 30px;
  }
    .pickup-inner {
      width: 100%;
      margin: 0 auto;
    }
      .pickup-inner h1 {
        display: none;
        text-align: center;
        margin: 0 0 20px;
        padding: 0;
        font-size: 28px;
      }
      .pickup-inner .lists {
        margin: auto;
        padding: 0;
        list-style-type: none;
      }
        /*.pickup-inner .lists li {
          float: none;
          margin: 0 auto;
          width: 73.4%;
        }
        .pickup-inner .lists li a {
          text-align: center;
          display: block;
        }*/
        .pickup-inner .lists .slick-track > li a:link,
        .pickup-inner .lists .slick-track > li a:visited,
        .pickup-inner .lists .slick-track > li a:hover,
        .pickup-inner .lists .slick-track > li a:active {
          text-decoration: none;
          color: #333;
        }
          .pickup-inner .lists .slick-track > li img {
            width: 74.6%;
            max-width: 478px;
            min-width: 239px;
            height: auto;
            margin: 0 auto;
          }
          /*.pickup-inner .lists .slick-track > li img,*/
          .pickup-inner .lists .slick-track > li span {
            display: block;
            text-align: center;
            width: 74.6%;
            max-width: 478px;
            min-width: 239px;
            margin: 0 auto;
          }
          .pickup-inner .lists .slick-track > li span {
            margin-top: 10px;
            padding-bottom: 15px;
            font-size: 13px;
          }
          .pickup-inner .lists .slick-dots {
            bottom: -10px;
          }
          .pickup-inner .lists .slick-dots li {
            margin: 0;
          }

  /* #system */
  #system {
    background-color: #f7f7f5;
    padding: 35px 0 12px;
  }
    .system-inner {
      width: 100%;
      margin: 0 auto;
    }
      .system-inner > h1 {
        text-align: center;
        margin: 0;
        padding: 0;
        font-size: 16px;
      }
        .system-inner > h1 span {
          display: block;
        }
        .system-inner > h1 span:nth-of-type(2) {
          margin-top: 8px;
        }
    .system-image {
      margin-top: 15px;
      text-align: center;
    }
      .system-image img {
        display: block;
        margin: 0 auto;
        width: 82.5%;
        height: auto;
      }



@media screen and (max-width: 667px){
      .system-image .sp {
        overflow: hidden;
        margin: 0 9%;
      }
        .system-image .sp span {
          display: block;
          float: left;
        }
        .system-image .sp span.sp-i-1 {
          width: 100%;
        }
        .system-image .sp span.sp-i-2 {
          width: 60%;
        }
        .system-image .sp span.sp-i-3 {
          width: 40%;
        }
          .system-image img {
            display: block;
            margin: 0 auto;
            width: 100%;
            height: auto;
          }
}

    .system-header {
      margin-top: 15px;
    }
    .system-header .lists {
      overflow: hidden;
      list-style-type: none;
      margin: 0;
      padding: 0;
    }
    .system-header .lists li {
      float: left;
      width: 50%;
    }
    .system-header .lists li:nth-of-type(2) {
      float: right;
    }
    .system-header .lists li:nth-of-type(1) {
      padding-right: 2px;
    }
    .system-header .lists li:nth-of-type(2) {
      padding-left: 2px;
    }
      .system-header .lists li img {
        width: 100%;
        height: auto;
      }
    .system-header .lists a:link,
    .system-header .lists a:visited,
    .system-header .lists a:hover,
    .system-header .lists a:active {
      color: #333;
    }
      .system-header .lists a img {
        display: block;
      }
      .system-header .lists a span.pc {
        display: none;
      }
      .system-header .lists a span.sp {
        display: block;
      }
      .system-header .lists a span {
        font-size: 15px;
        line-height: 2;
        padding: 0;
      }
    .system-image {
      text-align: center;
    }
      .system-image .pc {
        padding: 40px 0 60px;
      }
      .system-image .pc img {
        width: 698px;
        height: auto;
      }
    .system-main .lists {
      overflow: hidden;
      list-style-type: none;
      margin: 0;
      padding: 0;
    }
    .system-main .lists li {
      box-sizing: border-box;
      float: left;
      width: 50%;
      padding: 2px;
      margin: 2px 0 0;
    }
    .system-main .lists li:nth-of-type(odd){
      padding-left: 0;
      padding-right: 2px;
      padding-bottom: 0;
    }
    .system-main .lists li:nth-of-type(even){
      padding-left: 2px;
      padding-right: 0;
      padding-bottom: 0;
    }
      .system-main .lists a {
        display: table;
        width: 100%;
        text-align: center;
        border-radius: 0;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        background-color: #31a468;
      }
      .system-main .lists a:link,
      .system-main .lists a:visited,
      .system-main .lists a:hover,
      .system-main .lists a:active {
        color: #fff;
        text-decoration: none;
      }
        .system-main .lists a .inner {
          position: relative;
          display: table-cell;
          vertical-align: middle;
          box-sizing: border-box;
          height: 64px;
          padding: 10px 0px;
        }
          .system-main .lists a .inner strong,
          .system-main .lists a .inner span.desc {
            display: block;
          }
          .system-main .lists a .inner strong {
            text-align: center;
            font-size: 15px;
            line-height: 1.1;
            font-weight: normal;
            margin-bottom: 0;
          }
          .system-main .lists a .inner strong span {
            display: block;
          }
          .system-main .lists a .inner span.desc {
            text-align: left;
            font-size: 30px;
            line-height: 1.8;
          }
          .system-main .lists a .inner span.desc {
            display: none;
          }
          .system-main .lists a .inner .ico {
            position: absolute;
            width: 8px;
            height: 13px;
            right: 20px;
            top: 32%;
          }
    .system-footer {
      padding: 0 0 20px;
    }
    .system-footer .btn:link,
    .system-footer .btn:visited,
    .system-footer .btn:hover,
    .system-footer .btn:active {
      box-sizing: border-box;
      display: block;
      padding: 11px 10px;
      margin: 36px auto 0;
      text-align: center;
      border-radius: 4px;
      box-shadow: 2px 2px 0px 0px #cc542f;
      -moz-box-shadow: 2px 2px 0px 0px #cc542f;
      -webkit-box-shadow: 2px 2px 0px 0px #cc542f;
      background-color: #f15a24;
      width: 71.8%;
      color: #fff;
      font-size: 14.5px;
    }
      .system-footer .btn .inner {
        position: relative;
      }
        .system-footer .btn .img {
          display: block;
          position: absolute;
          bottom: 7px;
          left: -65px;
          width: 67%;
        }
          .system-footer .btn .img img {
            width: 100%;
            height: auto;
          }

  /* #sp-news */
  #sp-news {
    box-sizing: border-box;
    background-color: #e3edf0;
    padding: 30px 3% 15px;
  }
    .sp-news-inner {
      width: 100%;
      margin: 0 auto;
    }
      .sp-news-inner h1 {
        font-size: 18px;
        text-align: center;
        margin: 0 0 15px;
        padding: 0;
        letter-spacing: 2px;
      }
      .sp-news-inner .list-outer {
        list-style-type: none;
        margin: 0;
        padding: 0;
        background-color: #fff;
        width: 100%;
      }
        .sp-news-inner .lists {
          width: 100%;
        }
        .sp-news-inner .lists td {
          box-sizing: border-box;
          padding: 0;
          font-size: 11px;
          line-height: 1.5;
        }
        .sp-news-inner .list {
          position: relative;
          display: table;
          border-top: 1px solid #999;
          padding: 12px 30px 12px 14px;
        }
        .sp-news-inner .list:after {
          display: table-cell;
          position: absolute;
          top: 44%;
          right: 15px;
          text-align: right;
          vertical-align: middle;
          width: 2%;
          content: '\f105';
          font-family: 'Fontawesome';
          font-size: 11px;
          color: #999;
        }
        .sp-news-inner .list:first-child {
          border-top: none;
        }
          .sp-news-inner .list .date {
            float: left;
            white-space: nowrap;
            font-size: 12px;
            margin-right: 10px;
          }
          .sp-news-inner .list .date .inner {
            display: block;
          }
          .sp-news-inner .list .cat {
            float: left;
            white-space: nowrap;
            color: #44b4b5;
            font-size: 10px;
          }
          .sp-news-inner .list .cat .inner {
            display: block;
          }
          .sp-news-inner .list .ico {
            white-space: nowrap;
            width: 1rem;
            color: #999;
          }
          .sp-news-inner .list .ico .inner {
            display: block;
            padding: 0 10px;
          }
          .sp-news-inner .list .tit {
            clear: both;
            box-sizing: border-box;
            font-size: 11px;
            line-height: 1.6;
            padding-top: 5px;
          }
          .sp-news-inner .list .tit .inner {
            display: block;
          }
        .sp-news-inner .list a:link,
        .sp-news-inner .list a:visited,
        .sp-news-inner .list a:hover,
        .sp-news-inner .list a:active {
          color: #333;
          text-decoration: none;
        }

  /* #sp-pagetop */
  #sp-pagetop {
    text-align: center;
    padding: 7px 3%;
    background-color: #e3edf0;
  }
    #sp-pagetop i {
      display: block;
      font-size: 16px;
    }
    #sp-pagetop span {
      display: block;
      font-size: 13px;
    }
    #sp-pagetop i {
      color: #869a9e;
    }

  /* #footupper */
  #footupper {
    padding: 20px 3%;
  }
  #footupper .footupper-inner {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
    .footupper-info {
      box-sizing: border-box;
      float: left;
      width: 100%;
      border-top: 1px solid #b0b0b0;
      border-left: 1px solid #b0b0b0;
      border-right: 4px solid #e0e0e0;
      border-bottom: 4px solid #e0e0e0;
      padding: 12px 0 15px;
    }
      .footupper-info h1 {
        text-align: center;
        margin: 0;
      }
        .footupper-info h1 img {
          width: 70%;
          height: auto;
        }
      .footupper-info .ico {
        width: 25px;
        height: auto;
        margin-right: 5px;
      }
      .footupper-info p {
        display: table;
        margin: 0 auto;
      }
      .footupper-info p {
        margin-top: 15px;
      }
        .footupper-info p span{
          display: table-cell;
          vertical-align: middle;
          font-size: 35.5px;
          line-height: 0;
          font-weight: 800;
          color: #31a468;
        }
      .footupper-info .worktime {
        text-align: center;
        display: block;
        margin-top: 5px;
        font-weight: 500;
        font-size: 12px;
      }
      .footupper-info .lists {
        text-align: center;
        margin: 7px -1% 0;
        padding: 0;
        overflow: hidden;
      }
        .footupper-info .lists li {
          display: inline-block;
          margin: 0 1%;
          padding: 0 0 2px;
          width: 42%;
        }
        .footupper-info .lists a {
          box-sizing: border-box;
          display: block;
          padding: 6px;
          text-align: center;
          border-radius: 4px;
          box-shadow: 2px 2px 0px 0px #006837;
          -moz-box-shadow: 2px 2px 0px 0px #006837;
          -webkit-box-shadow: 2px 2px 0px 0px #006837;
          background-color: #31a468;
          width: 100%;
        }
        .footupper-info .lists a:link,
        .footupper-info .lists a:visited,
        .footupper-info .lists a:hover,
        .footupper-info .lists a:active {
          text-decoration: none;
          color: #fff;
          font-weight: bold;
          font-size: 12px;
        }

  #sp-footer {
    padding: 25px 0 10px;
  }
    .sp-footer-header-ci {
      text-align: center;
    }
      .sp-footer-header-ci img {
        display: block;
        width: 53%;
        margin: 0 auto;
      }
    #sp-footer-nav .header {
      padding-bottom: 25px;
    }
    .sp-footer-header-sns {
      margin: 22px 0 0;
      padding: 0 3.5%;
      list-style-type: none;
    }
	ul.sp-footer-header-sns.cf {
    flex-wrap: wrap;
}


	a.threads_button {
    margin-top: -20px;
}
	
      .sp-footer-header-sns li {
        float: left;
        width: 50%;
      }
        .sp-footer-header-sns a {
          display: block;
          text-align: center;
          padding: 8px;
		  border: 1.5px solid #333;
		  margin: 2px;
          /*border-top: 2px solid #333;
          border-right: 2px solid #333;
          border-bottom: 2px solid #333;*/
          font-size: 14px;
        }
      .sp-footer-header-sns li:first-child {
        /*border-left: 2px solid #333;*/
      }
  #sp-footer-nav-main .lists {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-bottom: 1px solid #999;
  }
    #sp-footer-nav-main .lists ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
    }
  #sp-footer-nav-main .lists a {
    overflow: hidden;
    box-sizing: border-box;
    display: block;
    padding: 15px 5% 15px 3.5%;
    font-size: 13px;
  }
  #sp-footer-nav-main .lists a:after {
    font-family: 'Fontawesome';
    content: '\f105';
    float: right;
    color: #999;
  }
  #sp-footer-nav-main .lists span {
    overflow: hidden;
    box-sizing: border-box;
    display: block;
    padding: 15px 3.5% 10px 3.5%;
    font-size: 13px;
  }
  #sp-footer-nav-main .lists span:after {
    content: '＋';
    float: right;
    color: #999;
    font-size: 17px;
  }
  #sp-footer-nav-main .lists li ul {
    display: none;
    /*display: none !important;*/
  }
  #sp-footer-nav-main .lists li.active ul {
    /*display: block !important;*/
  }
  #sp-footer-nav-main .lists .active span:after {
    content: '－';
    float: right;
  }
  #sp-footer-nav-main .lists ul li {
    border-left: 10px solid #eff3f4;
  }
  #sp-footer-nav-main .lists .member a:link,
  #sp-footer-nav-main .lists .member a:visited,
  #sp-footer-nav-main .lists .member a:hover,
  #sp-footer-nav-main .lists .member a:active {
    color: #f15a24;
  }
  #sp-footer-nav-main .lists li {
    border-top: 1px solid #999;
  }
  #sp-footer-nav-sub .lists {
    margin: 0;
    padding: 10px 0 0;
    list-style-type: none;
  }
  #sp-footer-nav-sub .lists a {
    overflow: hidden;
    box-sizing: border-box;
    display: block;
    padding: 9px 5.5%;
    font-size: 13px;
  }
  #sp-footer-nav-sub .lists a:before {
    font-family: 'Fontawesome';
    content: '\f138';
    float: left;
    color: #31a468;
    margin-right: 12px;
  }

  #copyright {
    text-align: center;
    padding: 7px 0;
    font-size: 8px;
    color: #869a9e;
    font-weight: 100;
    background-color: #eff3f4;
  }
  #copyright {
    width: 100%;
  }
}


#sidebar.pc .user p {
  overflow: hidden;
  font-size: 11px;
}
  #sidebar.pc .user .header p .inner {
    float: left;
    display: block;
    width: 10px;
    margin-right: 5px;
  }
  #sidebar.pc .user .header p a:link,
  #sidebar.pc .user .header p a:visited,
  #sidebar.pc .user .header p a:hover,
  #sidebar.pc .user .header p a:active {
    color: #31a468;
    text-decoration: none;
  }
    #sidebar.pc .user .header p .inner img {
      display: block;
      width: 100%;
      height: auto;
    }
    #sidebar.pc .user #sw-mypage {
      overflow: hidden;
      box-sizing: border-box;
      margin-bottom: 10px;
      padding: 8px 12px;
      border: 1px solid #999;
      border-radius: 0;
      font-size: 11px;
      line-height: 1;
    }
    #sidebar.pc .user #sw-mypage:hover {
      cursor: pointer;
    }
    #sidebar.pc .user #sw-mypage .ico {
      position: relative;
      float: right;
      display: block;
      margin-top: 2px;
      width: 7px;
      height: 6px;
      overflow: hidden;
    }
    #sidebar.pc .user #sw-mypage .ico img {
      position: absolute;
      display: block;
      width: 100%;
      height: auto;
      top: -6px;
      left: 0;
    }
    #sidebar.pc .user #sw-mypage.active .ico img {
      top: 0;
    }
    #sidebar.pc .user .lists-user-wrapper {
      display: none;
      background-color: #f7f7f5;
      padding: 5px 10px 10px;
    }
  #sidebar.pc .user .lists-user {
    overflow: hidden;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
    #sidebar.pc .user .lists-user li {
      float: left;
      width: 100%;
      margin: 5px 0 0;
    }
    #sidebar.pc .user .lists-user li .inner {
      display: block;
      overflow: hidden;
      margin: 0;
      padding: 0;
      font-size: 11px;
    }
    #sidebar.pc .user .lists-user li .ico {
      display: block;
      float: left;
      margin-right: 4px;
    }
      #sidebar.pc .user .lists-user li .ico img {
        width: 12px;
        height: 12px;
      }
    #sidebar.pc .user .lists-user li a {
      display: block;
      float: left;
    }

#sidebar .search select{
    outline:none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#sidebar .search select option{
  background-color: #fff;
}
#sidebar .search select::-ms-expand {
  display: none;
}
#sidebar .search select:-moz-focusring {
  text-shadow: 0 0 0 #828c9a;
}
#sidebar .search .s-wrap {
    position: relative;
    box-sizing: border-box;
    width: 160px;
    height: 36px;
}
#sidebar .search .s-wrap .ico {
    z-index: 1;
    position: absolute;
    right: 13px;
    top: 14px;
    pointer-events: none;
    width: 9px;
    height: 7px;
}

/* common contents #sidebar */
#sidebar {
  float: left;
  width: 160px;
}

  #sidebar #pc-ad-side-a ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
      #sidebar #pc-ad-side-a li {
        margin-top: 10px;
      }
      #sidebar #pc-ad-side-a li:first-child {
        margin-top: 0;
      }

  #sidebar .user {
    margin-top: 10px;
  }
    #sidebar .user .header {
      padding: 2px 3px 4px;
    }
      #recommend-items .list a {
      display: block;
    }

  #sidebar .search {
    margin-top: 25px;
  }
  #sidebar .search h4 {
    font-size: 12px;
  }
  #sidebar .search h5 {
    margin: 25px 0 0 0;
    padding: 0 0 8px;
    font-size: 12px;
  }
  #sidebar .search .item {
    margin-top: 10px;
  }
  #sidebar .search .prices span {
    font-size: 10px;
    white-space: nowrap;
    padding-left: 4px;
  }
  #sidebar .search .prices td {
    padding-bottom: 10px;
  }

    #sidebar .btn-wrapper {
      overflow: hidden;
      margin-top: 5px;
      padding-right: 2px;
      padding-bottom: 2px;
      transition: .3s;
    }

    #sidebar .btn-wrapper button {
      box-sizing: border-box;
      display: block;
      padding: 5px;
      width: 100%;
      text-align: center;
      border-radius: 4px;
      border: none;
      box-shadow: 2px 2px 0px 0px #006837;
      -moz-box-shadow: 2px 2px 0px 0px #006837;
      -webkit-box-shadow: 2px 2px 0px 0px #006837;
      background-color: #31a468;
      color: #fff;
    }
    #sidebar .btn-wrapper:hover {
      opacity: .7;
      padding-top: 2px;
      padding-left: 2px;
      padding-bottom: 0;
      padding-right: 0;
    }

@media screen and (min-width: 641px){
  #checked-items {
    border-top: 5px solid #e3edf0;
    margin-top: 80px;
  }
  .pagination {
    margin: 0px 0 25px !important;
  }

  #sidebar input,
  #sidebar select {
    width: 100%;
    padding: 5px;
    border-radius: 0;
  }
  #sidebar input {
    font-size: 10px;
  }
  #sidebar select {
    font-size: 11px;
  }
  #sidebar a:link,
  #sidebar a:visited,
  #sidebar a:hover,
  #sidebar a:active {
    color: #31a468;
  }
}

  #checked-items .pc,
  #checked-items .sp {
    position: relative;
  }
  #checked-items .sp {
    padding-bottom: 1px;
  }

#checked-items .list {
/*  width: 16%;
  margin: 20px 2% 0;*/
}
  #checked-items .list .img img {
    width: 100%;
    height: auto;
  }

@media screen and (min-width:641px){
  #checked-items .list {
    width: 130px !important;
    margin: 20px 18px 0 !important;
    padding: 0 !important;
  }
  #checked-items .pc .slick-dots {
    bottom: -35px;
  }

  #checked-items .slick-prev,
  #checked-items .slick-next {
    top: 100px;
    width: 8px;
    height: 16px;
  }
  #checked-items .slick-prev img,
  #checked-items .slick-next img {
    width: 100%;
    height: auto;
  }
  #checked-items .slick-prev {
    left: 0;
  }
  #checked-items .slick-next {
    right: 0;
  }
    #checked-items .list a:hover .desc {
      color: #333;
      text-decoration: underline;
    }
}

    #checked-items .list a:link,
    #checked-items .list a:visited,
    #checked-items .list a:hover,
    #checked-items .list a:active {
      color: #333;
      text-decoration: none;
    }

@media screen and (max-width: 640px){
  #checked-items {
    margin-top: 20px;
    padding: 0 3%;
    border-top: 1px solid #999;
  }
  #recommend-items {
    margin: 25px 0 0 !important;
    border-top: 1px solid #999;
  }
    #checked-items .list {
      font-size: 9px;
      padding: 0 5px !important;
    }
}

  .pc-footupper-cal.pc .slick-prev {
    left: -25px;
  }
  .pc-footupper-cal.pc .slick-prev:before {
    font-family: 'Fontawesome';
    content: '\f137';
    color: #999;
  }
  .pc-footupper-cal.pc .slick-next {
    right: -25px;
  }
  .pc-footupper-cal.pc .slick-next:before {
    font-family: 'Fontawesome';
    content: '\f138';
    color: #999;
  }

.sp-nav-contents .lists-2nd {
  display: none;
}

#pc-nav-main > ul{
  position: relative;
}
.pc-nav-sub{
  display: none;
  width: 100%;
  padding: 10px;
  z-index: 1001;
  position: absolute;
  top: 32px;
  left:0;
  background: rgba(255,255,255,.6);
}

  .pc-nav-sub > .inner{
    padding: 15px 0 5px;
  }
  .pc-nav-sub > .inner > ul {
    border-left: 1px dotted #aaa;
  }
  .pc-nav-sub > .inner > ul > li {
    box-sizing: border-box;
    float: left;
    padding: 3px 5px;
    width: 20%;
    text-align: left;
    background-color: #fff;
    border-right: 1px dotted #aaa;
    border-bottom: 1px dotted #aaa;
  }
  .pc-nav-sub > .inner > ul > li:nth-of-type(1),
  .pc-nav-sub > .inner > ul > li:nth-of-type(2),
  .pc-nav-sub > .inner > ul > li:nth-of-type(3),
  .pc-nav-sub > .inner > ul > li:nth-of-type(4),
  .pc-nav-sub > .inner > ul > li:nth-of-type(5) {
    border-top: 1px dotted #aaa;
  }
    .pc-nav-sub > .inner > ul > li:before {
      content: '';
      margin-right: 0;
    }

      #pc-nav-main > ul > li:nth-of-type(3) .ls01 span:after {
        content: '';
        margin-left: 0;
      }
      #pc-nav-main > ul > li:nth-of-type(3) .img {
        width: 50px;
        padding-right: 10px;
      }
        #pc-nav-main > ul > li:nth-of-type(3) .img img {
          width: 100%;
          height: auto;
        }

      #pc-nav-main > ul > li:nth-of-type(4) li,
      #pc-nav-main > ul > li:nth-of-type(5) li {
        border-left: 10px solid #eff3f4;
      }
        #pc-nav-main > ul > li:nth-of-type(4) li a,
        #pc-nav-main > ul > li:nth-of-type(5) li a {
          padding-top: 8px;
          padding-bottom: 8px;
        }

  .pc-nav-sub > .inner > ul > li a {
    text-align: left;
    display: table;
    width: 100%;
  }
    .pc-nav-sub > .inner > ul > li a .img,
    .pc-nav-sub > .inner > ul > li a .tit {
      display: table-cell;
      vertical-align: middle;
      text-align: left;
    }
  .pc-nav-sub > .inner > ul > li a:link,
  .pc-nav-sub > .inner > ul > li a:visited {
    color: #000;
    text-decoration: none;
    font-size: 12px;
  }
  .pc-nav-sub > .inner > ul > li a:hover {
    color: #000;
    text-decoration: underline;
    font-size: 12px;
  }
  .pc-nav-sub > .inner > ul > li a:active {
    color: #000;
    text-decoration: none;
    font-size: 12px;
  }

@media screen and (max-width: 667px){
  .pc-nav-sub > .inner > ul > li > a:hover,
  .pc-nav-sub > .inner > ul > li > a:active {
    text-decoration: none;
  }
}

button.slick-arrow {
    display: none !important;
}

#checked-items button.slick-arrow {
    display: block !important;
}
.pc-footupper-cal button.slick-arrow {
    display: block !important;
}
#pc-pagetop{
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1001;
    position: fixed;
    bottom: 200px;
    right:30px;
    width: 58px;
    height: 58px;
    cursor: pointer;
    opacity: .85;
    transition: all .3s ease-in-out;
}
#pc-pagetop img{
    width: 100%;
    height: auto;
}


@media screen and (max-width: 667px) {
  #pc-pagetop{
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 1001;
      position: fixed;
      bottom: 40px;
      right: 10px;
      width: 32px;
      height: 32px;
      cursor: pointer;
      transition: all .3s ease-in-out;
  }
  #pc-pagetop img{
      width: 100%;
      height: auto;
  }
}


/* --- ★add Style★ --- */
body{
  font-family: 'Roboto', 'Noto Sans JP', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

@media screen and (max-width:640px){

  body{
    min-width: 320px;
  }

  .sp-nav-header {
    border-top: 1.5px solid #eff3f4;
  }

  .sp-nav-header {
    border-top: 1.5px solid #eff3f4;
  }

  #top {
    padding: 8px 0 11px 0;
    font-size: 9px;
    line-height: 9px;
    letter-spacing: 0.05em;
  }

  #sp-ci {
    float: left;
    width: 45.5%;
    margin: 5px 0 0 0;
    padding: 0;
  }

  .sp-gnav img {
    max-width: 100px;
    margin: 0 auto;
    height: auto;
  }

  .sp-nav-header ul {
    width: 26%;
  }

  #sp-nav-cat {
    padding: 0;
  }

  #sp-nav-search .footer input[type="text"] {
    font-size: 12px;
  }

  .pickup-inner .lists li img {
    border: 3px solid #e0e0e0;
  }

  .pickup-inner .lists li span {
    font-weight: 500;
  }


}


#content-main-box .list .cats {
  overflow: hidden;
  margin-top: 5px !important;
}
#content-main-box .list .cat {
  white-space: nowrap;
  display: block;
  float: left;
  margin: 5px 5px 0 0 !important;
}

/* #main .header */
    #main .header.cImg {
      overflow: hidden;
      border-bottom: 1px solid #999;
      margin: 30px 0 20px;
      padding-bottom: 22px;
    }
      #main .header.cImg .sort,
      #main .header.cImg .display {
        float: right;
      }
      #main .header.cImg .display {
        margin-left: 20px;
      }
        /*#main .header.cImg table {
          height: 30px;
        }*/
        #main .header.cImg th,
        #main .header.cImg td {
          vertical-align: middle;
          overflow: hidden;
          font-size: 12px;
        }
        #main .header.cImg th {
          padding-right: 6px;
        }
        #main .header.cImg .display .obj {
          background-color: #c1c9cf;
          color: #fff;
          padding: 2px 6px;
        }

@media screen and (min-width:641px){
      #main .header .display .obj:hover {
        cursor: pointer;
      }
      #main .header .display .obj.active:hover {
        cursor: default;
      }
        #main .header.cImg .display td span {
          float: left;
        }
        #main .header.cImg .display td span:nth-of-type(2) {
          padding: 0 8px;
        }
}

        #main .header.cImg .display .obj:nth-of-type(1) {
          padding: 2px 12px;
        }
        #main .header.cImg .display .obj.active {
          background-color: #31a468;
          color: #fff;
        }

@media screen and (max-width: 640px){
      #main .header.cImg .sort {
        float: left;
      }
        #main .header.cImg .sort select {
          padding: 6px;
          width: 112px;
        }
      #main .header.cImg .display {
        float: right;
      }
      #main .header.cImg .display {
        margin-left: 0;
      }
        #main .header.cImg table {
          /*height: 30px;*/
        }
        #main .header.cImg th,
        #main .header.cImg td {
          vertical-align: middle;
        }
        #main .header.cImg th {
          padding-right: 6px;
        }
        #main .header.cImg .display th {
          padding-right: 0;
          font-size: 10px;
        }
        #main .header.cImg .display .obj {
          display: inline-block;
          text-align: center;
          background-color: #c1c9cf;
          color: #fff;
          padding: 6px 1px;
          margin-left: 5px;
        }
        #main .header.cImg .display .obj.active {
          background-color: #31a468;
          color: #fff;
        }
        #main .header.cImg .display .obj:nth-of-type(1) {
          padding: 6px 6px 6px 4px;
        }
}

        #content-main-box .list .img .photo {
          display: block;
        }
        #content-main-box .list .img .banner {
          display: none;
        }
        #content-main-box .lists.active .img .photo {
          display: none;
        }
        #content-main-box .lists.active .img .banner {
          display: block;
        }