

/* ------------------------------
 Layout
------------------------------ */


.allWrapp {
  background: #fffde0;
  position: relative;
  z-index: 1;
}

.mainCon {
  /* background: url("index_recruit_manga_images/bg_02.png") repeat; */
  position: relative;
  z-index: 2;
}

.mangaWrapp {
  width: 700px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 9;
  background: url("../index_recruit_manga_images/bg.png") repeat;
}
.mangaWrapp img {
  width: 660px;
  height: auto;
}
@media screen and (min-width: 0px) and (max-width: 1020px) {
  .mangaWrapp img {
    width: 90%;
  }
}
@media screen and (min-width: 0px) and (max-width: 1020px) {
  .mangaWrapp {
    width: 98%;
  }
}
