*{
    -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: #FBC400;
}
#wrapper {
    /*position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;*/
	}

#small_page{
	width:650px;
	height:550px;
	position:absolute;
	background-color:#333;
	overflow:hidden;
	left:72px;
    top:165px;
}

#large_page{
    -webkit-overflow-scrolling:touch;
    position:absolute;
    left:0px;
    top:0px;
    z-index:20060;
    width:100%;
    height:94%;
    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:550px;
	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:650px;
	height:550px;
	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: 325px;
	max-height: 550px;
}
* html body .small {
	/*width: expression(this.width >= this.height ? "506px" : "auto");
	height: expression(this.width < this.height ? "550px" : "auto");*/
}

.small-a {
	display: block;
	width: 550px;
}
.large {
	position:absolute;
	top:0px;
	left:5px;
	width: 1000px;
	height: 1415px;
	max-width: 1000px;
	max-height: 1415px;
}
.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: 910px;
}
img {
	-ms-interpolation-mode: bicubic;
}

.ssmall{
/*
	width:438px;
	height:550px;
*/
}
.l_large{
	position:absolute;
	top:0px;
	left:5px;
	/*
	width:997px;
	height:1420px;
	*/
}

/* テンキー */
#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:13px;
	
}

#header{
    width:1012px;
    height:93px;
    overflow:hidden;
    position:absolute;
    left:5px;
    /*background-image:url(../images/category/header.jpg);*/
   background-repeat:no-repeat;
}

#category{
	width:1012px;
	overflow:hidden;
	position:absolute;
            top:85px;
	/*bottom:565px;*/
	left:5px;
}



/*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:8px 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: 100px;
	height: 32px;
	left:912px;
	top:7px;
	
	/*background-image:url(../images/menu/indexbtn.gif);*/
}


#container {
	background: #FFFFFF;
	z-index:3;
	-webkit-transform: translate3d(0px, 0px, 1px);
	-webkit-transition: .2s -webkit-transform ease-in-out;	
}
#container.show {
	-webkit-transform: translate3d(-290px, 0px, 1px);
	min-width: 320px;

}



/*メニュー表サイズ
#slidemenu.show {
    height: 595px;
    visibility: visible;
    -webkit-transition: z-index 1s linear ;
	z-index:1000;
	
	position:absolute;
	opacity: 0.9;
	
 }*/
/*メニュー表*/
#slidemenu_contents {
	/*display: none;*/

	/*position: relative;*/
	width: 280px;
	overflow:hidden;

}
/*メニュー表動き*/
#slidemenu {
background-color:#666;
	left: 737px;
    height: 456px;
	position: absolute;
    visibility: hidden;
	/*
	-webkit-transition: visibility 0s linear .1s;*/
	overflow:scroll;
	/*bottom:45px;*/
    top:165px;
    z-index: 20050;
 }

	
/*品番検索ボタン*/
#hinban_button {
	position:absolute;
	width: 100px;
	height: 32px;
	left:912px;
	top:45px;
	/*background-image:url(../images/menu/hinban.gif);*/
    z-index: 20045;
}
#container1 {
	background: #FFFFFF;
	z-index:20030;
	-webkit-transform: translate3d(0px, 0px, 1px);
	-webkit-transition: .2s -webkit-transform ease-out;	
}
#container1.show {
	-webkit-transform: translate3d(-290px, 0px, 1px);
	min-width: 320px;

}

/*品番メニュー表サイズ*/
#slidemenu_hinban.show {
    height: 595px;
    visibility: visible;
    -webkit-transition: z-index 0s linear ;
	z-index:1000;
	position: absolute;
	overflow:hidden;
	bottom:50px;
 }
/*品番メニュー表*/
#slidemenu_hinban_contents {
	display: none;
	height: 625px;
	width: 280px;
	opacity: 0.9;
	background-color:#666;
	position:relative;
	
	overflow:hidden;
	}
/*品番メニュー表動き*/
#slidemenu_hinban {

	left: 737px;
	
	position: absolute;
	visibility: hidden;
	-webkit-transition: visibility 0s linear .1s;
	overflow:hidden;
	bottom:5px;



 }

#FD{
	color: #FFF;
	font-size:23px;
	position:relative;
    opacity:0.9;
	background-color:#666;
	z-index:1001;
	padding:10px 15px 5px ;
	
}

#FD input#category-filter{
	width:80px;
	position:relative;
	
}
#filtering{
	position:absolute;	 
	float:left;
    display:block;
    width:60px;
   color:#FFF;
   border:solid #333 3px;   
   font-weight:bold;
   background:#333;
   font-size:21px;
   text-align:center;
   top:10px;
   left:210px;
   padding: 0 5px 0;
}

.page_index{
	position:relative;
	float:left;
	width:221px;
	left:10px;
	
	}


.page_num{
	position:relative;
	float:right;
	width:50px;
	right:15px;
	}	
	
	
/* スライドボタン */
nav ul {
    list-style:none;
}




/*スライドメニュー目次*/
#slidemenu li {
	height:30px;
	list-style: none;
	font-size:15px;
	line-height: 1.8;
	padding:5px 5px 10px 5px;
	color: #FFF;
}
/*#pageTXT{
	width:80px;
	height:18px;
	float:right;
	bottom:800px;
	}*/
#menu_c{
	position:relative;
	-webkit-box-sizing: border-box;
	width:150px;
	height: 13px;
	padding: 5px;
	 bottom:35px;
	 }

#slidemenu li a {
	display: block;
	text-decoration: none;
	
}
#slidemenu li img{
	vertical-align: middle;
	margin-right: 10px;
}

/*スライドメニュー品番*/
#slidemenu_hinban li {
	list-style: none;
    overflow:hidden;
	bottom:50px;
}


#slidemenu_hinban li a {
	display: block;
	
	
}

#slidemenu_hinban li img{
	vertical-align: middle;
	margin-right: 10px;
}
