
/* Stock Navi */

.stock-navi {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0 1%;
  margin: 0 auto 10px;
}

.navi-wrap {

  height: 40px;
  padding: 0;
  margin-right: 10px;
  margin-bottom: 10px;
}


@media screen and (min-width:769px) {
  .navi-wrap {

    height: 40px;
  }
}

.stock-navi select {
  font-size: 14px;
  line-height: 1.4em;
  padding: 10px;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  height: 40px;
}

.stock-navi a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 14px;
  line-height: 1.4em;
  padding: 10px;
  color: var(--color-black);
  background: var(--color-white);
  border: 1px solid #d5d5d5;
  text-decoration: none;
}
@media screen and (min-width:769px) {
  .stock-navi a {
    height: 50px;
  }
}

.stock-navi a:hover {
  color: var(--color-white);
  background: var(--color-1st);
}

.stock-navi a.selected {
  color: var(--color-white);
  background: var(--color-1st);
  pointer-events: none;
  cursor: default;
}


#numlink{
  display: inline;
  margin-right:10px;

}

#numlink a{
  margin-right:5px;
  cursor: pointer;

}


#nexlink{
  display: inline;
   margin-right:10px;
}




#nexlink a{
  margin-right:5px;
 cursor: pointer;
}




#count{
  display: inline;
   margin-right:10px;
}

#count a{
  margin-right:5px;
   cursor: pointer;
}






  #page{;
    float: none;
    font-size: 18px;

    margin-bottom: 10px;
  }

  .carsearch-unit{
    margin-right: 10px;

  }


    .reco0m1{
    height: 100%;

  }


    .img-wrap {
    padding-top: 76.66%;
    position: relative;
  }
  .img-inner {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
  }
  



/*
  .custom-select {
  position: relative;
  width: 200px;
  font-size: 14px;
}

.select-selected {
  padding: 10px;
  border: 1px solid #000;
  cursor: pointer;
  background: #000;
  color: #fff;
  position: relative;
}

.select-selected::after {
  content: "▼";
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 10px;
  transform: translateY(-50%);
}

.select-items {
  display: none;
  position: absolute;
  width: 100%;
  border: 1px solid #ccc;
  border-top: none;
  background: #fff;
  max-height: 250px;
  overflow-y: auto;
  z-index: 999;
    background: #000;
  color: #fff;
}

.select-items li {
  padding: 10px;
  cursor: pointer;
}

.select-items li:hover {
  background: #333;
  color: #fff;
}

.custom-select.active .select-items {
  display: block;
}


.mmcc-stock{
  padding-bottom: 350px;

}

*/