/* 全体を真ん中にする*/
body {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  width: 1024px;
 
}
body{ -webkit-text-size-adjust:100%}