/* CSS Document */
/*
Theme Name: hayashi_temp
Description:recorded by Hiroto Amano
Theme URI:
Author: Hiroto Amano -Design Office Kingleo-
Author URI: 
Version: 1.01
License: -Design Office Kingleo-
License URI:
*/
/* =========================================================
 reset.scss
========================================================= */
* {
  text-decoration: none;
  outline: none;
  font-weight: normal;
  line-height: 1.6em;
  word-break: break-all;
  color: #595757;
  line-break: strict !important;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, 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;
}

.radius {
  border-radius: 5px;
  -webkit--webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  box-sizing: border-box;
}

html {
  overflow: auto;
  font-size: 62.5%;
  background: #002c5c;
  position: relative;
  z-index: 0;
}

body {
  overflow-y: hidden;
  min-width: 100%;
  position: relative;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  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("images/bg_02.png") repeat;
}

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

.mainCon {
  /* background: url("images/bg_02.png") repeat; */
  position: relative;
  z-index: 2;
}

.mangaWrapp {
  width: 920px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 9;
  background: url("images/bg.png") repeat;
}
.mangaWrapp img {
  width: 750px;
  height: auto;
}
@media screen and (min-width: 0px) and (max-width: 1020px) {
  .mangaWrapp img {
    width: 81%;
  }
}
@media screen and (min-width: 0px) and (max-width: 1020px) {
  .mangaWrapp {
    width: 92%;
  }
}
