@charset "UTF-8";

html,body{
	background-color: #fff;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family:'Hiragino Kaku Gothic ProN', 
				'ヒラギノ角ゴ ProN W3',
				'YuGothic', '游ゴシック',
 				Meiryo, 
				メイリオ, 
				sans-serif;
}

div.wrap {
	display: table;
	margin: 0 auto;
	height: 100%;
}

div.wrap > div {
	width: auto;
	height: 100%;
	display: table-cell;
	vertical-align:middle;
}

.flippage_novel > div {
  background-color: white;
}

 h1{font-size:0;}

.wrap + br{
	display: none;
}

.inner{
	position:relative;
}

#page-wrapper, .mrk-grid, #middle, .SiteEditCP{
	height: 100%;
}

#middle > div.mrk-section{
	height: 100%;
}

/*真ん中の線*/
.flippage_page{
    box-sizing:border-box;
    border-right: 1px solid #cecccc;
}

/*かげ*/
.flippage{
	z-index: 2;
	box-shadow: 0 2px 5px #888;
}

.flippage:before, .flippage:after {
    background:#888;
    bottom: 10px;
    box-shadow: 0 15px 10px #888;
    content: "";
    left: 10px;
    max-width: 100%;
    position: absolute;
    top: 80%;
    transform: rotate(-1deg);
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    width: 50%;
	z-index: -1;

}
.flippage:after {
    left: auto;
    right: 10px;
    transform: rotate(1deg);
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    -o-transform: rotate(1deg);
	z-index: -1;
}

/*------*/

/*.pager_hidden{
	display:none;
}*/


/*topへ戻る*/
.wrap_totop{
	width: 100%;
	height: auto;
	position: absolute;
	top:0;
}

.totop{
	width:50%;
	height: 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index:5;
	background:rgba(255,255,255,0.5);
}

.inner_totop{
	width: 100%;
	height: auto;
	position:absolute;
	top: 50%;
	margin-top: -25%;
}

.inner_totop .notice{
	color: #c01249;
	width: 95%;
	margin: 0 auto 2em;
	text-align: left;
}


.totop .btn{
	width: 52.5%;
	display: block;
	margin: 0 auto;
	margin-bottom: 16px;
}

.totop .btn img{
	width: 100%;
}

.totop .btn:hover{
	opacity:0.7;
}


.totop .btn_close_this{
	padding: 10px;
	color:#fff;
	font-size: 24px;
	position: absolute;
	right: 0;
	top: 0;
}

/*右左*/

.feed{
	width: 100%;
	height: auto;
	position: absolute;
	top:50%;
	display: none;
	z-index: 10;
}

.feed a{
	position: absolute;
	margin-top:-20px;
	/*top: 50%;*/
	left: -60px;
	display: block;
	width: 40px;
	height:40px;
	overflow: hidden;
	text-indent: -9999px;
	transition: background 0.5s;
	-webkit-transition: background 0.5s;
}

.feed a#left{
	background:url('../images/pc_book_arrow_l.png') no-repeat top center;
}

.feed a#left:hover{
	background:url('../images/pc_book_arrow_l_h.png') no-repeat top center;

}

.feed a#right{
	left: auto;
	right: -58px;
	background:url('../images/pc_book_arrow_r.png') no-repeat top center;
}

.feed a#right:hover{
	background:url('../images/pc_book_arrow_r_h.png') no-repeat bottom center;
}

/*スライダーバー*/

.wrap_slidebar{
	background: #c93564;
	padding:1.3em 0;
	margin:1em auto 0;
	opacity: 0;
}

#slidebar{
	width: 90%;
	margin: 0 auto;

}

/*ページ番号*/

.wrap_pageno{
	width: 90%;
	position:absolute;
	z-index:10;
	bottom: 65px;
	left: 5%;
	opacity: 0;
}


#pageno{
	width: 94px;
	height: 16px;
	font-size: 16px;
	text-align: center;
	padding: 7px 0 24px;
	background:url('../images/pc_book_pageno.png') no-repeat center center;
	color: #fff;
}

#page_slash{
	padding: 0 0.3em;
}