@charset "utf-8";

body .auto { margin: 0 auto; width: 85%;}

@media only screen and (max-width: 1000px){
  body .auto { width: 90%;}
}