
/* description page */
#minibook h1 {
  font-size: 110%;
  color: #300;
  text-align: justify;
  text-justify: inter-ideograph;
  padding: 0.6em 10px;
}
#minibook 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;
}
#minibook h1.titleimg {
  margin: 0;
  padding: 0;
}
#minibook h1.titleimg img {
  max-width: 100%;
  height: auto;
}
#minibook 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;
 	overflow: hidden;
	margin: 0 auto;
	padding:0;
}
nav ul{
	width: 322px;
 	overflow: hidden;
  zoom: 1;
}
nav li {
	float: left;
	width: 159px;
  margin: 0 2px 0 0;
  padding: 0;
}
nav li a {
  background-color: #8db023;
	line-height: 1.1;
	font-size: 90%;
	display: block;
	padding: 0.8em 0.2em 0.8em 0.5em;
	border-bottom: 1px solid #81a21d;
	text-shadow: -1px -1px 1px #999;
  background: url(../img/navarrow.png) no-repeat 98% 50%, -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #8db023), color-stop(0.25, #acc30a), color-stop(0.00, #b7cf09));
  background: url(../img/navarrow.png) no-repeat 98% 50%, -webkit-linear-gradient(top, #b7cf09 0%, #acc30a 25%, #8db023 100%);
  background: url(../img/navarrow.png) no-repeat 98% 50%, -moz-linear-gradient(top, #b7cf09 0%, #acc30a 25%, #8db023 100%);
  background: url(../img/navarrow.png) no-repeat 98% 50%, -o-linear-gradient(top, #b7cf09 0%, #acc30a 25%, #8db023 100%);
  background: url(../img/navarrow.png) no-repeat 98% 50%, -ms-linear-gradient(top, #b7cf09 0%, #acc30a 25%, #8db023 100%);
  background: url(../img/navarrow.png) no-repeat 98% 50%, linear-gradient(to bottom, #b7cf09 0%, #acc30a 25%, #8db023 100%);
}
nav li a:hover,nav li.current a{
  background-color: #c00;
  background: url(../img/navarrow.png) no-repeat 99% 50%, -webkit-gradient(linear, left top, left bottom, from(#e67272), to(#9c3436)) #9c3436;
  background: url(../img/navarrow.png) no-repeat 99% 50%, -moz-linear-gradient(top, #e67272, #9c3436);
  border-bottom: 1px solid #9c3436;
}
nav a {
	color: #fff;
	text-decoration: none;
}
nav {
	margin-bottom: 0.5em;
}

.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: 90%;

  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: 1.0em 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%;
  padding-left: 1.0em;
  padding-right: 0;
}



@media screen and (min-width: 480px) {
      nav {
      	width: 480px;
      }
      nav ul{
      	width: 482px;
      }
      nav li {
      	width: 239px;
      }
} 



/* 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;
}

.mbook-relations {margin-bottom:20px;}
.mbook-relations h2{padding:0px; font-size:14px; margin-top:20px;}
.mbook-relations-list {list-style-image: url('../img/list-arrow01.gif') ; margin-left:15px ;}
.mbook-relations-list li{font-size:14px;line-height: 150%;}