﻿*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: none;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html, body{
    -webkit-text-size-adjust: 100%;
    /*    height: 50%;
        width: 5;
        min-height:500px;
        width: 100%;
        -webkit-transform: translate(0px,200px);
        */
    background-color: #596164;
}
#wrapper {
    /*position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;*/
}

#small_page{
    width:992px;
    height:552px;
    position:absolute;
    background-color:#fff;
    overflow:hidden;
    left:5px;
    top:75px;
}

#large_page{
    -webkit-overflow-scrolling:touch;
    position:absolute;
    left:0px;
    top:0px;
    z-index:20060;
    width:100%;
    height:93%;
    display:none;
    /*
    overflow:auto;
    */
}
#print_page{
    -webkit-overflow-scrolling:touch;
    position:absolute;
    left:0px;
    top:0px;
    z-index:20065;
    width:100%;
    height:100%;
    display:none;
    /*
    overflow:auto;
    */
}


/* スクロールデモページ
------------------------------------------------ */
.demoScroll {


    /*margin: 0 0 20px;
    height: 300px;
    width:100%;
    height:95%;
overflow: auto;
    position:absolute;
    left:0px;
    top:0px;
    z-index: 00;
    */
}
.mScroll {

    width:100%;
    height:95%;

    /*
    overflow: hidden;
        box-shadow: 0 0 10px #999;
         border-radius: 5px;
         margin: 0 0 20px;
        */
    position: relative;
}
.mScrollBar {
    /*
     z-index: 20100;
        */
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 50px;
    border-radius: 3px;
    background: #FFFFFF;

    opacity: 0.4;

}

.framepre{
    /*-webkit-transition-property: width translate;*/
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function:ease-in;
    position:absolute;
    width:0px;
    height:552px;
    overflow:hidden;
}

.frame{
    /*-webkit-transition-property: width translate;*/
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function:ease-in;
    /*-webkit-transition-delay: 0s;
    -webkit-transform-origin:100% 0%;
    -webkit-box-shadow: 20px 0 20px rgba(0, 0, 0, .5) inset;*/
    -webkit-transform-style:preserve-3d;
    position:absolute;
    width:1012px;
    height:552px;
    overflow:hidden;

    /*background-color:#00F*/
}

.odd{
    position:absolute;
    -webkit-transform: translate(0px, 0px) ;



}
.even{
    position:absolute;
    -webkit-transform: translate(506px, 0px);

}
.oddsatart{
    -webkit-transform-style:preserve-3d;
    /*   -webkit-transition-property:width, translate;*/
    -webkit-transition-timing-function:ease-in;

    /*-webkit-transition-property: all;
    -webkit-transition-timing-function:ease-in-out;
    */
    -webkit-transition-duration: 0.5s;
    position:absolute;
    -webkit-transform: translate(960px, 0px);
}

.evensatart{
    -webkit-transform-style:preserve-3d;
    /*-webkit-transition-property:width, translate;*/
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function:ease-in;
    position:absolute;
    -webkit-transform: translate(-506px, 0px);
}


/*画像関係*/
/*CSSのみでリサイズ*/
.small {
    width: auto;
    height: auto;
    max-width: 496px;
    max-height: 552px;
}
* html body .small {
    /*width: expression(this.width >= this.height ? "506px" : "auto");
    height: expression(this.width < this.height ? "463px" : "auto");*/
}

.small-a {
    display: block;
    width: 463px;
}
.large {
    position:absolute;
    top:0px;
    left:5px;
    height: 1113px;
    width: 1000px;
    max-width: 1000px;
    /*max-height: 994px;*/
}
.print {
    position:absolute;
    top:0px;
    left:5px;
    width: auto;
    height: auto;
    /*
    max-width: 1000px;
    max-height: 1420px;
    */
}
* html body .large {

    /*	width: expression(this.width > this.height ? "997px" : "auto");
        height: expression(this.width < this.height ? "1420px" : "auto");*/
}
.large-a {
    display: block;
    width: 1000px;
}
img {
    -ms-interpolation-mode: bicubic;
}

.ssmall{
    /*
        width:438px;
        height:463px;
    */
}
.l_large{
    position:absolute;
    top:0px;
    left:5px;
    /*
    width:997px;
    height:1420px;
    */
}

/* 価格表へ */
#price_page{

    position:absolute;

    width:100px;
    height:23px;
    font-size: 12px;
    font-weight: bold;


    text-align: center;
    left:45%;
/*
    top:600px;

    */
    padding-top:1px;

    z-index:30005;
    background-color:#bfebff;
}


/* テンキー */
#pinch{

    overflow:hidden;
    position:absolute;
    visibility:hidden;
    /*

    bottom:90px;
    */
    top:200px;
    left:20%;
    z-index:30003;
    background: url(../images/pinch2/pinch_back2.png);
    background-repeat: no-repeat;
}

/* テンキー */
#tenkey{
    visibility:hidden;
    overflow:hidden;
    position:absolute;
    /*bottom:90px;*/
    top:90px;
    left:30%;
    z-index:20002;
    background: url(../images/tenkey2/tenkey_back_back.png);
    background-repeat: no-repeat;
}

#search_key{
    visibility:hidden;
    overflow:hidden;
    position:absolute;
    /*bottom:90px;*/
    top:90px;
    text-align: center;
    left:13%;
    z-index:20002;
    background: url(../images/search/search_back.png);
    background-repeat: no-repeat;
}

#search_result
{
    background-color:#666;
    background: url(../images/search/result_num.png);
    font-weight: bold;
    text-align: center;
    /*
    display: block;
    background-color: yellow;
    height: 480px;
     color: white;
    overflow:auto;
    line-height: 133%;
    width: 240px;
    z-index: 20020;
    */
}
#search_link_list
{
    background-color:#666;
    background: url(../images/search/result_back.png) no-repeat;
    text-align: center;
}
#search_link
{
    font-weight: bold;
    text-align: left;
    font-size: 14px;
    padding-top: 7px;
    letter-spacing: 0.1px;
    /*
    color: white;
    width: 240px;
    z-index: 20030;
    margin-top: 5px;
    display: block;
    background-color: yellow;
    height: 480px;
     color: white;
    overflow:auto;

    width: 240px;
    z-index: 20020;
    */


}
#search_link ul li
{
    padding-top: 2px;
    padding-left: 22px;
}
#paging
{
    background-color:#666;
    background: url(../images/search/paging.png);
}
#paging table
{
    font-weight: bold;
    text-align: center;
    font-size: 12px;
}
#search_result_list
{
    visibility: hidden;
    width: 280px;
    background-color:#666;
    position: absolute;
    z-index: 20004;
    padding: 20px;
    left: 737px;
    height: 520px;
    overflow:auto;
    /*overflow:hidden;*/
    bottom:45px;
    z-index: 20030;
}
#number{
    background:#FFFFFF;
    text-align:right;
    padding-right:5px;
}

#item_number{
    background:#FFFFFF;
    text-align:right;
    padding-right:5px;
}

#min_max{
    /*color:white;
   */
    font-weight: bold;
    padding-top: 10px;
    font-size:13px;
    text-align:center;
    background-image: url("../images/tenkey2/number_back.png");
}
#item_min_max{
    /*color:white;*/
    font-weight: bold;
    padding-top: 10px;
    font-size:13px;
    text-align:center;
    background-image: url("../images/search/number_back.png");
}
/* ローディング*/
#loading-mask {
    width:100%;
    height:100%;
    background:#000000;
    position:absolute;
    z-index:30000;
    left:0;
    top:0;
    opacity:0.5;
}


#loading{
    position:absolute;
    left:43%;
    top:40%;
    padding:2px;
    width:150px;
    height:150px;
    text-align:left;
    z-index:30001;
    /*
   	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	*/
}

#loading .loading-indicator{
    color:white;
    font:bold 13px tahoma,arial,helvetica;
    padding:9px;
    margin:0;
}

.logo{
    position:absolute;
    left: 15px;
    top:10px;

}

#header{
    width:1012px;
    height:77px;
    overflow:hidden;
    position:absolute;
    left:5px;
    /*background-image:url(../images/will_header.png);*/
}

#category{
    width:1012px;
    overflow:hidden;
    position:absolute;
    top:2px;
    height:70px;
    /*bottom:565px;*/
    left:5px;
    background-image:url(../images/category/logo.jpg);
}



/*footer*/
#footer{
    overflow:hidden;
    position:absolute;
    /*bottom:0px;*/
    top:627px;
    height: 44px;
    width: 1014px;
    color: #FFF;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
    font-weight: bold;
    background: -webkit-gradient(linear, center top, center bottom, from(#666), color-stop(25%, #777), color-stop(85%, #666), to(#666));
    border-top: 1px solid #ccc;
    border-right: 1px solid #333;
    /*border-bottom: 1px solid #666;*/
    border-left: 1px solid #333;
    -webkit-box-sizing: border-box;
    z-index:200;
    /*display: none;*/
}
#footer ul{
    position: absolute;
    top: -1px;
    left: 0;
    text-align: center;
}
#footer ul li{
    float: left;
    list-style-type: none;
}
#footer ul li.box{
    height: 32px;
    line-height: 35px;
    padding: 5px;
    border-top: 1px solid #ccc;
    border-right: 2px solid #333;
    border-bottom: 1px solid #666;
    border-left: none;
    min-width: 38px;
    text-align: center;
}
#footer ul li.box:last-child{
    float: right;
    /*border-left: 2px solid #333;
    border-right: none;*/
}
#footer ul li.box2{
    height: 44px;
    line-height: 35px;
    padding: 5px;
    border-top: 1px solid #ccc;
    border-right: 2px solid #333;
    border-bottom: 1px solid #666;
    border-left: none;
    min-width: 43px;
    text-align: center;
}
#footer ul li.box2:last-child{
    float: right;
    /*border-left: 2px solid #333;
    border-right: none;*/
}
#footer ul li div > img{
    display: inline-block;
    vertical-align: middle;
}
#footer ul li #btnMove{
    padding: 6px 5px;
}
#footer ul li #btnMove .textbox{
    float: left;
    width: 36px;
    height: 20px;
    text-align: right;
    -webkit-border-radius: 0;
}
#footer ul li #btnMove .label{
    float: left;
    width: 34px;
    height: 24px;
    padding: 0 3px;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    text-align: left;
    font-weight: normal;
    line-height: 24px;
    color: #333;
    min-width: 0;
}
#footer ul li #btnMove #btnMoveGo{
    padding: 2px 5px;
    min-width: 0;
    float: left;
    border-top: 1px solid #444;
    border-right: 1px solid #444;
    border-bottom: 1px solid #444;
    border-left: 1px solid #444;
    background: -webkit-gradient(linear, center top, center bottom, from(#777), to(#555));
    font-weight: normal;
    line-height: normal;
}

/*#bookshelf{
	background: url(../images/bookshelf/bookshelf_l.jpg) repeat-y;
}
#bookshelf .box{
	width: 160px;
}
#btnAuto{
	width: 83px;
}
#btnAuto:after{
	margin-left: 5px;
	content: "自動めくり";
}*/


#left_kensaku #right_kensaku{
    width:20px;
    height:20px;

}
#btnFirst, #btnLast{
    width: 80px;
}
#btnPrev, #btnNext{
    width: 130px;
}

#btnFirst:after{
    margin-left: 5px;
    content: "表紙へ";
}
#btnFirst p{
    margin:10px 0px 0px 3px;
    float:left;
    background-image:url('../images/footer/first.png');
    background-repeat:no-repeat;
    width:17px;
    height:16px;
}
#btnPrev:after{
    margin-left: 15px;
    content: "前のページへ";
}
#btnPrev p{
    background-image:url('../images/footer/prev.png');
    background-repeat:no-repeat;
    width:12px;
    height:16px;
    position:absolute;
    top:16px;
    left:360px;
}

#btnNext:before{
    margin-right: 10px;
    content: "次のページへ";
}
#btnNext p{
    background-image:url('../images/footer/next.png');
    background-repeat:no-repeat;
    width:12px;
    height:16px;
    position:absolute;
    top:16px;
    left:650px;
}

#btnLast:before{
    margin-right: 5px;
    content: "裏表紙へ";
}
#btnLast p{
    float:right;
    margin:10px 0px 0px 0px;
    background-image:url('../images/footer/last.png');
    background-repeat:no-repeat;
    width:17px;
    height:16px;
}
#btnLast:before{
    margin-right: 5px;
    content: "裏表紙へ";
}
#btnZoom:after{
    /*margin-left: 5px;
    content: "拡大";*/
}
.btnZoomIn:after{
    margin-left: 5px;
    content: "拡大";
}
.btnZoomOut:after{
    margin-left: 5px;
    content: "縮小";
}
.btnZoomIn p{
    margin:8px 0px 0px 10px;
    background-image:url('../images/footer/icon_plus.png');
    background-repeat:no-repeat;
    width:20px;
    height:22px;
    float:left;
}
.btnZoomOut p{
    margin:8px 0px 0px 10px;
    background-image:url('../images/footer/icon_minus.png');
    background-repeat:no-repeat;
    width:20px;
    height:20px;
    float:left;
}
.kensaku1{
    width:100px;
}
.kensaku1:after{

    margin-left:5px;
    content:"ページ検索"
}
.kensaku1 p{
    margin:5px 0 0 10px;

    background-image:url("../images/footer/icon_kensaku.png");
    background-repeat:no-repeat;
    width:20px;
    height:20px;
    float:left;
}



#loading-indicator:after{
    content: " Loading...";
}
img{
    /*vertical-align: bottom;*/
}
.cf{
    width: 1012px;
}
.cf:after{
    content: '';
    display: block;
    clear: both;
}

    /*目次ボタン*/
#menu_button {
	position:absolute;
	width: 90px;
	height: 30px;
	left:912px;
	top:3px;
	/*background-image:url(../images/menu/indexbtn.gif);*/
}

/*品番検索ボタン*/
#hinban_button {
position:absolute;
	width: 90px;
	height: 30px;
	left:912px;
	top:37px;
	/*background-image:url(../images/menu/hinban.gif);*/
    z-index: 20045;
}

/*メニュー表*/
#slidemenu {
background-color:#666;
	left: 695px;
	width: 320px;
	height:552px;
	position: absolute;
          visibility: hidden;
	overflow:scroll;
	top:75px;
	z-index: 20080;
 }

/*メニュー表中身*/
#slidemenu_contents {
 -webkit-overflow-scrolling:touch;
          height:552px;
	/*display: none;*/
	/*position: relative;*/
	 overflow-x : hidden;
}

#slidemenu li {
	height:30px;
	list-style: none;
	font-size:14px;
	line-height: 1.8;
	padding:10px 5px 5px 5px;
	color: #FFF;
}

.page_index{
	position:relative;
	float:left;
	width:260px;
	left:10px;
	}
	
.page_num{
	position:relative;
	float:right;
	width:50px;
	right:15px;
	}