<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*==============================================================================
home_main
==============================================================================*/
#home_main{
  width: 100%;
  padding-bottom: 30px;
  /*background: url(../../img/2025_summer_sale_bk.webp) no-repeat;*/
  background-size: 100%;
}

/*topã‚¤ãƒ¡ãƒ¼ã‚¸*/
.site_top_image{
  width: 37%;
  float: left;
}

@media only screen and (max-width: 1300px) and (max-width: 786px){

  #home_main{
    background: none;
  }

}


/*==============================================================================
holiday(è¿½åŠ&nbsp; 2021/12/24)
==============================================================================*/
.holiday{
  width: 1000px;
  margin: 10px auto 30px;
 /* border: solid 2px red;*/
  background: #c30d23;
  padding: 20px 0;
  color: #fff;
  border-radius: 10px;
}

.holiday p{
  font-size: 18px;
  white-space: pre-line;
}

@media only screen and (max-width: 1300px) and (max-width: 786px){
  .holiday{
    width: 95%;
    padding: 20px;
    text-align: left;
  }
}


/*==============================================================================
new_arrivals and history
==============================================================================*/
#new_arrivals{
  width:1000px;
  height: auto;
  margin: 0 auto;
}

.na_title{
  width: 100%;
  height: auto;
  overflow: hidden;
  border-bottom: 1px solid #a07726;
}

.na_title h2,
.na_title a{
  float: left;
}

.na_title h2{
  width: 60%;
  overflow: hidden;
  font-size: 30px;
  font-weight: bold;
  color: #a07726;
  line-height: 60px;
  text-align: left;
  padding-bottom: 5px;
}

.na_title h2 span{
  margin-left: 10px;
}

.na_title h2 img{
  width: 8%;
  margin-right: 10px;
}

.na_title,
.na_title ul,
.na_title ul li,
.na_title ul li a{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.na_title ul{
  width: 40%;
}

.na_title ul li{
  width: 100%;
  justify-content: center;
}

.na_title a{
  width: 45%;
  margin-left: 5%;
  display: block;
}

.na_data{
  width: 100%;
  padding: 20px 0 50px;
  clear: both;
  overflow: auto;
}

.na_data dl{
  width: 23%;
  float: left;
  margin: 0 1%;
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: 1px solid #dcdcdd;
}

.na_data .price_data{
  height: 145px;
}

.na_data .price_data .ather_price{
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  color: #C30D22;
  font-size: 26px;
  font-weight: bold;
}

.na_data .price_data dl{
  width: 92%;
  margin: 20px 4%;
}

.na_data .price_data span,
.na_data .price_data dl,
.na_data .price_data dl dt,
.na_data .price_data dl dd,
.na_data .price_data dl dt p,
.na_data .price_data dl dd p{
  display: flex;
  flex-wrap: wrap;
}

.na_data .price_data dl{
  border: none;
}

.na_data .price_data dl dt{
  padding-bottom: 10px;
  border-bottom: 1px solid #dcdcdd;
  margin-bottom: 10px;
}

.na_data .price_data dl dt p{
  font-weight: bold;
  align-items: flex-end;
}

.na_data .price_data dl dd{
  height: 20px;
}

.na_data .price_data dl dt .p_t,
.na_data .price_data dl dd .p_t_op,
.na_data .price_data dl dd .p_t{
  width: 35%;
}

.na_data .price_data dl dt .price_a{
  width: 50%;
}

.na_data .price_data dl dd .price_op,
.na_data .price_data dl dd .price_b{
  width: 65%;
}

.na_data .price_data dl dt .price_a,
.na_data .price_data dl dd .price_op,
.na_data .price_data dl dd .price_b{
  justify-content: flex-end;
}


.na_data .price_data dl dt .price_a{
  font-size: 26px;
  line-height: 24px;
}

.na_data .price_data dl dt .price_a,
.na_data .price_data dl dd .price_op span{
  color: #C30D22;
}

.na_data .price_data dl dd .price_op span{
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
}

.na_data .price_data dl dt .p_y{
  width: 15%;
}

.na_data .price_data dl dd .text_space{
  letter-spacing: 7px;
}


.na_data .price_data dl dd .p_t,
.na_data .price_data dl dd .price_b,
.na_data .price_data dl dd .p_y{
  color: #172a88;
}


.na_data_reco dl,
.na_data_hist dl{
  width: 100%;
  padding: 0 0.5%;
}

.na_data dl dt,
.na_data dl dd,
.na_data_reco dl dt,
.na_data_reco dl dd,
.na_data_hist dl dt,
.na_data_hist dl dd{
  width: 100%;
  background: #fff;
}

.na_data dl dt img,
.na_data_reco dl dt img,
.na_data_hist dl dt img{
  width: 100%;
}

.na_data dl .na_vehicle_title,
.na_data_reco dl .na_vehicle_title,
.na_data_hist dl .na_vehicle_title{
  height: 70px;
  font-weight: bold;
  font-size: 14px;
  color: #172987;
  text-align: left;
  border-bottom: 1px solid #dcdcdc;
  line-height: 15px;
  padding: 10px;
}

.na_data dl .na_vehicle_title span,
.na_data_reco dl .na_vehicle_title span,
.na_data_hist dl .na_vehicle_title span{
  font-size: 14px;
  font-weight: bold;
  color: #172987;
}

.na_data dl .na_v_no,
.na_data_reco dl .na_v_no,
.na_data_hist dl .na_v_no{
  width: 100%;
  height: 25px;
  font-size: 12px;
  background: #182447;
  line-height: 25px;
  color: #fff;
}

.na_data dl .na_v_no span,
.na_data_reco dl .na_v_no span,
.na_data_hist dl .na_v_no span{
  font-size: 16px;
  font-weight: bold;
  color: yellow;
  margin-left: 5px;
}

.na_data dl .na_image{
  width: 100%;
  height: 172px;
}


/*-----sp_cording_start-----*/

@media only screen and (max-width: 1300px) and (max-width: 786px){

  #new_arrivals{
    width: 100%;
  }

  #historys{
    width: 100%;
    height: max-content;
    background: #036eb8;
    overflow: hidden;
  }

  #history_list{
    width: 100%;
    height: max-content;
    margin: 0 auto 30px;
    background: #036eb8;
    overflow: hidden;
  }

  .na_title{
    width: 95%;
    overflow: hidden;
    margin: 0 2.5% 15px;
  }

  #historys .na_title,
  #history_list .na_title{
    border-bottom: none;
    margin: 0 2.5%;
  }

  .na_title h2{
    width: 100%;
    font-size: 26px;
  }

  #historys .na_title h2,
  #history_list .na_title h2{
    width: 70%;
    color: #fff;
    float: left;
  }

  .na_title h2 img{
    width: 16%;
  }

  .na_title a{
    display: none;
  }

  #historys .na_title a,
  #history_list .na_title a{
    width: 30%;
    display: block;
    float: right;
  }

  #historys .na_title a p,
  #history_list .na_title a p{
    height: 40px;
    margin-top: 10px;
    line-height: 30px;
  }

  .na_data{
    padding: 0 2.5%;
    overflow: hidden;
  }

  .na_data dl{
    width: 100%;
    padding: 0 0.5%;
  }

  .na_data dl .na_vehicle_title{
    height: 55px;
  }

  .na_data_reco dl .na_vehicle_title,
  .na_data_hist dl .na_vehicle_title{
    height: 80px;
  }

  .na_data dl .na_vehicle_title span,
  .na_data_reco dl .na_vehicle_title span,
  .na_data_hist dl .na_vehicle_title span{
    font-size: 16px;
  }

  #historys .na_data dl,
  #history_list .na_data dl{
    border-bottom: 20px;
  }

  .na_data dl .na_vehicle_title{
    font-size: 14px;
    overflow: hidden;
  }


  .na_data dl .na_image{
    width: 100%;
    height: auto;
  }

}


/*-----sp_cording_end-----*/










/*==============================================================================
business
==============================================================================*/
#business{
  clear: both;
  width: 100%;
  padding-top: 50px;
}

#business h2{
  width: 100%;
  height: 75px;
  line-height: 75px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  background: #222e3d;
}

#business h3{
  font-size: 18px;
  color: #036eb8;
  letter-spacing: 1px;
}

#business p{
  margin-top: 15px;
  text-align: left;
  text-indent: 1em
}

#business .h_business_bk{
  background: url(../img/h_business_bk.jpg) no-repeat;
  background-position: 50% 50%;
  background-attachment: fixed;
  overflow: hidden;
  padding: 50px 0 50px;
}

#business .h_business_data{
  width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 0 2%;
  padding-bottom: 50px;
}

#business .h_business_l,
#business .h_business_r{
  padding: 30px;
  background-color: rgba(255,255,255,0.85);
  border-radius: 10px;
}

#business .h_business_l{
  width: 43%;
  float: left;
}

#business .h_business_r{
  width: 53%;
  float: right;
}

#business .h_business_r .h_points dl{
  clear: both;
  padding-top: 15px;
}

#business .h_business_r .h_points dl dt{
  width: 28%;
  float: left;
}
#business .h_business_r .h_points dl dd{
  width: 70%;
  height: 120px;
  float: right;
}

#business .h_business_r .h_points dl dd h4{
  width: 100%;
  height: 20px;
  line-height: 20px;
  text-align: left;
  font-size: 18px;
  color: #036eb8;
}

#business .h_business_r .h_points dl dd p{
  width: 100%;
  height: 100px;
  margin: 0;
  letter-spacing: -1px;
}
</pre></body></html>