@charset "UTF-8";
/*:: style.css :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* 0.Base                                    */
/*===========================================*/
html, body, header, section, article, nav, footer,
div, span, p, h1, h2, h3, h4,h5,h6,
ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  font-size: 16px;
  font-family: 'ヒラギノ角ゴ pro W3', "Hiragino KaKu Gothic Pro", Osaka, meiryo, sans-serif;
  background: #000000;
  color: #fff;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}
img {
  max-width:100%;
  height:auto;
  border: none;
  outline: none;
  vertical-align: bottom;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #fff;
  margin: 1em 0;
  padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol,ul {
  list-style: none;
}

/* link */
a:link {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #fff;
  text-decoration: none;
}
a:visited {
  color: #fff;
  text-decoration: none;
}



/* 1.Main                                    */
/*===========================================*/
/* 1.1 maib-all                              */
/*-------------------------------------------*/
#wrapper {
  width: 100%;
  margin: 0 auto;
}
/*#main {
  width: 96%;
  margin: 0 auto;
}*/


/* 1.2 Header                                */
/*-------------------------------------------*/
#header {
  margin: 0 0 15px 0;
}
h1 {
  text-align: center;
}
h1 img {
  width: 100%;
}

/* 1.3 Comics                                */
/*-------------------------------------------*/
h2 {
  text-align: center;
  font-size: 20px;
  padding: 3px 0;
  margin: 0 15px;
  background-color: #ffc001;
  border-radius: 4px;
  color: #001d4b;
  font-family:;
  letter-spacing: 1px;
}

/* comic-single */
.comicSingle {
  margin: 15px 0 0 0;
  padding: 15px;
  background: rgba(255,0,0,0.5);
}
/* comic-set */
.comicSet {
  margin: 15px 0 0 0;
  padding: 15px;
  background: rgba(255,0,0,0.5);
  border: 2px solid #7f0505;
  box-sizing: border-box;
}

/* common - comic title */
h3 {
  margin-bottom: 15px;
  padding-bottom: 12px;
  text-align: center;
  border-bottom: double #ffffff;
  font-size: 18px;
}

/* common - cover */
.cover {
  float: left;
  width: 40%;
}
.cover img {
  width: 100%;
  border: 1px solid #001d4b;
}

/* common - story */
.story {
  margin-left: 45%;
  font-size: 13px;
}

.cover,
.story {
  margin-bottom: 20px;
}

/* common - btn */
.btnBox {
  clear: both;
  overflow: auto;
}
.btnBox ul {
  width: 100%;
  margin-bottom: 15px;
  overflow: auto;
}
.btnBox ul li {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.btnBox ul li:last-child {
  margin: 0;
}

.btnBooknavi a {
  display: block;
  padding: 5px 0;
  border: 1px solid #626262;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  background: #4e62b3;
  color: #fff;
  text-shadow: #333 -1px -1px 1px;
}
.yellow {
  color: #ffcc33;
}

.btnBooknavi {
  clear: both;
}

.btnBox-set ul {
  margin-bottom: 0;
}



/* 2.Aside                                   */
/*===========================================*/
/* 2.1 YJ banner                             */
/*-------------------------------------------*/
aside {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
aside > .comicSingle {
  background-color: inherit;
  margin-top: 0;
}

#bn_tyj img {
  width: 100%;
}


/* 3.Footer                                  */
/*===========================================*/
footer {
  color: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  background-color: #001d4b;
  text-align: center;
  font-size: 12px;
}









