/* nofound */

.nofound .top {
  position: fixed;
  top: 0;
}
.page-404 {
  width: 80%;
  max-width: 500px;
}
.page-404 img {
  width: 100%;
}
.notice-one {
  font-weight: bold;
  margin: 15px;
}
.notice-two {
  opacity: 0.6;
}