@charset "utf-8";

#headline span {
  display: block;
  position: relative;
  left: -30px;
  width: 140px;
  color: #545454;
}

#sale00 {
  border-top: solid 1px #eee;
  padding: 0 0 50px;
}

.share {
  background: #F6F6F6;
  padding: 10px 0 30px;
  margin: 50px auto 0;
}

.sublines {
  background: #EEE;
  font-weight: normal;
  padding: 15px 20px;
}

.btn {
  width: 360px;
  margin: 40px 0 30px;
  overflow: hidden;
}
.btn a {
  width: 360px;
  position: relative;
  display: block;
  background: #D7152A url(/assets/img/contact/ico_domestic.png) right 30px center no-repeat;
  background-size: 16px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 20px 10px 20px 10px;
  border: none;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  cursor: pointer;
}
.btn a:hover {
  opacity: 0.75;
}



/* ==================================================
Sale
================================================== */

.sale__list {
  margin: 0 0 30px;
  line-height: 1.4em;
  font-size: 14px;
}
.sale__list:after {
  content: "";
  clear: both;
  display: block;
}

.sale__list p {
  color: #545454;
  font-size: 16px;
  line-height: 1.8;

}
.sale__list p:not(:last-child) {
  margin: 0 0 30px;
}

.sale__list .fleft {
  float: left;
  margin: 0 30px 30px 0;
}
.sale__list .fleft img {
  width: 100%;
  max-width: 600px;
}

