@charset "Shift_JIS";


.p-used-sale-obi {
  height: 45px;
  background-color: #ED293E;
  background-size: 610px auto;
  background-repeat: repeat-x;
  -webkit-animation: marquee-scroll 15s linear infinite;
  animation: marquee-scroll 15s linear infinite;
}

@-webkit-keyframes marquee-scroll {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -610px 0;
  }
}

@keyframes marquee-scroll {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -610px 0;
  }
}

.p-used-sale-catalog {
  margin-top: 60px;
}
.p-used-sale-banner__karte + .p-used-sale-catalog {
  margin-top: 0;
}
.p-used-sale-catalog + .p-used-sale-obi {
    margin-top: 60px;
}
.p-used-sale-catalog .c-section-header {
  margin-top: 0;
}
