/* Copyright 1999-2017. Plesk International GmbH. All rights reserved. */
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600&subset=latin,latin-ext,cyrillic,cyrillic-ext,greek,greek-ext,vietnamese);

body {
    font-family: "MS Pゴシック", sans-serif;
    margin: -22px -8px -0px -8px ;
    padding: 0;
    background-color: #000; 
}

a {
  text-decoration:none
}

header {
     background-color: #fff; 
     margin: 0 auto;
}

header h1 img {
    width: 24%;
     padding: 10px;
}

article {
    margin: 0 auto;
    width: 800px;  
}

.car__search {
  display: flex;
  justify-content: space-between; 
}

.car__icon {
  display: flex;
  align-items: center;
}

.car__search img {
 height: 50px; 
}

.car__search a {
    color: #fff;
    font-size: 20px;  
    margin: 0px 0px 0px 20px;
}

    .button__maker {
   margin: 10px 0px 10px 0px;
    background: linear-gradient(#555, #000);
    border: 1px  #999  solid;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button__maker a {
    color: #fff;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;    
    height:100%;
    width: 100%;
}

.button__maker img {
    width: 160px;
    margin: 0px 30px 0px 0px;
}

.comment a {
    color: #fff;
}

.comment img {
    width: 300px;
     padding: 10px 0px 10px 0px;  
}

footer {
     background-color: #fff; 
      text-align: center;
}

.br-none {
display: none !important;

}

@media screen and (max-width: 480px)  {
   header {
     width: 100%;
}
article {
    width: 90%;
  }  
    header h1 img {
    width: 50%;
}

.car__search img {
 height: 40px; 
}

    .button__maker {
    height: 100px;
}

.button__maker a {
    font-size:22px;
}

.button__maker img {
    width: 100px;
}

.br-none {
display: block !important;
}

}

