* {
  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
}

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%
}

body {
  font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  width: 100%;
}

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

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

.mangaWrapp {
  max-width: 500px;
  width: 92%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 9;

  & > figure {
      max-width: 405px;
    display: block;
    margin: 0 auto;
    border: 3px solid #cccccc;
  }
}

.mangaWrapp img {
  max-width: 750px;
  height: auto;
  width: 100%;
  display: block;
  margin: 0 auto
}

.bn-internship {
  display: block;
  max-width: 411px;
  margin: 40px auto 0;
  transition: all .3s;
  @media (hover: hover) {
    &:hover {
      opacity: .7;
    }
  }
}