@media screen and (min-width: 1024px) {
  body {
    width: 800px;
    margin: 0 auto;
    box-shadow: 0 0 20px rgba(0,0,0,0.15); /* 境目にシャドウ */
    background: #fff; /* 背景色を白にして影を際立たせる */
  }
}
