@charset "utf-8";

@import url("/lib/css/base.css");

/* eBook */
.ebook_wrap{margin: 0 auto; border: 3px solid #7995f2; border-top:none;}
.ebook_wrap01{margin-right:10px;}
.ebook_top{/*position:fixed;*/ top:4px; left:0px; z-index:9999; width:100%; height:51px; overflow: hidden; background:#4578d7 url(/images/sub/ebook_dot.gif) repeat-y right; border-top: 3px solid #7995f2;}
.ebook_top01{width:1000px; height:51px; background:url(/images/sub/ebook_dot.gif) repeat-y left;}
.ebook_top div.ebook_title{float: left; padding-top: 12px; margin:0 10px 0 10px;}
.ebook_top div.ebook_page{float: left; padding-top: 12px; margin-right: 21px;}
.ebook_top div.ebook_zoom{float: left; padding-top: 12px; margin-right: 10px; padding-left: 15px; background: url(/images/sub/view_bar.gif) 0 17px no-repeat;}
.ebook_top div.ebook_dwn{float: left; padding:12px 0 0 15px; margin-right: 15px; background: url(/images/sub/view_bar.gif) 0 17px no-repeat;}
.ebook_top div.ebook_size{float: left; padding:12px 0 0 15px; background: url(/images/sub/view_bar.gif) 0 17px no-repeat;}
.ebook_top div.ebook_size span a{font-weight: bold; color:#fff;}
.ebook_top span{color: #fff; line-height: 23px;}
.ebook_top span.ebook_t{margin-left: 5px;}
.ebook_top input[type="text"]{width: 343px; height: 20px;}
.ebook_top input.page_t{width: 33px; color:#fff; padding-left: 5px; border: 1px solid #689cff; background-color: #264887;}
.ebook_top input.percent_t{width: 52px; border: 1px solid #689cff; background-color: #264887;}
.ebook_top p{position:absolute; top:0px; right:3px;}

.ebook_bottom{position:relative; overflow: hidden; background-color: #ebebeb; padding: 28px 28px 28px 28px;}
.ebook_bottom .ebook_content img{border: 1px solid #9b9b9b;}
.ebook_bottom span.page_left{position:fixed; top:50%; left:0;}
.ebook_bottom span.page_right{position:fixed; top:50%; right:0;}


@media screen and (max-width: 768px) {
    .ebook_top span{display:none;}
}