section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

img {
  border: none;
  vertical-align: bottom;
  font-size: 0px;
  line-height: 0px;
}

address {
  font-style: normal;
}

/*! clearfix
---------------------------- */
.cf:before,
.cf:after {
  content: "";
  display: block;
  overflow: hidden;
}

.cf:after {
  clear: both;
}

.clear {
  clear: both;
  visibility: hidden;
  height: 0;
}

/* CSS Document */
/*
Theme Name: mangaJS
Description:recorded by Hiroto Amano
Theme URI:
Author: Hiroto Amano -Design Office Kingleo-
Author URI: 
Version: 2.01
License: -Design Office Kingleo-
License URI: 
*/
/*----------------style-------------*/


html {
  overflow: auto;

  background: #002c5c;
  position: relative;
  z-index: 0;
}

body {
  overflow-y: hidden;
  min-width: 100%;
  position: relative;

  overflow-x: hidden;
  letter-spacing: 1px;
}

#load {
  position: fixed;
  left: -45%;
}

/* ------------------------------
 Layout
------------------------------ */
body {
  font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  width: 100%;
  background: url("file:///Macintosh HD/Applications/MAMP/htdocs/sumaho2025.09.01/images/bg_02.png") repeat;
}

.allWrapp {
  background: #002c5c;
  position: relative;
  z-index: 1;
}

.mainCon {
  background: url("file:///Macintosh HD/Applications/MAMP/htdocs/sumaho2025.09.01/images/bg_02.png") repeat;
  position: relative;
  z-index: 2;
}

.mangaWrapp {
  max-width: 920px;
  width: 92%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 9;
  background: url("file:///Macintosh HD/Applications/MAMP/htdocs/sumaho2025.09.01/images/bg.png") repeat;
}
.mangaWrapp img {
  max-width: 750px;
  height: auto;
  width: 81%;
  display: block;
  margin: 0 auto;
}
/*# sourceMappingURL=style.css.map */