@charset "utf-8";

@media print,screen and (min-width : 501px) {

  #new_car{
    margin-top: 40px;
  }
  #new_car h2{
    margin-bottom: 20px;
  }


  #used_car{
    margin-top: 80px;
  }
  #used_car #used_car1{
    margin-top: 20px;
  }
  #used_car #used_car2{
    margin-top: 20px;
  }
  #used_car #used_car2 a{
    margin-top: 14px;
    display: block;
    text-decoration: none;
    background-color: #fffbf1;
    border:solid 2px #6e3f0c;
    text-align: center;
    border-radius:30px;
    font-family:"MPLUS1p-5";
    padding: 10px 0;
  }

  #auction{
    margin-top: 80px;
  }
  #auction h2{
    margin-bottom: 20px;
  }


  #insurance{
    margin-top: 80px;
  }
  #insurance #insurance1{
    margin-top: 20px;
  }
  #insurance #insurance2 img{
    width: 260px;
    border:solid 1px #c8c8c8;
    padding: 4px 20px;
  }



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

  #new_car{
    margin-top: 40px;
  }
  #new_car h2{
    margin-bottom: 20px;
  }
  #new_car .fb_right{
    margin-top: 20px;
  }


  #used_car{
    margin-top: 40px;
  }
  #used_car #used_car1{
    margin-top: 20px;
  }
  #used_car #used_car2{
    margin-top: 20px;
  }
  #used_car #used_car2 li{
    width: 100%;
  }
  #used_car #used_car2 a{
    margin-top: 6px;
    display: block;
    text-decoration: none;
    background-color: #fffbf1;
    border:solid 2px #6e3f0c;
    text-align: center;
    border-radius:30px;
    font-family:"MPLUS1p-5";
    padding: 6px 0;
  }

  #auction{
    margin-top: 40px;
  }
  #auction h2{
    margin-bottom: 20px;
  }


  #insurance{
    margin-top: 40px;
  }
  #insurance #insurance1{
    margin-top: 20px;
  }
  #insurance #insurance2 li{
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
  }
  #insurance #insurance2 img{
    border:solid 1px #c8c8c8;
    padding: 4px 60px;
    box-sizing: border-box;
  }


}
