/* ------------------------------------------------------------
	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/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;
}

.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%;
	left: 0;
	top: 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;
	
	-ms-touch-action: none;
}

/* ------------------------------------------------------------
	MEMO MOBILE TEXTAREA
------------------------------------------------------------ */
.fullTextareaBody{
	position:absolute;
	width:100%;
	height:100%;
	background:#fff;
	z-index:1000;
	top:0;
	left: 0;
	visibility:hidden;
	
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*display:none;*/
}
#mobileMemoTextSave_btn{
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	width: 100px;
}

.fullTextarea{
	position: absolute;
	width:100%;
	height: 100%;
	font-size: 1.5em;
	padding: 10px;
	border:none;
	
	-moz-user-select: text;
	-webkit-user-select: text;
}

#phone-memo-list-body{
	position: absolute;
	display: none;
	right: 5px;
	bottom : 105px;
	width: 50px;
	height: 50px;
	background: rgba(0,0,0,.8);
	padding: 5px;
	z-index: 100;
}

.phone-memo-list-icon{
	position: relative;
	padding: 5px;
	width: 40px;
	height: 40px;
	
	background: url(images/icon_memo.png);
	background-size: cover;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: visible;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.phone-memo-list-icon:active{
	opacity: 0.3;
	-webkit-transition-duration: 0ms;
	transition-duration: 0ms;
}

.phone-memo-list-count{
	color: #fff;
	font-size: 2em;
	line-height: 2.4;
}
/*****************************************************************************
	TEXT POPUP 
*****************************************************************************/
.textpopup-view{
	margin:0;
	padding:5px;
	position:absolute;
	border-spacing:0;
	z-index:10000;
}
.textpopup-navbar{
	text-align:right;
	height: 30px;
}

.textpopup-pages{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-size:2em;
	line-height:1.2em;
}
.textpopup-page{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.textpopup-page-ie{
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.textpopup-contents_pc{
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	word-break:break-all;
}

.textpopup-contents_mobile{
	-webkit-overflow-scrolling: touch;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	word-break:break-all;
}

/*----------------------------------------------------------------
	pantools warning message css
-----------------------------------------------------------------*/
.ios-tablet-pentools-warning{
	position: absolute;
	bottom: 190px;
	
	left: 50%;
	width:340px;
	height:80px;
	z-index:100;
	font-size:18px;
	color: #fff;
	margin-left: -170px;
	display: none;
	
	background-color:rgba(0,0,0,0.8);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.pentools-400-warning{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

/*********************************************************************************

	phone

**********************************************************************************/
@media screen and (max-width : 560px) {
	.fullTextarea{
		padding: 5px;
	}
}


/*****************************************************************************
	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) {


}

