
#stnmm {
  width: 100%;
  height: auto;
  display: block;
}

#stnbody {
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: block;
  margin: 0 auto;
  padding: 0 10px;
}





/* Car search and sort unit */


span.stnmenubn {
  width:250px;
  height:40px;
  display: block;
  text-align: right;
  padding:0px 8px;
  margin: 0 auto;
  font-size:14px;
  font-weight:400;
  line-height: 40px;
  color:#fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #1a1a1a;
  background-image: url(icons/ic-search_w.svg);
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: auto 32px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}


span.stnmenubn.open {
  width: 100%;
  height: 60px;
  text-align: center;
  padding: 0 0 0 40px;
  font-size: 36px;
  line-height: 60px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-position: calc( 50% - 3em ) center;
  background-size: auto 48px;
}


span.stnmenubn:hover {
  background-color: #ccc287;
}


ul.stnsc {
  list-style-type: none;
  padding: 0;
}


.scbody {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width:100%;
  height:auto;
  padding: 25px 10px 0 10px;
  margin: 0 auto;
  background-color: rgba(245,245,245,0.80);
}

@media screen and (min-width: 481px) {
  .scbody {
    padding: 25px 20px 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .scbody {
    padding: 25px 25px;
  }
}

@media screen and (min-width: 1025px) {
  .scbody {
    padding: 30px 35px;
  }
}


.scbody h3 {
  font-size:12px;
  font-weight: 400;
  line-height: 1.25em;
  letter-spacing: 0px;
  color:#1a1a1a;
  margin-bottom: 5px;
  margin-right:2px;
}


.scbody .scstn00 {
  width: 100%;
  height: auto;
  display: block;
}


.scbody .scstn01 {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (min-width: 768px) {
  .scbody .scstn01 {
    width: calc( 100% - 325px );
  }
}

@media screen and (min-width: 1025px) {
  .scbody .scstn01 {
    width: calc( 100% - 360px );
  }
}


.scbody .scstn02 {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (min-width: 768px) {
  .scbody .scstn02 {
    width: 300px;
    position: relative;
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 1025px) {
  .scbody .scstn02 {
    width: 320px;
  }
}


button.sb_stn-lexus, 
a.sb_stn-lexus {
  background-image: url(icons/ic-lexus.png);
}

button.sb_stn-toyota, 
a.sb_stn-toyota {
  background-image: url(icons/ic-toyota.png);
}

button.sb_stn-nissan, 
a.sb_stn-nissan {
  background-image: url(icons/ic-nissan.png);
}

button.sb_stn-honda, 
a.sb_stn-honda {
  background-image: url(icons/ic-honda.png);
}

button.sb_stn-mazda, 
a.sb_stn-mazda {
  background-image: url(icons/ic-mazda.png);
}

button.sb_stn-subaru, 
a.sb_stn-subaru {
  background-image: url(icons/ic-subaru.png);
}

button.sb_stn-mitsubishi, 
a.sb_stn-mitsubishi {
  background-image: url(icons/ic-mitsubishi.png);
}

button.sb_stn-suzuki, 
a.sb_stn-suzuki {
  background-image: url(icons/ic-suzuki.png);
}

button.sb_stn-daihatsu, 
a.sb_stn-daihatsu {
  background-image: url(icons/ic-daihatsu.png);
}

button.sb_stn-isuzu, 
a.sb_stn-isuzu {
  background-image: url(icons/ic-isuzu.png);
}

button.sb_stn-hino, 
a.sb_stn-hino {
  background-image: url(icons/ic-hino.png);
}

button.sb_stn-sedan, 
a.sb_stn-sedan {
  background-image: url(icons/ic-sedan.svg);
}

button.sb_stn-coupe, 
a.sb_stn-coupe {
  background-image: url(icons/ic-coupe.svg);
}

button.sb_stn-open, 
a.sb_stn-open {
  background-image: url(icons/ic-open.svg);
}

button.sb_stn-minivan, 
a.sb_stn-minivan {
  background-image: url(icons/ic-minivan.svg);
}

button.sb_stn-k, 
a.sb_stn-k {
  background-image: url(icons/ic-k.svg);
}

button.sb_stn-compact, 
a.sb_stn-compact {
  background-image: url(icons/ic-compact.svg);
}

button.sb_stn-wagon, 
a.sb_stn-wagon {
  background-image: url(icons/ic-wagon.svg);
}

button.sb_stn-suv, 
a.sb_stn-suv {
  background-image: url(icons/ic-suv.svg);
}

button.sb_stn-welfare, 
a.sb_stn-welfare {
  background-image: url(icons/ic-welfare.svg);
}

button.sb_stn-business, 
a.sb_stn-business {
  background-image: url(icons/ic-business.svg);
}

button.sb_stn-truck, 
a.sb_stn-truck {
  background-image: url(icons/ic-truck.svg);
}


.scbody #sm-shop, 
.scbody #sm-makes, 
.scbody #sm-type {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}


.sc_substn00 {
  margin-bottom: 25px;
}


.sc_substn01 {
  margin-bottom: 25px;
}


.sc_substn02 {
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .sc_substn02 {
    margin-bottom: 0;
  }
}


.scbody #sm-shop a {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  width: calc( 33.33% - 4px );
  height: 50px;
  padding: 0;
  margin: 2px;
  font-size:10px;
  letter-spacing: 0px;
  font-weight: 400;
  line-height: 15px;
  text-align: center;
  color:#666;
  text-decoration: none;
  background-color: #fff;
  border: none;
  box-shadow:0px 1px 2px rgba(0,0,0,0.10);
  background-position: center -5px;
  background-repeat: no-repeat;
  background-size: auto 45px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (min-width: 481px) {
  .scbody #sm-shop a {
    width: calc( 25% - 4px );
  }
}

@media screen and (min-width: 1025px) {
  .scbody #sm-shop a {
    width: calc( 25% - 4px );
  }
}


.scbody #sm-shop a.active, 
.scbody #sm-shop a:hover {
  color:#1a1a1a;
  background-color: #e7e7e7;
}


.scbody button {
  display: block;
  width: calc( 33.33% - 4px );
  height: 50px;
  padding:32px 0 3px;
  margin: 2px;
  font-size:10px;
  letter-spacing: 0px;
  font-weight: 400;
  line-height: 15px;
  text-align: center;
  color:#666;
  text-decoration: none;
  background-color: #fff;
  border: none;
  box-shadow:0px 1px 2px rgba(0,0,0,0.10);
  background-position: center -5px;
  background-repeat: no-repeat;
  background-size: auto 45px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (min-width: 481px) {
  .scbody button {
    width: calc( 25% - 4px );
  }
}

@media screen and (min-width: 768px) {
  .scbody button {
    width: calc( 33.33% - 4px );
  }
}

@media screen and (min-width: 1025px) {
  .scbody button {
    width: calc( 25% - 4px );
  }
}


.scbody button.active, 
.scbody button:hover {
  color:#1a1a1a;
  background-color: #e7e7e7;
}


.scbody button.sb_stn-all {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  height: 50px;
  padding:0;
}


.scbody button.sb_stn-import {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  height: 50px;
  padding:0;
}


#pricesearch {
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  #pricesearch {
    margin-bottom: 15px;
  }
}


#epochsearch {
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  #epochsearch {
    margin-bottom: 15px;
  }
}


#kmsearch {
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  #kmsearch {
    margin-bottom: 15px;
  }
}


.select-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}


#stnmm select {
  border: 1px solid #e5e5e5;
  padding: 10px;
  color: #555;
  font-size: 12px;
  line-height: 1.5em;
  background: #fff;
}


.scbody .scstn02 select.scsele01 {
  width: calc( 50% - 10px );
  height: auto;
  display: inline-block;
  font-size: 12px;
  line-height: 1.4em;
}

@media screen and (min-width: 481px) {
  .scbody .scstn02 select.scsele01 {
    width: calc( 50% - 20px );
  }
}

@media screen and (min-width: 768px) {
  .scbody .scstn02 select.scsele01 {
    width:140px;
  }
}

@media screen and (min-width: 1025px) {
  .scbody .scstn02 select.scsele01 {
    width:150px;
  }
}


select.sort-stock {
  width: 250px;
}

@media screen and (min-width: 768px) {
  select.sort-stock {
    width: auto;
  }
}


.scbody .scstn02 p.between {
  width: 20px;
  height: auto;
  display: inline-block;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
  padding: 0;
  margin: 0px;
}

@media screen and (min-width: 768px) {
  .scbody .scstn02 p.between {
    width: 14px;
  }
}

@media screen and (min-width: 1025px) {
  .scbody .scstn02 p.between {
    width: 12px;
    font-size: 12px;
  }
}


.scbody .scstn02 #search-btn {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 250px;
  margin: 30px auto;
}

@media screen and (min-width: 768px) {
  .scbody .scstn02 #search-btn {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
  }
}


.scbody .scstn02 #search-btn button.reset, 
.scbody .scstn02 #search-btn input[type="button"].reset {
  width: 100%;
  max-width: 100%;
  height: 40px;
  display: block;
  text-align: right;
  padding: 0px 8px;
  margin: 2px auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
  color: #fff;
  background-color: #c4c4c4;
  border: none;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.10);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-image: url(icons/ic-cross_w.svg);
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: auto 48px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}


.scbody .scstn02 #search-btn button.reset:hover, 
.scbody .scstn02 #search-btn input[type="button"].reset:hover {
  background-color: #d5d5d5;
}


.scbody .scstn02 #search-btn a.search, 
.scbody .scstn02 #search-btn button.search, 
.scbody .scstn02 #search-btn input[type="button"].search {
  width: 100%;
  max-width: 100%;
  height: 60px;
  display: block;
  text-align: right;
  padding: 0px 8px;
  margin: 2px auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 60px;
  text-decoration: none;
  color: #fff;
  background-color: #cf0141;
  border: none;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.10);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-image: url(icons/ic-car_w.svg);
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: auto 48px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}


.scbody .scstn02 #search-btn a.search:hover, 
.scbody .scstn02 #search-btn button.search:hover, 
.scbody .scstn02 #search-btn input[type="button"].search:hover {
  background-color: #ccc287;
}


.scbody .scstn02 #scstnsm {
  width:160px;
  height: 40px!important;
  display: block;
  text-align: right;
  padding:0 10px 0 0;
  font-size:14px!important;
  color:#fff;
  line-height: 40px!important;
  letter-spacing: 0px;
  background-color: #1a1a1a;
  background-image: url(icons/ic-search_w.svg);
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: auto 60%;
  -webkit-border-radius: 8px; 
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin:0 auto;
  cursor: pointer;
}


p.scs2com {
  font-size:12px;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 1.5em!important;
  margin-bottom: 10px!important;
  color:#555;
}


.sort-unit {
  width: 100%;
  padding: 0 10px;
  margin: 30px auto 0 auto;
  text-align: center;
}

@media (min-width: 768px) {
  .sort-unit {
    text-align: right;
  }
}





/* loading and paging */


.loading {
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  position: fixed;
  top: 40%;
  left: calc( 50% - 25px );
  z-index: 30001;
}


.loading {
  -webkit-animation: fa-spin 1s infinite linear;
  animation: fa-spin 1s infinite linear;
}


.loading::before {
  font-family: "FontAwesome";
  content: "\f110";
  font-size: 3rem;
  line-height: 100% !important;
  color: rgba(207, 1, 65, 0.5)
}


.loading img {
  display: none;
}


#page {
  margin: 30px 0 30px 0;
}


#page2 {
  margin: 30px 0 30px 0;
}


.paging {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  align-content: center;
  margin: 20px 0;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  letter-spacing: 0.5px;
}

@media (min-width: 481px) {
  .paging {
    font-size: 12px;
    line-height: 12px;
  }
}

@media (min-width: 768px) {
  .paging {
    font-size: 16px;
    line-height: 16px;
  }
}


.paging-front {
  display: none;
}


.paging .numlink {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  align-content: center;
  width: 100%;
}

@media (min-width: 481px) {
  .paging .numlink {
    width: auto;
  }
}


.paging .nexlink {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  align-content: center;
  width: 100%;
}

@media (min-width: 481px) {
  .paging .nexlink {
    width: auto;
  }
}


.paging .count {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  align-content: center;
  padding: 5px;
  width: 100%;
}

@media (min-width: 481px) {
  .paging .count {
    width: auto;
  }
}

@media (min-width: 768px) {
  .paging .count {
    padding: 10px;
  }
}


.paging a {
  display: inline-block;
  margin: 5px;
}

@media (min-width: 768px) {
  .paging a {
    margin: 10px;
  }
}


.paging a.pagelink {
  font-weight: normal;
  color: #1a1a1a;
  cursor: pointer;
}


.paging a.pagelink:hover {
  text-decoration: underline;
}


.paging a.currentpage {
  font-weight: bold;
  color: #cf0141;
  cursor: default;
}


.paging a.currentpage:hover {
  text-decoration: none;
}


.paging a.num {
}


.paging a.continue {
  text-decoration: none;
  cursor: default;
}

.paging a.continue:hover {
  text-decoration: none;
  cursor: default;
}


.paging a.prev {
}


.paging a.next {
}



