body {
  margin: 0;
/*
  background: #f7fcfb;
*/
background: #f7fbfb;
  -webkit-transform-style: preserve-3d;
-webkit-backface-visibility:hidden;
-webkit-perspective: 1000;


  position: absolute;
  font-family:'Noto Sans JP', sans-serif;
  height: 100%;
  width: 100%;
}



#viewer.spreads {
/*
  width: 80%;
*/
  width:90%;
  height: 100%;
  margin: 0px auto;
  text-align: center;
  overflow: hidden;
}

#viewer.scrolled {
  overflow:hidden;
  margin: 0 auto;
  width: 60%;
  left:20%;
  height:100%;
  right:20%;
  top:0px;

}


.bottomShow img:hover{
}



/*
#topbar{
	position:absolute;
	opacity:0.8;
	width:100%;
	background:white;
	height:50px;
	z-index:10;
	visibility:hidden;
}*/


#viewer.scrolled.single {
}


#viewer.smartphone {
  overflow: hidden;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  left:0px;
  width: 100%;
  height:100%;
}

#viewer.scrolled .epub-view > iframe {
}

#viewer.smartphone .epub-view > iframe {
}


#viewer iframe {
  border: none;
  
}

#rangedesc {
	font-size:15px;
/*
	opacity:0.8;
*/

}

#prev {
  left: 0;
}

#next {
  right: 0;
}

#toc {
  display: block;
  margin: 10px auto;
}

/*
@media (min-width: 1000px) {

  #viewer.spreads.single:after {
    display: none;
  }

  #prev {
    left: 20px;
  }

  #next {
    right: 20px;
  }
}
*/
.epub-view{
}


.epub-container{
position: absolute;
width:100%;
left:0px;
text-align: center;
overflow-y:scroll;
}



.arrow {
  position: fixed;
  top: 50%;
  margin-top: -32px;
  font-size: 64px;
  color: #E2E2E2;
  font-weight: bold;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
 /* user-select: none;*/ 
  text-decoration: none;
}

.navlink {
  margin: 14px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #ccc;
}

.arrow:hover, .navlink:hover {
  color: #777;
}

.arrow:active, .navlink:hover {
  color: #000;
}


@font-face {
  font-weight: normal;
  font-style: normal;
}

body {
   overflow:hidden;
}

/*
@media only screen and (max-width: 1040px) {
  #viewer{
    width: 50%;
    margin-left: 25%;
  }

  #divider,
  #divider.show {
    display: none;
  }
}

@media only screen and (max-width: 900px) {
  #viewer{
    width: 60%;
    margin-left: 20%;
  }

  #prev {
    left: 20px;
  }

  #next {
    right: 20px;
  }
}

@media only screen and (max-width: 550px) {
  #viewer{
    width: 80%;
    margin-left: 10%;
  }

  #prev {
    left: 0;
  }

  #next {
    right: 0;
  }

  .arrow {
    height: 100%;
    top: 100px;
    width: 30%;
    text-indent: -10000px;
  }

}

*/
/* For iPad portrait layouts only */
/*
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
    #viewer iframe {
        width: 600px;
        height: 740px;
    }
}
*/
 /*For iPad landscape layouts only */
/*
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
    #viewer iframe {
        width: 600px;
        height: 415px;
    }
}
/* For iPhone portrait layouts only */a
/*
@media only screen and (max-device-width: 480px) and (orientation: portrait) {
    #viewer {
      width: 256px;
      height: 432px;
    }
    #viewer iframe {
       width: 256px;
       height: 432px;
    }
}
*/
/* For iPhone landscape layouts only */
/*
@media only screen and (max-device-width: 480px) and (orientation: landscape) {
    #viewer iframe {
        width: 256px;
        height: 124px;
    }
}
*/


.dropdown {
    z-index:10;
    position:fixed;
    top:10px;
}

.dropdown-content {
    display: none;
    position: fixed;
    background-color: silver;
    min-width:300px;
    max-width:400px;
    height:500px;
    font-size: 14px;
    left:5px;
    z-index:10;
    overflow: auto;
    top:30px;
    border-radius: 0.5em;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content-hide {
   display: none;
}


.normal{background-color:silver}




.booktitle{
        font-size:15px;
        position:fixed;
        top:5px;
        text-align:center;
        width:84%;
	left:8%;
	right:8%;
        color:black;
        z-index:10;
	overflow: auto;
}
/*
.pagenavi{
        font-size:25px;
        position:fixed;
        bottom:2px;
        text-align:center;
        width:100%;
        color:white;
        z-index:10;
	visibility:hidden;
}
*/

        .configarea {
	    top:10px;  
            box-sizing: border-box;
            width: 200px;
            font-size: 14px;
            text-align: center;
	    position:fixed;
	    right:5px;
            z-index:10;
        }

        .configarea p {
            height: 24px;
            padding-top:1px;
            position: relative;
            text-align: right;
            z-index: 10;
            margin: 0px;
        }


        .configarea .fontsizeconfig {
            display: none;
	    z-index:10;
	    overflow: auto;
	    border-radius: 0.5em;
            overflow: auto;
	    min-height:250px;
            background-color: silver;
        }
	.configarea .fontsizeconfig-hide {
            display: none;
        }


        .configarea .fontsizeconfig p {
            min-height: 50px;
	    text-align: center;
            line-height: 40px;
        }
	 .configarea .fontsizeconfig p img {
		cursor: pointer;
		vertical-align: middle;
		transition: all 0.6s;
		
        }
	 .configarea .fontsizeconfig p img:hover{
		transform: scale(2);
        }


        .configarea .fontsizeconfig p:hover {
            background-color: darkgray;
            color: white;
        }

        .configarea .fontsizeconfig .dp-active {
            display: none;
        }

	
        .configarea:hover .fontsizeconfig {
            display: block;
        }

	 

     .bookmarkarea {
	    top:10px;  
            box-sizing: border-box;
            width: 200px;
            font-size: 14px;
            text-align: center;
	    position:fixed;
	    right:100px;
            z-index:10;
        }

        .bookmarkarea p {
            height: 24px;
            padding-top:1px;
	    /*
            position: relative;
	   */
            text-align: left;
            z-index: 10;
            margin: 0px;
        }


        .bookmarkarea .bookmarkconfig {
            display: none;
	    z-index:10;
	    overflow: auto;
	    border-radius: 0.5em;
            overflow: auto;
            background-color: silver;
	    padding:0px;
        }
	.bookmarkarea .bookmarkconfig-hide {
            display: none;
        }

        .bookmarkarea .bookmarkconfig td {
            min-height: 50px;
            line-height: 40px;
        }
	 .bookmarkarea .bookmarkconfig td img {
		cursor: pointer;
		vertical-align: middle;
		
        }
	 .bookmarkarea .bookmarkconfig  td img:hover{
		transform: scale(1.2);
        }


        .bookmarkarea .bookmarkconfig tr:hover {
            color: white;
	    background-color:silver;
        }

        .bookmarkarea .bookmarkconfig .dp-active {
            display: none;
        }

	.bookmarkarea:hover {
            cursor: pointer;
        }
	
        .bookmarkarea:hover .bookmarkconfig {
            display: block;
        }

	.messagewindow {

		position:absolute;
		width:16%;
		height:20%;
		top:30%;
		right:42%;
		border-radius: 0.5em;
		vertical-align: middle;
	}	


	.messageInnerDiv {
		text-align: center;
		width:150%;
		height:150%;
		vertical-align: middle;
		background:lightgray;
		border:1px;
		
	}
	.messageInput {
		width:100%;
		height:45%;
		top:0px;
		background:"#2E2E2";
		border: none ;
		border-style: none ;
		border-radius: 0.5em;
	}

	 .messageInput:hover {
		background: darkgray;
		cursor: pointer;
	}




.center {
  position: fixed;
  top: 50%;
  left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}



<!--
	a:link { text-decoration: none;}
 -－> 

.imgcolcor {
}


.loader,
.loader:before,
.loader:after {
  background: black;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 3em;
}
.loader {
  color: black;
  text-indent: -9999em;
  margin: 88px auto;
  position: absolute;
  font-size: 10px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  top:35%;
  left:50%;
  z-index:35;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}



.loader2,
.loader2:before,
.loader2:after {
  background: white;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 3em;
}
.loader2 {
  color: white;
  text-indent: -9999em;
  margin: 88px auto;
  position: absolute;
  font-size: 10px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  top:35%;
  left:50%;
  z-index:35;
}
.loader2:before,
.loader2:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader2:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader2:after {
  left: 1.5em;
}




@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

.threeDwdorker{
    
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
-webkit-overflow-scrolling : touch;	/*
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	overflow-y: hidden;
	overflow-x: hidden;;
     
	@media only screen and  (max-width: 900px){
	position:fixed;
	}*/

}
.titleDesc{
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
.monthlyPlanDesc{
	text-align: center;
}
.thuAreaDiv{
/*max-width:200px;*/
max-width:100%;
width: 100%;
left: 50%;
transform: translateX(-50%);
position: relative;
}
.thuAreaImg img{
	max-width:200px;
}

.priceArea{
    color: #F00;
    font-weight: bolder;
        padding-bottom: 10px;
        text-align: center;
}

.originPrice{

	color: #999;
	font-weight: initial;
	text-decoration: line-through;
}

.priceRightnow{

}

.titleDescPopWindow{
        padding-top: 10px;
        padding-bottom: 5px;
        text-align: center;
}



.hideScroll::-webkit-scrollbar { 
	width:0 !important ;
}
.hideScroll{
 scrollbar-width: none; 
 -ms-overflow-style: none;
 overflow: -moz-scrollbars-none; 
}


.biggerBtn{
	padding:5px 20px 5px 20px;
	width:auto !important;
	font-weight: bolder;


}



.descDiv{
        top: 0px;
        position: fixed;
        display:block;
        background-image:url( '/images/desc/desc@3x.png' );
        background-repeat: no-repeat;
        background-size: 100% 100%;
}



@media (max-width: 767px) {
        .descDiv{
        	background-image:url( '/images/desc/desc@2x.png' );
        }
}



.descDivNew{
        top: 0px;
        position: fixed;
        display:block;
        background-image:url( '/images/desc/descNew@3x.png' );
        background-repeat: no-repeat;
        background-size: 100% 100%;
}



@media (max-width: 767px) {
        .descDivNew{
                background-image:url( '/images/desc/descNew@2x.png' );
        }
}




.closeDescDiv{
        height:10%;
        width:100%;
        position:absolute;
        right:0px;
	bottom:0px;
        display:block;
        cursor: pointer;
}

.naviIndexMark{
        background-color: #F87575 !important;
        border-radius: 12px;
        width: 20px !important;
        height: 20px !important;
        position: absolute;
        z-index: 29;
        pointer-events: none;
	left: 50%;
  	width: 50%;
	top:50%;
  	transform: translateX(-50%) translateY(-50%);
}
}

