/* Style for PCs */
@media screen and (min-width: 1025px) {
  /*-----------------------------------------------------------------*/
  /* Stock */
  /*-----------------------------------------------------------------*/
  .mmcc-stock {
    padding: 80px 1%;
    padding-top: 30px;
  }
  #stnlist {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  #stnlist li {
    width: 18%;
    height: auto;
    display: block;
    float: left;
    margin: 1%;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0px 0px 15px #ccc;
    border-bottom: 5px solid #333;
  }
  #stnlist li a {
    width: auto;
    height: auto;
    display: block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    overflow: hidden;
    text-decoration: none;
  }
  #stnlist li a img.stnimg {
    width: 100%;
    height: auto;
    display: block;
  }
  #stnlist li a .stnbox {
    width: auto;
    height: auto;
    display: block;
    padding: 6%;
  }
  #stnlist li a .stnbox h2 {
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    color: #222;
    padding: 0;
    border-bottom: 1px solid #222;
    margin-bottom: 5px;
  }
  #stnlist li a .stnbox h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 5px;
    color: #333;
  }
  #stnlist li a .stnbox h3.partsname {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 5px;
    color: #333;
  }
  #stnlist li a .stnbox h4 {
    font-size: 0.9em;
    font-weight: normal;
    line-height: 1.4em;
    margin-bottom: 3px;
    color: #666;
    min-height: 45px;
  }
  #stnlist li a .stnbox dl {
    margin-bottom: 10px;
  }
  #stnlist li a .stnbox dl dt {
    font-size: 0.8em;
    line-height: 20px;
    font-weight: normal;
    color: #666;
    width: 40%;
    height: 20px;
    display: block;
    float: left;
  }
  #stnlist li a .stnbox dl dd {
    font-size: 0.8em;
    line-height: 20px;
    font-weight: normal;
    color: #333;
    width: 100%;
    height: 20px;
    display: block;
    border-bottom: 1px dotted #666;
    padding-left: 45%;
    text-align: right;
  }
  #stnlist li a .stnbox p.stn_price {
    font-size: 12px;
    line-height: 40px;
    text-align: right;
    width: 60%;
    height: 40px;
    display: block;
    float: right;
    margin: 0 !important;
    color: #990000;
  }
  #stnlist li a .stnbox p.stn_price strong {
    font-size: 20px;
    line-height: 40px;
    text-align: right;
  }
  #stnlist li a .stnbox img.stnic {
    width: auto;
    display: block;
    float: left;
  }
  /*‰¿Ši•\Ž¦’Ç‰Á‘Î‰ž*/
  #stnlist li a .stnbox .stock-icon {
    float: left;
    height: 33px;
    width: 33px;
    margin-top: 10px;
  }
  #stnlist li a .stnbox .stock-icon img {
    width: 100%;
  }
  #stnlist li a .stnbox .add-price {
    width: calc(100% - 33px);
    height: auto;
    float: right;
    margin-top: 8px;
  }
  #stnlist li a .stnbox .add-price p.p_price {
    font-size: 10px !important;
    font-weight: 200 !important;
    line-height: 10px !important;
    color: #333;
    text-align: right;
    padding-bottom: 0 !important;
    margin: 0 !important;
  }
  #stnlist li a .stnbox .add-price p.p_price span.price-s {
    font-size: 12px !important;
    line-height: 14px !important;
    font-weight: 400 !important;
  }
  #stnlist li a .stnbox .add-price p.p_price:first-child {
    margin-bottom: 4px !important;
  }
  #stnlist li a .stnbox .add-price p.p_price strong.p_value {
    font-size: 16px !important;
    font-weight: bold !important;
    line-height: 16px !important;
    color: #222 !important;
  }
  #stnlist li a .stnbox p.p_price {
    font-size: 10px !important;
    font-weight: 200 !important;
    line-height: 1.4em !important;
    color: #333 !important;
    text-align: right !important;
    padding-bottom: 0 !important;
    margin-top: 18px !important;
    margin-bottom: 0 !important;
  }
  #stnlist li a .stnbox p.p_price strong.p_value {
    font-size: 16px !important;
    font-weight: bold !important;
    line-height: 16px !important;
    color: #222 !important;
  }
  #stnlist li a .stnbox p.p_price strong {
    font-weight: bold !important;
  }
  .img-wrap {
    padding-top: 75%;
    position: relative;
  }
  .img-inner {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
  }
  

 #select-wrap {
    display: block;
    height: auto;
    margin-right: 10px;


  }
  #select-wrap_footer {
    display: block;
    height: auto;
    height: 40px;


  }
  #page {
    float: left;
    height: auto;
    line-height: 30px;
    margin-top: 10px;
    width: 100%;
  }
  #page a {
    color: #333;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
  }
  #page a.currentpage {
    color: #0c67a5;
  }
  #numlink {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    width: auto;
  }
  #nexlink {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 0 20px;
    width: auto;
  }
  #count {
    display: block;
    float: left;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    width: auto;
  }
}
/* Style for TabletPCs Large models */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /*-----------------------------------------------------------------*/
  /* Stock */
  /*-----------------------------------------------------------------*/
  .mmcc-stock {
    padding: 80px 1%;
    padding-top: 20px;
  }
  #stnlist {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  #stnlist li {
    width: 23%;
    height: auto;
    display: block;
    float: left;
    margin: 1%;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0px 0px 15px #ccc;
    border-bottom: 5px solid #333;
  }
  #stnlist li a {
    width: auto;
    height: auto;
    display: block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    overflow: hidden;
    text-decoration: none;
  }
  #stnlist li a img.stnimg {
    width: 100%;
    height: auto;
    display: block;
  }
  #stnlist li a .stnbox {
    width: auto;
    height: auto;
    display: block;
    padding: 6%;
  }
  #stnlist li a .stnbox h2 {
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    color: #222;
    padding: 0;
    border-bottom: 1px solid #999;
    margin-bottom: 5px;
  }
  #stnlist li a .stnbox h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 5px;
    color: #333;
  }
  #stnlist li a .stnbox h3.partsname {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 5px;
    color: #333;
  }
  #stnlist li a .stnbox h4 {
    font-size: 0.9em;
    font-weight: normal;
    line-height: 1.4em;
    margin-bottom: 3px;
    color: #666;
    min-height: 45px;
  }
  #stnlist li a .stnbox dl {
    margin-bottom: 10px;
  }
  #stnlist li a .stnbox dl dt {
    font-size: 0.8em;
    line-height: 20px;
    font-weight: normal;
    color: #666;
    width: 40%;
    height: 20px;
    display: block;
    float: left;
  }
  #stnlist li a .stnbox dl dd {
    font-size: 0.8em;
    line-height: 20px;
    font-weight: normal;
    color: #333;
    width: 100%;
    height: 20px;
    display: block;
    border-bottom: 1px dotted #666;
    padding-left: 45%;
    text-align: right;
  }
  #stnlist li a .stnbox p.stn_price {
    font-size: 12px;
    line-height: 40px;
    text-align: right;
    width: 60%;
    height: 40px;
    display: block;
    float: right;
    margin: 0 !important;
    color: #990000;
  }
  #stnlist li a .stnbox p.stn_price strong {
    font-size: 20px;
    line-height: 40px;
    text-align: right;
  }
  #stnlist li a .stnbox img.stnic {
    width: auto;
    display: block;
    float: left;
  }
  /*‰¿Ši•\Ž¦’Ç‰Á‘Î‰ž*/
  #stnlist li a .stnbox .stock-icon {
    float: left;
    height: 33px;
    width: 33px;
    margin-top: 10px;
  }
  #stnlist li a .stnbox .stock-icon img {
    width: 100%;
  }
  #stnlist li a .stnbox .add-price {
    width: calc(100% - 33px);
    height: auto;
    float: right;
    margin-top: 8px;
  }
  #stnlist li a .stnbox .add-price p.p_price {
    font-size: 10px !important;
    font-weight: 200 !important;
    line-height: 10px !important;
    color: #333 !important;
    text-align: right !important;
    padding-bottom: 0 !important;
    margin: 0;
  }
  #stnlist li a .stnbox .add-price p.p_price span.price-s {
    font-size: 12px !important;
    line-height: 14px !important;
    display: inline !important;
    font-weight: 400 !important;
  }
  #stnlist li a .stnbox .add-price p.p_price span {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin-bottom: 4px !important;
  }
  #stnlist li a .stnbox .add-price p.p_price:first-child {
    margin-bottom: 4px;
  }
  #stnlist li a .stnbox .add-price p.p_price strong.p_value {
    font-size: 16px !important;
    font-weight: bold !important;
    line-height: 16px !important;
    color: #222 !important;
  }
  #stnlist li a .stnbox p.p_price {
    font-size: 10px !important;
    font-weight: 200 !important;
    line-height: 1.4em !important;
    color: #333 !important;
    text-align: right !important;
    padding-bottom: 0 !important;
    margin-top: 18px;
    margin-bottom: 0 !important;
  }
  #stnlist li a .stnbox p.p_price strong.p_value {
    font-size: 14px !important;
    font-weight: bold !important;
    line-height: 1.4em !important;
    color: #222 !important;
  }
  #stnlist li a .stnbox p.p_price strong {
    font-weight: bold !important;
  }
  #stnlist li a .stnbox p.spmb4 {
    margin-bottom: 10px !important;
  }
  .img-wrap {
    padding-top: 75%;
    position: relative;
  }
  .img-inner {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
  }
  
  /*STOCK ƒy[ƒW‘—‚è*/
  #select-wrap {
    display: block;
    height: auto;

  }
  #select-wrap_footer {
    display: block;
    height: auto;

  }
  #page {
    float: left;
    height: auto;
    line-height: 30px;
    margin-top: 10px;
    width: 100%;
  }
  #page a {
    color: #333;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
  }
  #page a.currentpage {
    color: #0c67a5;
  }
  #numlink {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    width: auto;
  }
  #nexlink {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 0 20px;
    width: auto;
  }
  #count {
    display: block;
    float: left;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    width: auto;
  }
}
/* Style for TabletPCs */
@media screen and (min-width: 600px) and (max-width: 768px) {
  /*-----------------------------------------------------------------*/
  /* Stock */
  /*-----------------------------------------------------------------*/
  .mmcc-stock {
    padding: 60px 1%;
        padding-top: 20px;
  }
  #stnlist {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  #stnlist li {
    width: 48%;
    height: auto;
    display: block;
    float: left;
    margin: 1%;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0px 0px 15px #ccc;
    border-bottom: 5px solid #333;
  }
  #stnlist li a {
    width: auto;
    height: auto;
    display: block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    overflow: hidden;
    text-decoration: none;
  }
  #stnlist li a img.stnimg {
    width: 100%;
    height: auto;
    display: block;
  }
  #stnlist li a .stnbox {
    width: auto;
    height: auto;
    display: block;
    padding: 6%;
  }
  #stnlist li a .stnbox h2 {
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    color: #222;
    padding: 0;
    border-bottom: 1px solid #222;
    margin-bottom: 5px;
  }
  #stnlist li a .stnbox h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 5px;
    color: #333;
  }
  #stnlist li a .stnbox h3.partsname {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 5px;
    color: #333;
  }
  #stnlist li a .stnbox h4 {
    font-size: 0.9em;
    font-weight: normal;
    line-height: 1.4em;
    margin-bottom: 3px;
    min-height: 2.8em;
    color: #666;
  }
  #stnlist li a .stnbox dl {
    margin-bottom: 10px;
  }
  #stnlist li a .stnbox dl dt {
    font-size: 0.8em;
    line-height: 20px;
    font-weight: normal;
    color: #666;
    width: 40%;
    height: 20px;
    display: block;
    float: left;
  }
  #stnlist li a .stnbox dl dd {
    font-size: 0.8em;
    line-height: 20px;
    font-weight: normal;
    color: #333;
    width: 100%;
    height: 20px;
    display: block;
    border-bottom: 1px dotted #666;
    padding-left: 45%;
    text-align: right;
  }
  #stnlist li a .stnbox p.stn_price {
    font-size: 12px;
    line-height: 40px;
    text-align: right;
    width: 60%;
    height: 40px;
    display: block;
    float: right;
    margin: 0 !important;
    color: #990000;
  }
  #stnlist li a .stnbox p.stn_price strong {
    font-size: 20px;
    line-height: 40px;
    text-align: right;
  }
  #stnlist li a .stnbox img.stnic {
    width: auto;
    display: block;
    float: left;
  }
  /*‰¿Ši•\Ž¦’Ç‰Á‘Î‰ž*/
  #stnlist li a .stnbox .stock-icon {
    float: left;
    height: 33px;
    width: 33px;
    margin-top: 10px;
  }
  #stnlist li a .stnbox .stock-icon img {
    width: 100%;
  }
  #stnlist li a .stnbox .add-price {
    width: calc(100% - 33px);
    height: auto;
    float: right;
    margin-top: 8px;
  }
  #stnlist li a .stnbox .add-price p.p_price {
    font-size: 10px !important;
    font-weight: 200 !important;
    line-height: 10px !important;
    color: #333 !important;
    text-align: right !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
  }
  #stnlist li a .stnbox .add-price p.p_price span.price-s {
    font-size: 12px !important;
    line-height: 14px !important;
    font-weight: 400 !important;
  }
  #stnlist li a .stnbox .add-price p.p_price:first-child {
    margin-bottom: 4px !important;
  }
  #stnlist li a .stnbox .add-price p.p_price strong.p_value {
    font-size: 16px !important;
    font-weight: bold !important;
    line-height: 16px !important;
    color: #222 !important;
  }
  #stnlist li a .stnbox p.p_price {
    font-size: 12px !important;
    font-weight: 200 !important;
    line-height: 1.4em !important;
    color: #333 !important;
    text-align: right !important;
    padding-bottom: 0 !important;
    margin-top: 18px !important;
    margin-bottom: 0 !important;
  }
  #stnlist li a .stnbox p.p_price strong.p_value {
    font-size: 16px !important;
    font-weight: bold !important;
    line-height: 1.4em !important;
    color: #222 !important;
  }
  #stnlist li a .stnbox p.p_price strong {
    font-weight: bold !important;
  }
  .img-wrap {
    padding-top: 75%;
    position: relative;
  }
  .img-inner {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
  }
  
  /*STOCK ƒy[ƒW‘—‚è*/
  #select-wrap {
    display: block;
    height: auto;

  }
  #select-wrap_footer {
    display: block;
    height: auto;
    margin: 20px auto 0;
    padding: 0 1%;
    width: 100%;
  }
  #page {
    float: left;
    height: auto;
    line-height: 30px;
    margin-top: 10px;
    width: 100%;
  }
  #page a {
    color: #333;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
  }
  #page a.currentpage {
    color: #0c67a5;
  }
  #numlink {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    width: auto;
  }
  #nexlink {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 0 20px;
    width: auto;
  }
  #count {
    display: block;
    float: left;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    width: auto;
  }
}
/* Style for Smartphonea */
@media screen and (max-width: 599px) {
  /*-----------------------------------------------------------------*/
  /* Stock */
  /*-----------------------------------------------------------------*/
  .mmcc-stock {
    padding: 60px 1%;
        padding-top: 20px;
  }
  #stnlist {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  #stnlist li {
    width: 48%;
    height: auto;
    display: block;
    float: left;
    margin: 1%;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0px 0px 15px #ccc;
    border-bottom: 5px solid #333;
  }
  #stnlist li a {
    width: auto;
    height: auto;
    display: block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    overflow: hidden;
    text-decoration: none;
  }
  #stnlist li a img.stnimg {
    width: 100%;
    height: auto;
    display: block;
  }
  #stnlist li a .stnbox {
    width: auto;
    height: auto;
    display: block;
    padding: 6%;
  }
  #stnlist li a .stnbox h2 {
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    color: #222;
    padding: 0;
    border-bottom: 1px solid #222;
    margin-bottom: 5px;
  }
  #stnlist li a .stnbox h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 5px;
    color: #333;
  }
  #stnlist li a .stnbox h3.partsname {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 5px;
    color: #333;
  }
  #stnlist li a .stnbox h4 {
    font-size: 0.8em;
    font-weight: normal;
    line-height: 1.4em;
    margin-bottom: 3px;
    min-height: 2.8em;
    color: #666;
  }
  #stnlist li a .stnbox dl {
    margin-bottom: 5px;
  }
  #stnlist li a .stnbox dl dt {
    font-size: 0.7em;
    line-height: 20px;
    font-weight: normal;
    color: #666;
    width: 40%;
    height: 20px;
    display: block;
    float: left;
  }
  #stnlist li a .stnbox dl dd {
    font-size: 0.7em;
    line-height: 20px;
    font-weight: normal;
    color: #333;
    width: 100%;
    height: 20px;
    display: block;
    border-bottom: 1px dotted #666;
    padding-left: 45%;
    text-align: right;
  }
  #stnlist li a .stnbox p.stn_price {
    font-size: 12px;
    line-height: 40px;
    text-align: right;
    width: 60%;
    height: 40px;
    display: block;
    float: right;
    margin: 0 !important;
    color: #990000;
  }
  #stnlist li a .stnbox p.stn_price strong {
    font-size: 20px;
    line-height: 40px;
    text-align: right;
  }
  #stnlist li a .stnbox img.stnic {
    width: auto;
    display: block;
    float: left;
  }
  /*‰¿Ši•\Ž¦’Ç‰Á‘Î‰ž*/
  #stnlist li a .stnbox .stock-icon {
    float: left;
    height: 33px;
    width: 33px;
    margin-top: 10px;
  }
  #stnlist li a .stnbox .stock-icon img {
    width: 100%;
  }
  #stnlist li a .stnbox .add-price {
    width: calc(100% - 33px);
    height: auto;
    float: right;
    margin-top: 8px;
  }
  #stnlist li a .stnbox .add-price p.p_price {
    font-size: 10px !important;
    font-weight: 200 !important;
    line-height: 10px !important;
    color: #333 !important;
    text-align: right !important;
    padding-bottom: 0 !important;
    margin: 0;
  }
  #stnlist li a .stnbox .add-price p.p_price span.price-s {
    font-size: 12px !important;
    line-height: 14px !important;
    display: inline !important;
    font-weight: 400 !important;
  }
  #stnlist li a .stnbox .add-price p.p_price span {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin-bottom: 4px !important;
  }
  #stnlist li a .stnbox .add-price p.p_price:first-child {
    margin-bottom: 4px;
  }
  #stnlist li a .stnbox .add-price p.p_price strong.p_value {
    font-size: 16px !important;
    font-weight: bold !important;
    line-height: 16px !important;
    color: #222 !important;
  }
  #stnlist li a .stnbox p.p_price {
    font-size: 12px !important;
    font-weight: 200 !important;
    line-height: 1.4em !important;
    color: #333 !important;
    text-align: right !important;
    padding-bottom: 0 !important;
    margin-top: 18px;
    margin-bottom: 0 !important;
  }
  #stnlist li a .stnbox p.p_price strong.p_value {
    font-size: 16px !important;
    font-weight: bold !important;
    line-height: 1.4em !important;
    color: #222 !important;
  }
  #stnlist li a .stnbox p.p_price strong {
    font-weight: bold !important;
  }
  #stnlist li a .stnbox p.spmb4 {
    margin-bottom: 10px !important;
  }
  .img-wrap {
    padding-top: 75%;
    position: relative;
  }
  .img-inner {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
  }
  
  /*STOCK ƒy[ƒW‘—‚è*/
  #select-wrap {
    display: block;
    height: auto;

  }
  #select-wrap_footer {
    display: block;
    height: auto;
    margin: 20px auto 0;
    padding: 0 1%;
    width: 100%;
  }
  #page {
    float: left;
    height: auto;
    line-height: 30px;
    margin-top: 10px;
    width: 100%;
  }
  #page a {
    color: #333;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
  }
  #page a.currentpage {
    color: #0c67a5;
  }
  #numlink {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    width: auto;
  }
  #nexlink {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 0 20px;
    width: auto;
  }
  #count {
    display: block;
    float: left;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    width: auto;
  }
}



/* Stock Navi */

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

.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;
}




/* Style for PCs */
@media screen and (min-width: 1025px) {

/* Slider contents */
.rsslide .rss_cc {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.rsslide .rss_cc a {
  width:100%;
  height: auto;
  display: block;
  text-decoration: none;
  transition: .4s all;
}
.rsslide .rss_cc a:hover {
  opacity: 0.6;
}
.rsslide .rss_cc .rss_img {
  width:100%;
  height: auto;
  display: block;
}
.rsslide .rss_cc .rss_contents {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:25px 20px;
}
.rsslide .rss_cc .rss_contents h2 {
  font-size:10px;
  font-weight: 400;
  line-height: 1.25em;
  color:var(--color-1st);
  margin-bottom:3px;
}
.rsslide .rss_cc .rss_contents h3 {
  font-size:18px;
  font-weight: 700;
  line-height: 1.5em;
  color:var(--color-black);
  margin-bottom: 5px;
}
.rsslide .rss_cc .rss_contents p.rss_c_com {
  font-size:12px;
  font-weight: 400;
  line-height: 1.5em;
  color:var(--color-black);
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.rsslide .rss_cc .rss_contents dl {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.rsslide .rss_cc .rss_contents dl dt {
  width:40%;
  height: auto;
  display: block;
  padding:3px;
  font-size:12px;
  font-weight: 400;
  text-align: left;
  color: var(--color-1st);
  border-bottom: 1px dotted var(--color-2nd);
}
.rsslide .rss_cc .rss_contents dl dd {
  width:60%;
  height: auto;
  display: block;
  padding:3px;
  font-size:12px;
  font-weight: 400;
  text-align: right;
  color: var(--color-black);
  border-bottom: 1px dotted var(--color-2nd);
}
.rsslide .rss_cc .rss_contents p.price_total {
  font-size:12px;
  font-weight: 400;
  line-height: 1.25em;
  text-align: right;
  color: var(--color-1st);
  margin-bottom: 8px;
}
.rsslide .rss_cc .rss_contents p.price_total strong {
  font-size:18px;
}
.rsslide .rss_cc .rss_contents p.price_nom {
  font-size:10px;
  font-weight: 400;
  line-height: 1.25em;
  text-align: right;
  color: var(--color-1st);
  margin-bottom: 0px;
}
.rsslide .rss_cc .rss_contents p.price_nom strong {
  font-size:10px;
  font-weight: 400;
}

}


/* Style for iPad Pro */
@media screen and (min-width: 769px) and (max-width: 1024px) {

/* Slider contents */
.rsslide .rss_cc {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.rsslide .rss_cc a {
  width:100%;
  height: auto;
  display: block;
  text-decoration: none;
  transition: .4s all;
}
.rsslide .rss_cc a:hover {
  opacity: 0.6;
}
.rsslide .rss_cc .rss_img {
  width:100%;
  height: auto;
  display: block;
}
.rsslide .rss_cc .rss_contents {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:25px 20px;
}
.rsslide .rss_cc .rss_contents h2 {
  font-size:10px;
  font-weight: 400;
  line-height: 1.25em;
  color:var(--color-1st);
  margin-bottom:3px;
}
.rsslide .rss_cc .rss_contents h3 {
  font-size:18px;
  font-weight: 700;
  line-height: 1.5em;
  color:var(--color-black);
  margin-bottom: 5px;
}
.rsslide .rss_cc .rss_contents p.rss_c_com {
  font-size:12px;
  font-weight: 400;
  line-height: 1.5em;
  color:var(--color-black);
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.rsslide .rss_cc .rss_contents dl {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.rsslide .rss_cc .rss_contents dl dt {
  width:40%;
  height: auto;
  display: block;
  padding:3px;
  font-size:12px;
  font-weight: 400;
  text-align: left;
  color: var(--color-1st);
  border-bottom: 1px dotted var(--color-2nd);
}
.rsslide .rss_cc .rss_contents dl dd {
  width:60%;
  height: auto;
  display: block;
  padding:3px;
  font-size:12px;
  font-weight: 400;
  text-align: right;
  color: var(--color-black);
  border-bottom: 1px dotted var(--color-2nd);
}
.rsslide .rss_cc .rss_contents p.price_total {
  font-size:12px;
  font-weight: 400;
  line-height: 1.25em;
  text-align: right;
  color: var(--color-1st);
  margin-bottom: 8px;
}
.rsslide .rss_cc .rss_contents p.price_total strong {
  font-size:18px;
}
.rsslide .rss_cc .rss_contents p.price_nom {
  font-size:10px;
  font-weight: 400;
  line-height: 1.25em;
  text-align: right;
  color: var(--color-1st);
  margin-bottom: 0px;
}
.rsslide .rss_cc .rss_contents p.price_nom strong {
  font-size:10px;
  font-weight: 400;
}

}

/* Style for Smartphone */
@media screen and (max-width: 768px) {


/* Slider contents */
.rsslide .rss_cc {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.rsslide .rss_cc a {
  width:100%;
  height: auto;
  display: block;
  text-decoration: none;
  transition: .4s all;
}
.rsslide .rss_cc a:hover {
  opacity: 0.6;
}
.rsslide .rss_cc .rss_img {
  width:100%;
  height: auto;
  display: block;
}
.rsslide .rss_cc .rss_contents {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:25px 20px;
}
.rsslide .rss_cc .rss_contents h2 {
  font-size:10px;
  font-weight: 400;
  line-height: 1.25em;
  color:var(--color-1st);
  margin-bottom:3px;
}
.rsslide .rss_cc .rss_contents h3 {
  font-size:18px;
  font-weight: 700;
  line-height: 1.5em;
  color:var(--color-black);
  margin-bottom: 5px;
}
.rsslide .rss_cc .rss_contents p.rss_c_com {
  font-size:12px;
  font-weight: 400;
  line-height: 1.5em;
  color:var(--color-black);
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.rsslide .rss_cc .rss_contents dl {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.rsslide .rss_cc .rss_contents dl dt {
  width:40%;
  height: auto;
  display: block;
  padding:3px;
  font-size:12px;
  font-weight: 400;
  text-align: left;
  color: var(--color-1st);
  border-bottom: 1px dotted var(--color-2nd);
}
.rsslide .rss_cc .rss_contents dl dd {
  width:60%;
  height: auto;
  display: block;
  padding:3px;
  font-size:12px;
  font-weight: 400;
  text-align: right;
  color: var(--color-black);
  border-bottom: 1px dotted var(--color-2nd);
}
.rsslide .rss_cc .rss_contents p.price_total {
  font-size:12px;
  font-weight: 400;
  line-height: 1.25em;
  text-align: right;
  color: var(--color-1st);
  margin-bottom: 8px;
}
.rsslide .rss_cc .rss_contents p.price_total strong {
  font-size:18px;
}
.rsslide .rss_cc .rss_contents p.price_nom {
  font-size:10px;
  font-weight: 400;
  line-height: 1.25em;
  text-align: right;
  color: var(--color-1st);
  margin-bottom: 0px;
}
.rsslide .rss_cc .rss_contents p.price_nom strong {
  font-size:10px;
  font-weight: 400;
}

}


/* Search console
----------------------------------------------------------------------------------*/
.stnmmbody {
  width:100%;
  max-width:1400px;
  height: auto;
  display: block;
  padding:30px 5% 0;
  margin:0 auto;
}

span.stnmenubn {
  width:350px;
  height:40px;
  display: block;
  text-align: left;
  padding:0px 8px;
  font-size:14px;
  font-weight:400;
  line-height: 40px;
  color:#fff;
  background-color: #000;

  background-image: url(../img/icons/ic-search_w.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 80%;
  -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:hover {
  background-color: #333;
}
ul.stnsc {
  width:100%;
  height: auto;
  display: none;
}
.scbody {

  padding-top:10px;

}

.scbody h3 {
  font-size:12px;
  font-weight: 400;
  line-height: 1.25em;
  letter-spacing: 0px;
  color:#000;
  margin-bottom: 5px;
  margin-right:2px;
}

.scbody .scstn01 {
  width:calc( 100% - 360px );
  height: auto;
  display: block;
}
.scbody .scstn02 {
  width:320px;
  height: auto;
  display: block;
}
.scbody ul.sc_substn01 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.scbody ul.sc_substn01 li {
  width:25%;
  height: auto;
  display: block;
  padding:2px 2px 2px;
}
.scbody ul.sc_substn01 li a {
  width:100%;
  height: 50px;
  display: block;
  font-size:10px;
  letter-spacing: 0px;
  font-weight: 400;
  line-height: 15px;
  text-align: center;
  color:#666;
  text-decoration: none;
  padding:32px 0 3px;
  background-color: #fff;
  box-shadow:0px 1px 2px rgba(0,0,0,0.10);
  background-position: center -5px;
  background-repeat: no-repeat;
  background-size: auto 45px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.scbody ul.sc_substn01 li a:hover {
  color:#194492;
  background-color: #FDF1DA;
}

.scbody ul.sc_substn01 li a.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 ul.sc_substn02 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.scbody ul.sc_substn02 li {
  width:25%;
  height: auto;
  display: block;
  padding:2px 2px 2px;
}
.scbody ul.sc_substn02 li a {
  width:100%;
  height: 50px;
  display: block;
  font-size:10px;
  letter-spacing: 0px;
  font-weight: 400;
  line-height: 15px;
  text-align: center;
  color:#666;
  text-decoration: none;
  padding:32px 0 3px;
  background-color: #fff;
  box-shadow:0px 1px 2px rgba(0,0,0,0.10);
  background-position: center -5px;
  background-repeat: no-repeat;
  background-size: auto 45px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.scbody ul.sc_substn02 li a:hover {
  color:#194492;
  background-color: #FDF1DA;
}

.scbody ul.sc_substn02 li a.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 #sm-makes, 
.scbody #sm-type {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.scbody button {
  display: block;
  width: calc( 25% - 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;
  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;
}

.scbody button.active, 
.scbody button:hover {
  color:#194492;
  background-color: #FDF1DA;
}

.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;
}

.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;
}

.scbody .scstn02 select.scsele01 {
  width:150px;
  height: auto;
  display: inline-block;
  font-size:12px;
  line-height: 1.4em;
}
.scbody .scstn02 select.scsele02 {
  width:100%;
  height: auto;
  display: block;
  font-size:12px;
  line-height: 1.4em;
}
.scbody .scstn02 p.between {
  width:12px;
  height: auto;
  display: inline-block;
  font-size:0.8em;
  line-height: 12px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 0px!important;
}
.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: #194492;
  background-image: url(../img/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;
}


.carsearch-unit ul li{
  list-style: none;


}

.carsearch-unit ul {
    margin-left: 0em;
    margin-bottom: 0em;

  }


  #page{;
    float: none;
    display: table;
    margin: 0 auto;
    margin-bottom: 10px;
  }

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

  }


  @media screen and (max-width: 900px) {

.stock-navi select{
  width: 100%;
margin-right: 0px;
}

.carsearch-unit {
  width: 100%;
  margin-bottom: 10px;

margin-right: 0px;
}
.carsearch-unit .stnmenubn{
  width: 100%;
}

#select-wrap{
  width: 100%;
  margin-right: 0px;

}

  }


  select {
  border-radius: 0; /* 角丸をなくす */
}