/* ------------------------------------------------------------
	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;
	-ms-touch-action: none;
}
/*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; 
	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{
	position:relative;
	width:30px;
	height:30px;
	float:left;
	text-align:center;
	margin-right:8px;
}

#tocTable .levelListViewIcon{
	position:relative;
}

#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:90;
	top:-5px;
	background-size:cover;
}

.bookMarkEditMode{
	position:absolute;
	display:none;
	z-index:100;
	top:0;
	left:0;
}


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

.miniMemoDisplayBody{
	padding:0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.miniStatusOpacity{
	opacity:0.7;
}

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

.memoDisplayBody thead th{
	height:30px;
}*/

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

.memoDisplayBody .memoTitle{
	float:left;
	text-align:left;
	font-size:small;
	vertical-align:middle;
	padding:2px;
}

.memoDisplayBody .memo_header_icon{
	float:right;
	cursor:pointer;
	/*width:30px;
	height:30px;*/
}

.memoDisplayBody .memoMini{
	margin-right:4px;
}

/*pc only*/
.memoDisplayBody textarea{
	border: none;
	overflow-x:hidden;
	overflow-y:auto;
	padding: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;
}

.ipadMemoConetes{
	position:relative;
	word-break:break-all;
	overflow:hidden;
	font-size:20px;
	padding:5px;
}


.memo_scroller{
	position:absolute;
	width:100%;
	
	-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;
	
	-ms-touch-action: none;
}

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

.fullHeader{
	background: rgb(255,255,255); 
	background: -moz-linear-gradient(top,  rgb(255,255,255) 1%, rgb(244,245,247) 21%, rgb(170,174,186) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgb(255,255,255)), color-stop(21%,rgb(244,245,247)), color-stop(100%,rgb(170,174,186))); 
	background: -webkit-linear-gradient(top,  rgb(255,255,255) 1%,rgb(244,245,247) 21%,rgb(170,174,186) 100%); 
	background: -o-linear-gradient(top,  rgb(255,255,255) 1%,rgb(244,245,247) 21%,rgb(170,174,186) 100%);
	background: -ms-linear-gradient(top,  rgb(255,255,255) 1%,rgb(244,245,247) 21%,rgb(170,174,186) 100%);
	background: linear-gradient(to bottom,  rgb(255,255,255) 1%,rgb(244,245,247) 21%,rgb(170,174,186) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#aaaeba',GradientType=0 );
	border-top: 1px solid rgba(255,255,255,0.8);
	border-bottom: 1px solid rgba(121,127,144,0.8);
	margin:0;
	padding:0;
	position:absolute;
	width:100%;
}

.fullTextContents{
	position:absolute;
	width:100%;
	height:100%;
	top:72px;
}

.fullTextarea{
	padding:2px;
	margin:0;
	clear:both;
	width:100%;
	border:none;
	top:-4px;
	font-size:1.5em;
	overflow-y:scroll;
	
	-ms-touch-action: none;
}*/

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

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

.fullHeader{
	background: rgb(255,255,255); 
	background: -moz-linear-gradient(top,  rgb(255,255,255) 1%, rgb(244,245,247) 21%, rgb(170,174,186) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgb(255,255,255)), color-stop(21%,rgb(244,245,247)), color-stop(100%,rgb(170,174,186))); 
	background: -webkit-linear-gradient(top,  rgb(255,255,255) 1%,rgb(244,245,247) 21%,rgb(170,174,186) 100%); 
	background: -o-linear-gradient(top,  rgb(255,255,255) 1%,rgb(244,245,247) 21%,rgb(170,174,186) 100%);
	background: -ms-linear-gradient(top,  rgb(255,255,255) 1%,rgb(244,245,247) 21%,rgb(170,174,186) 100%);
	background: linear-gradient(to bottom,  rgb(255,255,255) 1%,rgb(244,245,247) 21%,rgb(170,174,186) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#aaaeba',GradientType=0 );
	border-top: 1px solid rgba(255,255,255,0.8);
	border-bottom: 1px solid rgba(121,127,144,0.8);
	margin:0;
	padding:0;
}

.fullTextarea{
	padding:2px;
	margin:0;
	clear:both;
	width:100%;
	height:100%;
	top:-4px;
	font-size:1.5em;
	overflow-y:scroll;
	
	-ms-touch-action: none;
}
/*****************************************************************************
	Z-INDEX 
*****************************************************************************/

.stampDisplayBody{
	z-index:50;
}
.linkDisplayBody{
	z-index:51;
}

.blindbody{
	z-index:52;
}

.icon_movie, .icon_photo{
	z-index:53;
}

.memoDisplayBody{
	z-index:54
}


/*縦 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) {


}

