@charset "Shift_JIS";


/* sec_sales
--------------------------------- */

.bknlist {
  margin-top: 20px;
  border-radius: 5px;
}
.bknlist_inner {

  overflow-y: visible;
}
.bknlist_ttl {
  border-bottom: 1px dashed #ccc;
  color: #50aee5;
  font-size: 18px;
  font-weight: 600;
  margin-left: 15px;
  line-height: 50px;
  margin-bottom: 10px;
}
.bkn {
  width: 232px;

  float: left;
  padding: 0 14px;
  margin-bottom: 20px;
}
.bkn p {
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.bkn .blueline {
  height : 32px;
  padding: 5px 10px;
  background: #50aee5;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.bkn .price {
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
}
.bkn .price .num {
  font-size: 40px;
  letter-spacing: -0.04em;
  font-family: arial;
  color: #4b80cc;
  line-height: 1;
  margin-right: 2px;
}
.bkn .type {
  padding: 7px 0;
  line-height: 1;
}
.bkn .ldk {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
}
.bkn .bkntype {
  font-size: 12px;
  line-height: 1.2;
  margin-left: 5px;
}
.bkn .img {
  padding: 0;
  border: 2px solid #fff;
  box-shadow: 1px 2px 4px #ccc;
}
.bkn .img img {
  max-width: 200px;
  max-height: 150px;
}
.bkn .line {
  padding: 5px 0;
  margin: 10px 0;
  font-size : 16px;
  -webkit-line-clamp: 2;
}

.bkn .address {
  padding: 5px 0;
  margin: 10px 0;
  font-size : 14px;
  -webkit-line-clamp: 2;
}

.bkn .good {
  background: url(img/icon_good.jpg) no-repeat left center;
  font-size: 12px;
  padding: 0 0 0 25px;
  margin: 10px 0;
  -webkit-line-clamp: 2;
  height: 32px;
}

@media only screen and (max-width: 767px) {

  .bknlist {
    border: none;
    border-radius: 0;
  }
  .bknlist_inner {
    height: auto;
    overflow: inherit;
  }
  .bknlist_ttl {
    margin-left: 0;
  }
  .bkn {
    display: none;
    width: 47.5%;
    height: auto;
    padding: 0;
    margin-bottom: 10px;
  }
  .bkn:nth-child(1),
  .bkn:nth-child(2),
  .bkn:nth-child(3),
  .bkn:nth-child(4),
  .bkn:nth-child(5),
  .bkn:nth-child(6),
  .bkn:nth-child(7) {
    display: block;
  }
  .bkn:nth-child(even) {
    margin-left: 3%;
  }
  .bkn .img img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
  }
  .bkn .price .num {
    font-size: 30px;
  }
  .bknlist .btn {
    margin-top: 20px;
  }

}
