@charset "utf-8";

.item-list {
    padding: 10px;
}

.item-head {
    border-bottom: 1px solid #d3d3d3;
    padding: 0;
    margin: 0 0 15px 0;
}

.item-head span {
  margin-left: 3rem;
}

.item-list .fa {
   position: absolute;
   font-size: 100% !important;
}

.item-wrap {
  display: inline-block;
}

.item-wrap div {
  display: inline-block;
}

.item-name {
    font-size: 12px;
    width: 240px;
}

.item-price {
    width: 60px;
    text-align: right;
}

.item_name {
  color: #2491CC;
  padding: 4px 4px 6px 4px;
  font-size: 120%;
  margin: 0 0 15px;
  border-bottom: 1px solid #2491CC;
}

.item_detail:not(:first-child) {
  margin-top: 25px !important;
}

.item_detail .sale_price {
  font-size: 3rem;
  font-weight: bold;
  padding: 0;
  margin: 0;
}

.item_comment-area {
  padding: .5rem 2rem;
}

.table > tbody > tr > td {
  text-align: center;
  width: 185px;
  background: #fff;
}

.table > tbody > tr > th {
  background-color: #f0f0f0;
  font-size: 1.3rem;
  font-weight: 500;
  color: #000000;
  width: 100px;
}

.table > tbody > tr > td, .table > tbody > tr > th {
  padding: 10px;
}

.product_tag_list {
  display: inline-block;
  color: #ffffff;
  border: solid 1px #D7DADD;
  min-width: 70px;
  padding: 10px;
  text-align: center;
  font-size: 100%;
  border-radius: 0;
  background-color: #20A5B9;
}

.btn_area {
  margin-top: 2rem;
}

.item-list-head {
    width: 1018px;
    position: relative;
    top: 0;
    z-index: 5;
}

.fixed-top {
    display: block;
    z-index: 999;
    box-sizing: border-box;
}

.item-list-header {
    overflow: auto;
    background-color: #f5f4f0;
    border-top: 3px solid #d6d4d0;
    padding: 7px 0;
}

.item-list-header li {
    float: left;
    height: 30px;
    text-align: center;
    line-height: 30px;
    box-sizing: border-box;
}

.item-list-header li:not(:last-child) {
    border-right: solid 1px #fff;
}

.item-list-header .list-img {
  width: 200px;
}

.item-list-header .list-bodyprice {
  width: 100px;
}
.item-list-header .list-totalprice {
  width: 100px;
}
.item-list-header .list-year {
  width: 100px;
}
.item-list-header .list-mileage {
  width: 100px;
}
.item-list-header .list-cc {
  width: 100px;
}
.item-list-header .list-transmission {
  width: 100px;
}
.item-list-header .list-drive-system {
  width: 100px;
}
.item-list-header .list-automobile {
  width: 100px;
}
.item-list-header .list-repair-history {
  width: 100px;
}

.fixed {
    position: fixed;
    z-index: 2;
}

.item_detail {
  margin: 0;
}

.item_detail_wrap {
  border-top: 2px solid #d6d4d0;
  padding-top: 1rem;
}

.pc-img {
  width: 340px;
  padding: 0 5px;
  float: left;
}

.detail-info {
  overflow: auto;
  text-align: center;
  padding: 2.1rem 0;
}

.detail-info div {
  float: left;
  line-height: 2.5rem;
}

.detail-info div:not(:last-child) {
  border-right: 1px solid #d8d8d8;
}

.car-name {
    font-size: 2.3rem;
    font-weight: bold;
    color: #555555;
}

.price {
    font-size: 2.5rem;
    font-weight: 700;
}

.pc-bodyprice {
  width: 100px;
}
.pc-totalprice {
  width: 100px;
}
.pc-year {
  width: 100px;
}
.pc-mileage {
  width: 100px;
}
.pc-cc {
  width: 100px;
}
.pc-transmission {
  width: 100px;
}
.pc-drive-system {
  width: 100px;
}
.pc-automobile {
  width: 100px;
}
.pc-repair-history {
  width: 100px;
}

.detail-info-wrap {
  float: left;
}

@media only screen and (max-width: 767px) {
  .item-wrap {
    display: inline-block;
    margin-right: 0;
  }

  .detail-tel {
    margin-top: 15px;
  }

  .detail-info div {
    border-right: none !important;
  }

  .car-name {
    padding: .5rem 0 0 .5rem;
  }

  .pc-img {
    width: 100%;
  }

  .detail-info div {
    text-align: left;
  }

  .detail-info {
    padding: 1rem 2rem;
  }

  .detail-info span.sp {
    font-size: 11px;
    font-weight: bold;
    background: #efefef;
    padding: 5px 5px 5px 0px;
    line-height: 1px;
    margin-bottom: 5px;
    display: block !important;
  }

  .pc-bodyprice {
    width: 150px;
  }
  .pc-totalprice {
    width: 150px;
  }
  .pc-year {
    width: 150px;
    clear: both;
  }

  .pc-mileage {
    width: 150px;
  }
  .pc-cc {
    width: 150px;
  }
  .pc-transmission {
    width: 150px;
  }
  .pc-drive-system {
    width: 150px;
  }
  .pc-automobile {
    width: 150px;
  }
  .pc-repair-history {
    width: 150px;
  }
}

@media only screen and (min-width: 768px) {

  .item_name {
    padding: 6px 6px 5px 10px;
  }

  .item-name {
      font-size: 16px;
      width: 310px;
  }


  .item-wrap {
    min-width: 450px;
  }

  .item_detail_wrap .item_photo_area{
    padding-top: 0;
    padding-bottom: 0;
  }

  .item_photo_area .slick-dots {
    margin: 0 -5px;
    position: relative;
    bottom: 0;
  }

  .item_photo_area .slick-dots li {
    width: 20%;
    height: auto;
    padding: .5rem;
    margin: 0;
    float: left;
  }

  .pc-img {
    width: 200px;
    padding: 0 5px;
  }
}