/* ------------------------------------------------------------
	show img
------------------------------------------------------------ */
#showLoading{
	position:absolute;
	top:0;
	left:0;
	z-index:1000;
	width:100%;
	height:100%;
	background:#1a1a1a;	
}
#loadingImg{
	position:absolute;
	top : 40%; 
	left : 45%;
	z-index:10000;
}



/*tablet, smart*/
#cw_body_tablet {
	-webkit-user-select:none;
    -webkit-text-size-adjust:none;
	padding : 0;
	/*margin : 2em 0 0 0;*/
}
/*pc, tablet, smart*/
#cw_bodyWraper{
	position:absolute; z-index:1;
	bottom:0;
	padding:0;
}
/*tablet, smart*/
#cw_scroller_tablet{
	position:absolute; z-index:1;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	padding:0;
	
	-webkit-transform-origin: 0px 0px;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

/* ------------------------------------------------------------
	Thumb
------------------------------------------------------------ */
.cwThumbListBody{
	margin-bottom:30px; 
	position:relative;
	cursor:pointer; 
	border:1px #c0c0c0 solid;
	background:#313131;
	background: transparent;
}

.cwThumbListBody_left{
	float:left;
}

.cwThumbListBody_right{
	float:right;
}

.cwThumbLoad{ 
	position:relative;
}

.cwThumbLoad .cwThumbLoadImg{
	position:absolute;
	background:#313131;
}

.pageLabel{
	color:#c0c0c0;
	font-weight:normal;
}
.thumbSelect{
	position:absolute; 
	background:#fd6f6f;
	background:rgba(253,111,111,0.5);
	left:-1px; 
	top:-1px;
	opacity:0;
	filter: alpha(opacity = 0);
}
.thumbSelectHover{
	opacity:1;filter: alpha(opacity = 100); 
	border:1px #FF2828 solid;
}

.thumbIe8SelectHover{
	filter: alpha(opacity = 50);
	border:1px #FF2828 solid;
}
/* ------------------------------------------------------------
	Toc
------------------------------------------------------------ */
#tocTable{
	width:100%;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

#tocTable td{
	color:#FFF;
	font-size: 20px;
	border: 0;
	vertical-align:middle;
}

.tocTrSelect{
	background:#7D7DFF;
}


#tocTable td.tocTitle{
	width:80%;
	padding:0 5px;
}

#tocTable td.tocPage{
	width:20%;
	text-align:right;
	padding-right:10px;
	cursor:pointer;
	font-size: 12px;
}

#tocTable .listIcon{
	width:30px;
	height:30px;
	float:left;
	text-align:center;
	margin-right:8px;
}

#tocTable .tocContens{
	color:#FFF;
	font-size: 15px;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
}

#tocTable .tocContens, #tocTable img{
	cursor:pointer;
}

/* ------------------------------------------------------------
	BOOKMARK
------------------------------------------------------------ */
.cwBookMarkThumb{background:#000; }
.sioriClip{
	position:absolute;
	background:url(images/pc/popup/bookmark/siori_clip.png) center center;
	width:18px;
	height:32px;
	cursor:pointer;
	z-index:100;
	top:-5px;
}


/* ------------------------------------------------------------
	PRINT
------------------------------------------------------------ */
.previewPrintThumb{float:left;}
.previewPrintThumb img{border:1px solid #333;}
/* ------------------------------------------------------------
	MEMO
------------------------------------------------------------ */
.memoDisplayBody{
	margin:0;
	z-index:41;
	padding:2px;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.memoDisplayBody table{
	width:100%;
	height:100%;
	border-spacing:0;
	margin:0;
	padding:0;
}

.memoDisplayBody thead th{
	padding: 5px 3px 7px;
	height:20px;
}

.memoDisplayBody .memoHeader:active{
	cursor:move;
}

.memoDisplayBody .memoTitle{
	text-align:left;
	font-size:1.2em;
}

.memoDisplayBody .memoMini, .memoClose{
	width:20px;
}

.memoDisplayBody th a{
	width:20px;
	height:20px;
	display: block;
	float:left;
	cursor:pointer;
}

.memoDisplayBody tbody textarea{
	border: none;
	overflow-x:hidden;
	overflow-y:auto;
	padding:0 5px;
	margin:0;
	width:100%;
	resize:none;
	font-size:1.2em;
	box-sizing:border-box;
	-moz-box-sizing: border-box;
}

.memoDisplayBody .miniStatusViewImg{
	position:relative;
	display:none;
	width:33px;
	height:33px;
	cursor:pointer;
}

/* ------------------------------------------------------------
	MEMO IPAD TEXTAREA
------------------------------------------------------------ */
.fullTextareaBody{
	position:fixed;
	width:100%;
	background:#fff;
	z-index:1000;
	top:0;
	display:none;
}

.fullTextareaBody table{
	width:100%;
	height:100%;
	border-spacing:0;
	margin:0;
	padding:0;
}

.fullHeader{
	background:url(images/memo_titlebg.png) repeat-x;
	margin:0;
	padding:0;
}

.fullTextarea{
	padding:0;
	margin:0;
	clear:both;
	width:100%;
	top:-4px;
}

.ipadMemoConetes{
	word-break:break-all;
	overflow:auto;
	font-size:1.3em;
}

.memo_scroller{
	position:relative;
	width:100%;
	-webkit-transform: translate(0px, 0px) translateZ(0px);
}

/*縦 ipad*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {


}

/*横 ipad*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {


}

