
/* comics page */
#mangafooter {
  display: none;
}
#comics h1 {
  font-size: 110%;
  color: #300;
  text-align: justify;
  text-justify: inter-ideograph;
  padding: 0.6em 10px;
}
#comics .koma h1 {
  margin: 0;
  padding: 0;
}
#comics h2 {
  color: #fff;
  background-color: #ee6161;
  margin: auto 10px 10px;
  padding: 0.45em 0.5em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#comics h1.titleimg {
  margin: 0;
  padding: 0;
}
#comics h1.titleimg img {
  max-width: 100%;
  height: auto;
}
#comics h2.subtitle {
  background: none;
  border: none;
	font-size: 125%;
	text-shadow: 1px 1px 1px #eee;
	color: #ee6161;
	margin: 20px 0;
  padding: 0;
}
section h3 {
	font-size: 120%;
  line-height: 1.4;
	color: #ee6161;
  text-align: center;
	margin: 15px 0;
}
.illust {
  text-align: center;
}
.illust img {
  width: 296px;
  border: 2px solid #fff;
}
.point {
  display: inline-block;
  background: url(../img/point.png) no-repeat left center transparent;
  background-size: 23px auto;
  text-indent: -9999px;
  width: 23px;
  height: 23px;
  margin-right: 0.4em;
}
nav {
	width: 320px;
	margin: 0;
	padding:0;
}

nav ul{
  background: #fff;
  margin: 0;
  zoom: 1;
}
nav li {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ded4c9), color-stop(0.00, #e6ded5));
  background: -webkit-linear-gradient(#e6ded5, #ded4c9);
  background: -moz-linear-gradient(#e6ded5, #ded4c9);
  background: -o-linear-gradient(#e6ded5, #ded4c9);
  background: -ms-linear-gradient(#e6ded5, #ded4c9);
  background: linear-gradient(#e6ded5, #ded4c9);
  margin: 0;
  padding: 0;
}
nav li a {
  background: transparent url(../img/comics/comicsnavArrow.png) no-repeat 98% 50%;
  background-size: 9px auto;
	line-height: 1.1;
	font-size: 90%;
	display: block;
	color: #300;
	text-decoration: none;
  text-indent: -0.5em;
	padding: 0.8em 0.2em 0.8em 1.0em;
  border-top: 1px solid #f4f0ec;
	border-bottom: 1px solid #c3b9ab;
}
nav li:last-child a {
	border-bottom: none;
}
nav li span.characters {
  background: transparent url(../img/comics/navbgcomicschara.png) no-repeat 6px 50%;
  background-size: 42px auto;
  display: block;
  padding-left: 50px;
}
/*nav li.description {
  background: transparent url(../img/topnavbgdescription.png) no-repeat 6px 50%;
  background-size: 40px auto;
}
nav li.information {
  background: transparent url(../img/topnavbginformation.png) no-repeat 6px 50%;
  background-size: 40px auto;
}*/
nav li .newicon {
  position: absolute;
  top: 0px;
  right: 30px;
}
nav li .newicon img {
  width: 39px;
}
.pagenationimgbox {
  text-align: center;
}
ul.pagenationimg {
  width: 60%;
  font-size: 70%;
  margin: 30px auto 1.0em;
}
ul.pagenationimg li{
  float: left;
  width: 16.6%;
  text-align: center;
}
ul.pagenationimg li a {
  display: block;
  width: 14px;
  height: 14px;
  text-indent: -9999px;
  background-color: #b3b3b3;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 1px 1px 3px #666 inset;
  -moz-box-shadow: 1px 1px 3px #666 inset;
  -o-box-shadow: 1px 1px 3px #666 inset;
  box-shadow: 1px 1px 3px #666 inset; 
  color: #fff;
  text-decoration: none;
  margin: auto;
}
ul.pagenationimg li a.current {
  background-color: #ee6161;
}
ul.pagenation {
  font-size: 80%;
  border-top: 1px solid #fff;
  box-shadow: 0px -1px 0px #dad1c5;
  -moz-box-shadow: 0px -1px 0px #dad1c5;
  -webkit-box-shadow: 0px -1px 0px #dad1c5;
}
ul.pagenation li {
  float: left;
  width: 50%;
  padding: 0.75em 0;
}
ul.pagenation li:first-child {
  background: transparent url(../img/y_line.png) repeat-y right 0;
}
ul.pagenation li a {
  background: transparent url(../img/pagenationarrowright.png) no-repeat right 50%;
  background-size: 5px auto;
  color: #58838c;
  text-decoration: none;
  padding-right: 1.0em;
}
ul.pagenation li:first-child a {
  background: transparent url(../img/pagenationarrowleft.png) no-repeat 0 50%;
  background-size: 5px auto;
  padding-left: 1.0em;
  padding-right: 0;
}
.fukidashi {
  width: 14em;
  background-color: #e4c8ae;
  border-radius: 6px;
  position: relative;
  text-align: center;
  padding: 3px 0;
}

.fukidashi:after {
border-color: #e4c8ae transparent transparent;
border-style: solid;
border-width: 5px 5px 0;
bottom: -5px;
content:"";
display: block;
left: 60px;
position: absolute;
width: 0;
}

/* rensai */
#comics h1.rensai {
  font-size: 90%;
}
#comics h1.rensai small {
  font-size: 80%;
  font-weight: normal;
}
.koma {
  margin: 0;
  padding: 0;
}
.koma img {
  max-width: 100%;
  height: auto;
}
#verticaly {
  position: relative;
	width: 320px;
	height: 340px;
}
#verticaly ul {
	height: 4820px;
  margin: 0;
  padding: 0;
}
#verticaly ul.ver2 {
	height: 5140px;
  margin: 0;
  padding: 0;
}
#verticaly ul.ver3 {
	height: 6100px;
  margin: 0;
  padding: 0;
}
#verticaly ul.ver4 {
	height: 5780px;
  margin: 0;
  padding: 0;
}
#verticaly ul li {
	width: 320px;
	height: 320px;
}
#verticaly ul li a {
	display: block;
	height: 320px;
	line-height: 320px;
}
#verticaly div.cover {
  background: #fff;
  position: absolute;
  width: 320px;
  height: 20px;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}
#comics .anchorlink a{
  display: block;
  text-align: center;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}
.anchorlink img {
  width: 22px;
}
.characterimg {
  margin-left: -10px;
}
.characterimg img {
  width: 320px;
}
#comics h2.subtitle.character {
  /*font-size: 100%;*/
  margin-bottom: 0.3em;
}

/* help */
#help {
  background-color: #362e2b;
  width: 100%;
  height: 100%;
  min-height:416px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  font-size: 14px;
  color: #fff;
  line-height: 1.4;
  text-align: left;
  z-index: 9999;
  margin: 0;
  padding: 0;
  filter: alpha(opacity=95);
  -moz-opacity:0.95;
  opacity:0.95;
}
#help p.closetxt{
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
  background-color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.helpcontents {
  margin-top: 50px;
  padding: 0 15px;
}
.helpcontents p.illust {
  background-color: #eee;
}
.helpcontents p.illust img {
  width: 50%;
  border: none;
}
.socialnavillust {
  background: transparent url(../img/comics/socialnavillust.png) no-repeat left bottom;
  background-size: 70px auto;
  padding-left: 80px;
}
.socialnavillust p {
  margin-left: -70px;
}

@media screen and (min-width: 480px) {
      nav {
      	width: 480px;
      }


      #verticaly {
      	width: 480px;
      	height: 510px;
      }
      #verticaly ul {
      	height: 7230px;
      }
      #verticaly ul.ver2 {
      	height: 7710px;
      }
      #verticaly ul.ver3 {
      	height: 9150px;
      }
      #verticaly ul.ver4 {
      	height: 8670px;
      }
      #verticaly ul li {
      	width: 480px;
      	height: 480px;
      }
      #verticaly ul li a {
      	display: block;
      	height: 480px;
      	line-height: 480px;
      }
      #verticaly div.cover {
        width: 480px;
        height: 30px;
      }
      .characterimg img {
        width: 480px;
      }
}



/* clearfix */
.clearfix,
ul.socialnav,
ul.pagenationimg,
ul.pagenation,
header { zoom:1; }
.clearfix:after,
ul.socialnav:after,
ul.pagenationimg:after,
ul.pagenation:after,
header:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

.comics-relations h2{ padding:0px; font-size:14px; margin-top:20px;}
.comics-relations-list {list-style-image: url('../img/list-arrow01.gif') ; margin-left:15px ;}
.comics-relations-list li{font-size:14px;line-height: 150%;}

.comics-operation-text{border:solid #000 1px; padding:10px; margin-top:20px;}
.comics-operation-text h2{ padding:0px; font-size:14px;}
.comics-operation-text li{ font-size:14px;line-height: 125%;}