
/* top page */
#top h1 {
  font-size: 110%;
  color: #300;
  text-align: justify;
  text-justify: inter-ideograph;
  padding: 0.6em 10px;
}
#top 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;
}
#top h1.titleimg {
  text-align: center;
  margin: 20px 0 0 0;
  padding: 0;
}
#top h1.titleimg img {
  width: 250px;
  height: auto;
}
#top h2.subtitle {
  background: none;
  text-align: center;
  border: none;
	font-size: 140%;
	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 {
	margin-bottom: 0.5em;
}
nav ul{
  background: #fff;
  border: 1px solid #dad1c5;
  margin: 10px;
  zoom: 1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
nav li {
  position: relative;
  margin: 0;
  padding: 0;
}
nav li a {
  background: transparent url(../img/topnavArrow.png) no-repeat 98% 50%;
  background-size: 9px auto;
	line-height: 1.1;
	font-size: 90%;
	display: block;
	color: #000;
	text-decoration: none;
  text-indent: -0.5em;
	padding: 0.8em 0.2em 0.8em 55px;
	border-bottom: 1px solid #dad1c5;
}
nav li:last-child a {
	border-bottom: none;
}
nav li.comics {
  background: transparent url(../img/topnavbgcomics.png) no-repeat 6px 50%;
  background-size: 40px auto;
}
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: 6px;
  right: 30px;
}
nav li .newicon img {
  width: 39px;
}
.topsubcatch {
  font-size: 11px;
  background-color: #e6ded5;

  padding: 8px;
}



@media screen and (min-width: 480px) {
      nav {
      	width: 480px;
      }
      nav ul{
      	width: 460px;
      }
} 



/* 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;
}
