/* @content */
/* 404 */
.not_found{
  max-width: 780px;
  margin: 30px auto;
}
/* ------------------------------------------
  iPad768pxSTYLE
--------------------------------------------- */
@media all and (min-width: 768px) {
  /* @content */
}
/* ------------------------------------------
  pc960pxSTYLE
--------------------------------------------- */
@media all and (min-width: 960px) {
  /* @content */
.not_found{
  margin: 100px auto;
}


 }
/* ------------------------------------------
  pc1200pxSTYLE
--------------------------------------------- */
@media all and (min-width: 1200px) {
  /* @content */ }
