/* ------------------------------------------------------------
	0. Base
------------------------------------------------------------ */
body{
	margin:0;
	padding:0;
}

.wisebook-contents-view{
	font-size: 11px;
	color: #3A3A3A;
	line-height: 1.8em;
}

#wisebook_contents {
	overflow: hidden;
	-webkit-touch-callout:none;
	-webkit-user-select: none;
	
	text-align: left;
	margin:0;
	padding:0;
}


a {
	text-decoration: none;
}
img {
	border:none
}
ul {
	list-style-type:none;
}

#wrapper {
	text-align: left;
}
/* ------------------------------------------------------------
	1. Header/Navigation
------------------------------------------------------------ */
#wisebook {
	/*width: 768px;*/
	width: 100%;
	margin:0;
	padding:0;
}
#iframeDiy{
	position:absolute;
	z-index:1000;
}
.opnetest{
	color:#fff;
	height:200px;
}

/* ------------------------------------------------------------
	2. Controlbar/Mainarea
------------------------------------------------------------ */
/*--- main ---*/
#top{
	position:absolute;
	top:0px; 
	left:0px;
	width:100%;
	height:49px;
	background: rgb(80,80,80); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(80,80,80,0.8) 0%, rgba(28,28,28,0.8) 50%, rgba(0,0,0,0.8) 50%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(80,80,80,0.8)), color-stop(50%,rgba(28,28,28,0.8)), color-stop(50%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(80,80,80,0.8) 0%,rgba(28,28,28,0.8) 50%,rgba(0,0,0,0.8) 50%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(80,80,80,0.8) 0%,rgba(28,28,28,0.8) 50%,rgba(0,0,0,0.8) 50%,rgba(0,0,0,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(80,80,80,0.8) 0%,rgba(28,28,28,0.8) 50%,rgba(0,0,0,0.8) 50%,rgba(0,0,0,0.8) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(80,80,80,0.8) 0%,rgba(28,28,28,0.8) 50%,rgba(0,0,0,0.8) 50%,rgba(0,0,0,0.8) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#505050', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	border-top: 1px solid rgba(115,115,115,0.8);
	border-bottom: 1px solid rgba(42,42,42,0.8);
	z-index:100;
}

.top-link{
	-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;
	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;
}

i.icon {
	display: block;
}
.top-fs{
	font-size: 2.8em;
}

#top a:active{
	opacity: 0.3;
	-webkit-transition-duration: 0ms;
	transition-duration: 0ms;
}

#top #top_back {
	position: absolute;
	left:10px;
}
#top #top_back a{
	width:48px;
	height:31px;
	display:block;
	margin-top: 12px;
	background-repeat:no-repeat;
}
#top #top_back #bnt_back{
	background: url(../../images/ios/btn_back_black.png);
	background-size:cover;
}
/*
#top #top_back #bnt_back:active{
	background: url(../../images/ios/btn_back_black_o.png);
	background-size:cover;
}
*/


#top #top_buttons {
	position: absolute;
	right: 10px;
	margin-top: 8px;
	color: #fff;
}
#top a.top_button {
	float: left;
	width:44px;
	height:36px;
}
#top .btn_like_dis {
	background:url(../../images/ios/btn_like_dis.png) no-repeat center center;
	background-size:cover;
}
/*
#top .btn_like_dis:active {
	background:url(../../images/ios/btn_like_dis_o.png) no-repeat center center;
	background-size:cover;
}
*/
#top .btn_like {
	background:url(../../images/ios/btn_like.png) no-repeat center center;
	background-size:cover;
}
/*
#top .btn_like:active {
	background:url(../../images/ios/btn_like_o.png) no-repeat center center;
	background-size:cover;
}
*/


#top #btn_pdf {
	background:url(../../images/ios/btn_pdf.png) no-repeat center center;
	background-size:cover;
}
/*
#top #btn_pdf:active {
	background:url(../../images/ios/btn_pdf_o.png) no-repeat center center;
	background-size:cover;
}
*/
#top #btn_print {
	background:url(../../images/ios/btn_print.png) no-repeat center center;
	background-size:cover;
}
/*
#top #btn_print:active {
	background:url(../../images/ios/btn_print_o.png) no-repeat center center;
	background-size:cover;
}
*/
#top #btn_help {
	background:url(../../images/ios/btn_help.png) no-repeat center center;
	background-size:cover;
}
/*
#top #btn_help:active {
	background:url(../../images/ios/btn_help_o.png) no-repeat center center;
	background-size:cover;
}
*/

#tablet_navbar {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:42px;
	background: rgb(80,80,80); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(80,80,80,0.8) 0%, rgba(28,28,28,0.8) 50%, rgba(0,0,0,0.8) 50%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(80,80,80,0.8)), color-stop(50%,rgba(28,28,28,0.8)), color-stop(50%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(80,80,80,0.8) 0%,rgba(28,28,28,0.8) 50%,rgba(0,0,0,0.8) 50%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(80,80,80,0.8) 0%,rgba(28,28,28,0.8) 50%,rgba(0,0,0,0.8) 50%,rgba(0,0,0,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(80,80,80,0.8) 0%,rgba(28,28,28,0.8) 50%,rgba(0,0,0,0.8) 50%,rgba(0,0,0,0.8) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(80,80,80,0.8) 0%,rgba(28,28,28,0.8) 50%,rgba(0,0,0,0.8) 50%,rgba(0,0,0,0.8) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#505050', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	border-top: 1px solid rgba(115,115,115,0.8);
	z-index:200;
}
#tablet_navbar a{
	position:absolute;
	display:block;
	width:22px;
	height:18px;
	top:12px;
	text-align:center;
}

#tablet_navbar #nav_tablet_leftend {
	left:20px;
	background:url(../../images/ios/nav_leftend_o.png) no-repeat center center;
	background-size:cover;
}
tablet_navbar #nav_tablet_leftend:active {
	-webkit-box-shadow: 0px 0px 49px #000000;
	-moz-box-shadow: 0px 0px 49px #000000;
	box-shadow: 0px 0px 49px #000000;
}


#tablet_navbar #nav_tablet_left {
	left:50px;
	background:url(../../images/ios/nav_left_o.png) no-repeat center center;
	background-size:cover;
}
#tablet_navbar #nav_tablet_left:active {
	-webkit-box-shadow: 0px 0px 49px #000000;
	-moz-box-shadow: 0px 0px 49px #000000;
	box-shadow: 0px 0px 49px #000000;
}


#tablet_navbar #nav_tablet_right {
	right:50px;
	background:url(../../images/ios/nav_right_o.png) no-repeat center center;
	background-size:cover;
}
#tablet_navbar #nav_tablet_right:active {
	-webkit-box-shadow: 0px 0px 49px #000000;
	-moz-box-shadow: 0px 0px 49px #000000;
	box-shadow: 0px 0px 49px #000000;
}


#tablet_navbar #nav_tablet_rightend {
	right:20px;
	background:url(../../images/ios/nav_rightend_o.png) no-repeat center center;
	background-size:cover;
}
#tablet_navbar #nav_tablet_rightend:active {
	background:url(../../images/ios/nav_rightend_o.png) no-repeat center center;
	background-size:cover;
}
#tablet_navbar #nav_tablet_rightend:active {
	-webkit-box-shadow: 0px 0px 49px #000000;
	-moz-box-shadow: 0px 0px 49px #000000;
	box-shadow: 0px 0px 49px #000000;
}

/*disable nav left right start psy20140313*/
#tablet_navbar #nav_tablet_left.disable{
	background:url(../../images/ios/nav_left.png);
	background-size:cover;
}
#tablet_navbar #nav_tablet_leftend.disable {
	background:url(../../images/ios/nav_leftend.png);
	background-size:cover;
}

#tablet_navbar #nav_tablet_right.disable{
	background:url(../../images/ios/nav_right.png);
	background-size:cover;
}
#tablet_navbar #nav_tablet_rightend.disable {
	background:url(../../images/ios/nav_rightend.png);
	background-size:cover;
}
/*end*/

/************************************************************************************
	psy20140318 navigation slide
*************************************************************************************/
#tablet_slidebar{
	height:7px;
	left:90px;right:90px;
	position:absolute;
	top:16px;
}

#tablet_track {
	position:relative;
	width:99%;
	height:100%;
	background:url(../../images/ios/slidebar.png) repeat-x;
	background-size:cover;
}

#tablet_track a{
	position:absolute;
	top:-8px;
	width:22px;
	height:22px;
	background:url(../../images/ios/nav_thumb.png) no-repeat;
	border:none;
	background-size:cover;
	text-decoration: none;
	z-index:200;
	outline: 0px solid transparent; 
}
	
#tablet_track a:active{
	background:url(../../images/ios/nav_thumb_o.png) no-repeat;
	background-size:cover;
}
#tablet_track a.sliderMoveStatus{
	background:url(../../images/ios/nav_thumb_o.png) no-repeat;
	background-size:cover;
}

#tablet_track .ui-slider-range{
	background: rgb(32,84,165);
	background: -moz-linear-gradient(top,  rgb(32,84,165) 0%, rgb(104,166,248) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(32,84,165)), color-stop(100%,rgb(104,166,248)));
	background: -webkit-linear-gradient(top,  rgb(32,84,165) 0%,rgb(104,166,248) 100%);
	background: -o-linear-gradient(top,  rgb(32,84,165) 0%,rgb(104,166,248) 100%);
	background: -ms-linear-gradient(top,  rgb(32,84,165) 0%,rgb(104,166,248) 100%);
	background: linear-gradient(to bottom,  rgb(32,84,165) 0%,rgb(104,166,248) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2054a5', endColorstr='#68a6f8',GradientType=0 );
}

#trackThumbBg {
	position: absolute;
	left:50%;
	top:50%;
	width:180px;
	height:50px;
	text-align:center;
	z-index:100;
	padding-top: 30px;
	color:#fff;
	font-weight:bold;
	font-size:20px;
	display:none;
	margin:-40px 0 0 -90px;
	
	
	background-color:rgba(0,0,0,0.8);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#messageBg {
	position: absolute;
	left:0px;
	top:0px;
	width:170px;
	height:50px;
	background:#F00;
	z-index:100;
	padding-top: 30px;
	/*padding-left:15px;*/
	color:#fff;
	font-size:18px;
	text-align:center;
	display:none;
	
	background-color:rgba(0,0,0,0.8);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#tablet_leftbar{
	background:url(../../images/ios/slide_leftbar.png) repeat-x;
	background-size:cover;
	width:0px;
	height:7px;
	position:relative;
	left:1px;
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}


#controlbar {
	position:absolute;
	bottom:42px; 
	left:0px;
	width:100%;
	height:56px;
	background: rgb(80,80,80); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(80,80,80,0.8) 0%, rgba(28,28,28,0.8) 50%, rgba(0,0,0,0.8) 50%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(80,80,80,0.8)), color-stop(50%,rgba(28,28,28,0.8)), color-stop(50%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(80,80,80,0.8) 0%,rgba(28,28,28,0.8) 50%,rgba(0,0,0,0.8) 50%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(80,80,80,0.8) 0%,rgba(28,28,28,0.8) 50%,rgba(0,0,0,0.8) 50%,rgba(0,0,0,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(80,80,80,0.8) 0%,rgba(28,28,28,0.8) 50%,rgba(0,0,0,0.8) 50%,rgba(0,0,0,0.8) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(80,80,80,0.8) 0%,rgba(28,28,28,0.8) 50%,rgba(0,0,0,0.8) 50%,rgba(0,0,0,0.8) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#505050', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	border-top: 1px solid rgba(115,115,115,0.8);
	z-index:200;
}

#tablet_centercontrolbar {
	position: absolute;
	height: 100%;
	width: 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: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	
}

#tablet_centercontrolbar a {
	display:block;
	width:76px;
	height:46px;
	text-decoration: none;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.tool_button:active{
	opacity: 0.3;
	-webkit-transition-duration: 0ms;
	transition-duration: 0ms;
}

#btn_toc {
	background:url(../../images/ios/btn_toc.png) no-repeat center center;
	background-size:cover;
}
/*
#btn_toc:active {
	background:url(../../images/ios/btn_toc_o.png) no-repeat center center;
	background-size:cover;
}
*/
#btn_thumb {
	background:url(../../images/ios/btn_thumb.png) no-repeat center center;
	background-size:cover;
}
/*
#btn_thumb:active {
	background:url(../../images/ios/btn_thumb_o.png) no-repeat center center;
	background-size:cover;
}
*/
#btn_bookmark {
	background:url(../../images/ios/btn_bookmark.png) no-repeat center center;
	background-size:cover;
}
/*
#btn_bookmark:active {
	background:url(../../images/ios/btn_bookmark_o.png) no-repeat center center;
	background-size:cover;
}
*/
#btn_search {
	background:url(../../images/ios/btn_search.png) no-repeat center center;
	background-size:cover;
}
/*
#btn_search:active {
	background:url(../../images/ios/btn_search_o.png) no-repeat center center;
	background-size:cover;
}
*/
#btn_memo {
	background:url(../../images/ios/btn_memo.png) no-repeat center center;
	background-size:cover;
}
/*
#btn_memo:active {
	background:url(../../images/ios/btn_memo_o.png) no-repeat center center;
	background-size:cover;
}
*/
#btn_pentool {
	background:url(../../images/ios/btn_pentool.png) no-repeat center center;
	background-size:cover;
}
/*
#btn_pentool:active {
	background:url(../../images/ios/btn_pentool_o.png) no-repeat center center;
	background-size:cover;
}
*/

.coverwindow {
	display:none;
	position:absolute;
	left:0;right:0;
	top:0;bottom:0;
	width:100%;height:100%;
	background-color:rgba(0,0,0,0.8);
	padding:0px;
	z-index:100;
}
.coverwindow .cwin_title {
	position:relative;
	left:20px;top:10px;
	width:90%; /*psy*/
}

.coverwindow .cwin_title .cwin_title_toc {
	display:block;float:left;text-align:center;
	width:105px;height:27px;
	background:url(../../images/ios/popup/toc/title_popup.png) repeat-x center center;
	background-size:cover;
}
.coverwindow .cwin_title .cwin_title_thumb {
	display:block;float:left;text-align:center;
	width:165px;height:27px;
	background:url(../../images/ios/popup/thumb/title_popup.png) repeat-x center center;
	background-size:cover;
}
.coverwindow .cwin_title .cwin_title_bookmark {
	display:block;float:left;text-align:center;
	width:148px;height:27px;
	background:url(../../images/ios/popup/bookmark/title_popup.png) repeat-x center center;
	background-size:cover;
}
.coverwindow .cwin_title .cwin_title_search {
	display:block;float:left;text-align:center;
	width:120px;height:28px;
	background:url(../../images/ios/popup/search/title_popup.png) repeat-x center center;
	background-size:cover;
}

.coverwindow .cwin_title .cwin_title_help{
	float:left;text-align:center;
	width:93px;height:25px;
	background:url(../../images/ios/popup/help/title_popup.png) repeat-x center center;
	background-size:cover;
}

.coverwindow .cw_close {
	position:absolute;
	right:20px;top:10px;
	width:30px;height:30px;
	background:url(../../images/ios/popup/btn_close_off.png) no-repeat;
	background-size:cover;
	z-index:100;
}
.coverwindow .cw_close:active {
	background:url(../../images/ios/popup/btn_close_on.png) no-repeat;
	background-size:cover;
}



/* ------------------------------------------------------------
	SEARCH
------------------------------------------------------------ */
.coverwindow .btn_group_search {
	position:absolute;
	right:0px;top:60px;left:30px;
	float:left;text-align:left;
	padding:10px 0px 10px 0px;
	background-color:#404040;
	width:94%;height:115px;
}
.coverwindow .btn_textarea {
	clear:left;text-align:left;
	padding:5px 0px 12px 8px;
}
.coverwindow .btn_list {
	clear:left;text-align:left;
	padding:5px 0px 0px 12px;
	font-size:14px;
	color:#ffffff;
	font-family: "arial";
}
.coverwindow .btn_link {
	clear:left;text-align:left;
	padding:10px 3px 0px 10px;
}
#textarea {
	margin-left:5px;
	width:94%;
	height:35px;
	font-size:12pt;
	text-align:left;
	margin-right:0px;
	padding:0;
	border:1px solid #888;
	float:left;
}
.font_white{
	margin-right:15px;
	font-size:15px;
	color:#ffffff;
	font-weight: bold;
}
#tool_search #btn_search1 {
	display:block;float:left;
	width:110px;height:35px;
	margin-right:8px;
	background:url(../../images/ios/popup/search/btn_search.png) no-repeat center center;
	background-size:cover;
}
#tool_search #btn_search1:active {
	background:url(../../images/ios/popup/search/btn_search_o.png) no-repeat center center;
	background-size:cover;
}
#tool_search #btn_reset {
	display:block;float:left;
	width:110px;height:35px;
	background:url(../../images/ios/popup/search/btn_reset.png) no-repeat center center;
	background-size:cover;
}
#tool_search #btn_reset:active {
	background:url(../../images/ios/popup/search/btn_reset_o.png) no-repeat center center;
	background-size:cover;
}

/* ------------------------------------------------------------
	BOOKMARK
------------------------------------------------------------ */
.coverwindow .btn_group_bookmark {
	position:absolute;
	right:0px;top:60px;left:20px;
	float:left;text-align:left;
	padding:10px 0px 10px 0px;
	background-color:#404040;
	width:94%;height:80px;
}
#tool_bookmark .btn_bookmark{
	float:left;
	width:94%;
}
#tool_bookmark #btn_type_bookmark {
	display:block;float:left;text-align:center;
	margin-left:10px;
	padding:0px;
	width:220px;height:35px;
	font-size:18px;
	color:#4f5459;
	font-family: "arial";
	line-height:35px;
	text-decoration:none;
	font-weight: bold;
	background: rgb(247,248,250); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(247,248,250,1) 1%, rgba(194,196,205,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(247,248,250,1)), color-stop(100%,rgba(194,196,205,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(247,248,250,1) 1%,rgba(194,196,205,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(247,248,250,1) 1%,rgba(194,196,205,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(247,248,250,1) 1%,rgba(194,196,205,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(247,248,250,1) 1%,rgba(194,196,205,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f8fa', endColorstr='#c2c4cd',GradientType=0 ); /* IE6-9 */
	border-right:1px solid #4f5459;
	border-bottom:1px solid #4f5459;
}
#tool_bookmark #btn_type_bookmark.selected {
	color:#ffffff;
	background: rgb(142,174,239); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(142,174,239,1) 1%, rgba(90,128,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(142,174,239,1)), color-stop(100%,rgba(90,128,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(142,174,239,1) 1%,rgba(90,128,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(142,174,239,1) 1%,rgba(90,128,232,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(142,174,239,1) 1%,rgba(90,128,232,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(142,174,239,1) 1%,rgba(90,128,232,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8eaeef', endColorstr='#5a80e8',GradientType=0 ); /* IE6-9 */
}
#tool_bookmark #btn_type_memo {
	display:block;float:left;text-align:center;
	margin-left:0px;
	padding-top:0px;
	width:220px;height:35px;
	font-size:18px;
	color:#4f5459;
	font-family: "arial";
	line-height:35px;
	text-decoration:none;
	font-weight: bold;
	background: rgb(247,248,250); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(247,248,250,1) 1%, rgba(194,196,205,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(247,248,250,1)), color-stop(100%,rgba(194,196,205,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(247,248,250,1) 1%,rgba(194,196,205,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(247,248,250,1) 1%,rgba(194,196,205,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(247,248,250,1) 1%,rgba(194,196,205,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(247,248,250,1) 1%,rgba(194,196,205,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f8fa', endColorstr='#c2c4cd',GradientType=0 ); /* IE6-9 */
	border-right:1px solid #4f5459;
	border-bottom: 1px solid #4f5459;
}
#tool_bookmark #btn_type_memo.selected {
	color:#ffffff;
	background: rgb(142,174,239); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(142,174,239,1) 1%, rgba(90,128,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(142,174,239,1)), color-stop(100%,rgba(90,128,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(142,174,239,1) 1%,rgba(90,128,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(142,174,239,1) 1%,rgba(90,128,232,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(142,174,239,1) 1%,rgba(90,128,232,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(142,174,239,1) 1%,rgba(90,128,232,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8eaeef', endColorstr='#5a80e8',GradientType=0 ); /* IE6-9 */
}
#tool_bookmark #btn_type_pentool {
	display:block;float:left;text-align:center;
	margin-left:0px;
	padding-top:0px;
	width:220px;height:35px;
	font-size:18px;
	color:#4f5459;
	font-family: "arial";
	line-height:35px;
	text-decoration:none;
	font-weight: bold;
	background: rgb(247,248,250); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(247,248,250,1) 1%, rgba(194,196,205,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(247,248,250,1)), color-stop(100%,rgba(194,196,205,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(247,248,250,1) 1%,rgba(194,196,205,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(247,248,250,1) 1%,rgba(194,196,205,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(247,248,250,1) 1%,rgba(194,196,205,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(247,248,250,1) 1%,rgba(194,196,205,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f8fa', endColorstr='#c2c4cd',GradientType=0 ); /* IE6-9 */
	border-right:1px solid #4f5459;
	border-bottom: 1px solid #4f5459;
}
#tool_bookmark #btn_type_pentool.selected {
	color:#ffffff;
	background: rgb(142,174,239); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(142,174,239,1) 1%, rgba(90,128,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(142,174,239,1)), color-stop(100%,rgba(90,128,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(142,174,239,1) 1%,rgba(90,128,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(142,174,239,1) 1%,rgba(90,128,232,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(142,174,239,1) 1%,rgba(90,128,232,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(142,174,239,1) 1%,rgba(90,128,232,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8eaeef', endColorstr='#5a80e8',GradientType=0 ); /* IE6-9 */
}

#tool_bookmark #btn_leftpage {
	display:block;float:left;text-align:center;
	margin-left:10px;margin-top:10px;
	padding-top:0px;
	width:190px;height:32px;
	font-size:15px;
	color:#fff;
	font-family: "arial";
	line-height:32px;
	text-decoration:none;
	background:#292929;
}
#tool_bookmark #btn_leftpage.selected {
	color:#ffffff;
	background:#000000;
}
#tool_bookmark #btn_rightpage {
	display:block;float:left;text-align:center;
	margin-left:3px;margin-top:10px;
	padding-top:0px;
	width:190px;height:32px;
	font-size:15px;
	color:#fff;
	font-family: "arial";
	line-height:32px;
	text-decoration:none;
	background:#292929;
}
#tool_bookmark #btn_rightpage.selected {
	color:#ffffff;
	background:#000000;
}
#tool_bookmark #btn_addSinglepage {
	display:block;float:left;text-align:center;
	margin-left:3px;margin-top:10px;
	padding-top:0px;
	width:190px;height:32px;
	font-size:15px;
	color:#fff;
	font-family: "arial";
	line-height:32px;
	text-decoration:none;
	background:#292929;
}
#tool_bookmark #btn_addSinglepage.selected {
	color:#ffffff;
	background:#000000;
}

/*psy20140317*/
#btn_bookmarkEdit{
	float:right;
	text-align:center;
	margin-top:10px;
	width:190px;
	height:32px;
	font-size:15px;
	color:#fff;
	font-family: "arial";
	line-height:32px;
	text-decoration:none;
	background:#292929;
	cursor:pointer;
}

#btn_bookmarkEdit.selected{
	background: rgb(120,160,243); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(120,160,243) 0%, rgb(57,112,224) 50%, rgb(34,96,221) 50%, rgb(36,99,222) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(120,160,243)), color-stop(50%,rgb(57,112,224)), color-stop(50%,rgb(34,96,221)), color-stop(100%,rgb(36,99,222))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(120,160,243) 0%,rgb(57,112,224) 50%,rgb(34,96,221) 50%,rgb(36,99,222) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(120,160,243) 0%,rgb(57,112,224) 50%,rgb(34,96,221) 50%,rgb(36,99,222) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(120,160,243) 0%,rgb(57,112,224) 50%,rgb(34,96,221) 50%,rgb(36,99,222) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(120,160,243) 0%,rgb(57,112,224) 50%,rgb(34,96,221) 50%,rgb(36,99,222) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78a0f3', endColorstr='#2463de',GradientType=0 ); /* IE6-9 */
}

#icon_bookmarkDelete{
	float:right;
	display:none;
	width:27px;
	height:32px;
	margin-right:30px;
	margin-top:8px;
}

.icon_bookmarkDelete{
	background:url(../../images/ios/popup/bookmark/icon_img_delete.png);
	background-size:cover;
	cursor:pointer;
}

#icon_bookmarkDelete.disable{
	background:url(../../images/ios/popup/bookmark/icon_img_delete_dis.png);
	background-size:cover;
	cursor:default;
}

/* ------------------------------------------------------------
	AddOns BOOKMARK 
------------------------------------------------------------ */
.bookMarkDelete_select_icon{
	position:absolute;
	width:50px;
	height:40px;
	bottom:0;
	right:0;
}

.bookMarkDelete_select_icon.selected{
	background:url(../../images/ios/popup/bookmark/icon_check.png);
	background-size:cover;
}



/*psy*/
.popupwindow{
	position:absolute;
	bottom:0px; 
	left:0px;
	width:100%;
	height:56px;
	background: rgb(80,80,80); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(80,80,80,0.8) 0%, rgba(28,28,28,0.8) 50%, rgba(0,0,0,0.8) 50%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(80,80,80,0.8)), color-stop(50%,rgba(28,28,28,0.8)), color-stop(50%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(80,80,80,0.8) 0%,rgba(28,28,28,0.8) 50%,rgba(0,0,0,0.8) 50%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(80,80,80,0.8) 0%,rgba(28,28,28,0.8) 50%,rgba(0,0,0,0.8) 50%,rgba(0,0,0,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(80,80,80,0.8) 0%,rgba(28,28,28,0.8) 50%,rgba(0,0,0,0.8) 50%,rgba(0,0,0,0.8) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(80,80,80,0.8) 0%,rgba(28,28,28,0.8) 50%,rgba(0,0,0,0.8) 50%,rgba(0,0,0,0.8) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#505050', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	border-top: 1px solid rgba(115,115,115,0.8);
	border-bottom: 1px solid rgba(42,42,42,0.8);
	z-index:100;
	display:none;
}

.popupwindow .tablet_popupwindow_center {
	position: relative;
	margin:0 auto;
	width: 730px;
	height: 40px;
	padding-top:10px;
}

.popupwindow a{
	margin-left: 45px;
}

.popupwindow .pw_close {
	display: block;
	float: left;
	width:28px;
	height:28px;
	background:url(../../images/ios/popup/btn_close.png) center center;
	background-size:cover;
}

/*.tool_button {
	margin-right: 60px;
}*/
.tool_button:last-child {
	margin-right: 0;
}

.popupwindow .tablet_popupwindow_center_pentool{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	height: 40px;
	padding-top:10px;
}

#tool_memo #memo_type_yellow {
	display:block;float:left;
	width:33px;height:33px;
	background:url(../../images/ios/pc_tab/memo/memo_yellow.png) no-repeat center center;
	background-size:cover;
}
#tool_memo #memo_type_yellow.selected {
	background:url(../../images/ios/pc_tab/memo/memo_yellow_over.png) no-repeat center center;
	background-size:cover;
}

#tool_memo #memo_type_green {
	display:block;float:left;
	width:33px;height:33px;
	background:url(../../images/ios/pc_tab/memo/memo_green.png) no-repeat center center;
	background-size:cover;
}
#tool_memo #memo_type_green.selected {
	background:url(../../images/ios/pc_tab/memo/memo_green_over.png) no-repeat center center;
	background-size:cover;
}

#tool_memo #memo_type_blue {
	display:block;float:left;
	width:33px;height:33px;
	background:url(../../images/ios/pc_tab/memo/memo_blue.png) no-repeat center center;
	background-size:cover;
}
#tool_memo #memo_type_blue.selected {
	background:url(../../images/ios/pc_tab/memo/memo_blue_over.png) no-repeat center center;
	background-size:cover;
}

#tool_memo #memo_type_pink {
	display:block;float:left;
	width:33px;height:33px;
	background:url(../../images/ios/pc_tab/memo/memo_pink.png) no-repeat center center;
	background-size:cover;
}
#tool_memo #memo_type_pink.selected {
	background:url(../../images/ios/pc_tab/memo/memo_pink_over.png) no-repeat center center;
	background-size:cover;
}

#tool_memo #memo_type_red {
	display:block;float:left;
	width:33px;height:33px;
	background:url(../../images/ios/pc_tab/memo/memo_red.png) no-repeat center center;
	background-size:cover;
}
#tool_memo #memo_type_red.selected {
	background:url(../../images/ios/pc_tab/memo/memo_red_over.png) no-repeat center center;
	background-size:cover;
}

#tool_memo #memo_trans {
	display:block;float:left;
	width:33px;height:33px;
	background:url(../../images/ios/pc_tab/common/trans.png) no-repeat center center;
	background-size:cover;
}
#tool_memo #memo_trans.trans_selected {
	background:url(../../images/ios/pc_tab/common/trans_over.png) no-repeat center center;
	background-size:cover;
}

#tool_memo #memo_eraser {
	display:block;float:left;
	width:33px;height:33px;
	background:url(../../images/ios/pc_tab/common/eraser.png) no-repeat center center;
	background-size:cover;
}
#tool_memo #memo_eraser.selected {
	background:url(../../images/ios/pc_tab/common/eraser_over.png) no-repeat center center;
	background-size:cover;
}

#tool_memo #memo_all_eraser {
	display:block;float:left;
	width:33px;height:33px;
	background:url(../../images/ios/pc_tab/common/all_eraser.png) no-repeat center center;
	background-size:cover;
}
#tool_memo #memo_all_eraser.selected {
	background:url(../../images/ios/pc_tab/common/all_eraser_over.png) no-repeat center center;
	background-size:cover;
}

#tool_pentool #pen_curve {
	display:block;float:left;
	width:46px;height:33px;
	background:url(../../images/ios/pc_tab/pentool/pen_curve.png) no-repeat center center;
	background-size:cover;
}
#tool_pentool #pen_curve.selected {
	background:url(../../images/ios/pc_tab/pentool/pen_curve_over.png) no-repeat center center;
	background-size:cover;
}
#tool_pentool #pen_straight {
	display:block;float:left;
	width:46px;height:33px;
	background:url(../../images/ios/pc_tab/pentool/pen_straight.png) no-repeat center center;
	background-size:cover;
}
#tool_pentool #pen_straight.selected {
	background:url(../../images/ios/pc_tab/pentool/pen_straight_over.png) no-repeat center center;
	background-size:cover;
}
#tool_pentool #pen_line {
	display:block;float:left;
	width:72px;height:33px;
	background:url(../../images/ios/pc_tab/pentool/marker_linethick.png) no-repeat center center;
	background-size:cover;
	margin-right:10px;
}
#tool_pentool #pen_line:active {
	background:url(../../images/ios/pc_tab/pentool/marker_linethick_over.png) no-repeat center center;
	background-size:cover;
}
#tool_pentool #pentool_color {
	display:block;float:left;
	width:33px;height:33px;
	background-size:cover;
}
/* ------------------------------------------------------------
	seo20140418
------------------------------------------------------------ */
#tool_pentool #pentool_color.color_yellow {
	background:url(../../images/ios/pc_tab/pentool/color_yellow.png) no-repeat center center;
	background-size:cover;
}
#tool_pentool #pentool_color.selected_color_yellow {
	background:url(../../images/ios/pc_tab/pentool/color_yellow_over.png) no-repeat center center;
	background-size:cover;
}
#tool_pentool #pentool_color.color_green {
	background:url(../../images/ios/pc_tab/pentool/color_green.png) no-repeat center center;
	background-size:cover;
}
#tool_pentool #pentool_color.selected_color_green {
	background:url(../../images/ios/pc_tab/pentool/color_green_over.png) no-repeat center center;
	background-size:cover;
}
#tool_pentool #pentool_color.color_blue {
	background:url(../../images/ios/pc_tab/pentool/color_blue.png) no-repeat center center;
	background-size:cover;
}
#tool_pentool #pentool_color.selected_color_blue {
	background:url(../../images/ios/pc_tab/pentool/color_blue_over.png) no-repeat center center;
	background-size:cover;
}
#tool_pentool #pentool_color.color_pink {
	background:url(../../images/ios/pc_tab/pentool/color_pink.png) no-repeat center center;
	background-size:cover;
}
#tool_pentool #pentool_color.selected_color_pink {
	background:url(../../images/ios/pc_tab/pentool/color_pink_over.png) no-repeat center center;
	background-size:cover;
}
#tool_pentool #pentool_color.color_red {
	background:url(../../images/ios/pc_tab/pentool/color_red.png) no-repeat center center;
	background-size:cover;
}
#tool_pentool #pentool_color.selected_color_red {
	background:url(../../images/ios/pc_tab/pentool/color_red_over.png) no-repeat center center;
	background-size:cover;
}
/* ------------------------------------------------------------
	END
------------------------------------------------------------ */
#marker_tablecontents {
	clear:both;
	z-index:103;
	display:none;
	float:none;
	width:130px;
	height:126px;
	position:absolute;
	top:-131px;
	left:200px;
	margin-top: 20px;
	background:url(../../images/ios/pc_tab/pentool/marker_tablecontents.png) no-repeat center center;
	background-size:cover;
}
#marker_thick_r {
	display:block;
	float:none;
	width:116px;height:26px;
	margin-left:7px;
	margin-top:10px;
	background:url(../../images/ios/pc_tab/pentool/marker_thick_r.png) no-repeat center center;
	background-size:cover;
}

#marker_thick_r.selected {
	background:url(../../images/ios/pc_tab/pentool/marker_thick_r_over.png) no-repeat center center;
	background-size:cover;
}

#marker_thick_m {
	display:block;
	float:none;
	width:116px;height:26px;
	margin-left:7px;
	margin-top:3px;
	background:url(../../images/ios/pc_tab/pentool/marker_thick_m.png) no-repeat center center;
	background-size:cover;
}

#marker_thick_m.selected {
	background:url(../../images/ios/pc_tab/pentool/marker_thick_m_over.png) no-repeat center center;
	background-size:cover;
}

#marker_thick_b {
	display:block;
	float:none;
	width:116px;height:26px;
	margin-left:7px;
	margin-top:3px;
	background:url(../../images/ios/pc_tab/pentool/marker_thick_b.png) no-repeat center center;
	background-size:cover;
}

#marker_thick_b.selected {
	background:url(../../images/ios/pc_tab/pentool/marker_thick_b_over.png) no-repeat center center;
	background-size:cover;
}

#color_tablecontents {
	z-index:103;
	display:none;
	float:none;
	width:130px;
	height:153px;
	position:absolute;
	top:-160px;
	left:306px;
	margin-top: 23px;
	background:url(../../images/ios/pc_tab/pentool/color_tablecontents.png) no-repeat center center;
	background-size:cover;
}
#color_yellow {
	display:block;
	float:none;
	width:111px;
	height:21px;
	color:#fffc0a;
	margin-left:10px;
	margin-top:10px;
	background:url(../../images/ios/pc_tab/pentool/marker_yellow.png) no-repeat center center;
	background-size:cover;
}

#color_yellow.selected {
	background:url(../../images/ios/pc_tab/pentool/marker_yellow_over.png) no-repeat center center;
	background-size:cover;
}

#color_green {
	display:block;
	float:none;
	width:111px;
	height:21px;
	color:#00ff00;
	margin-left:10px;
	margin-top:3px;
	background:url(../../images/ios/pc_tab/pentool/marker_green.png) no-repeat center center;
	background-size:cover;
}

#color_green.selected {
	background:url(../../images/ios/pc_tab/pentool/marker_green_over.png) no-repeat center center;
	background-size:cover;
}

#color_blue {
	display:block;
	float:none;
	width:111px;
	height:21px;
	color:#00a8ff;
	margin-left:10px;
	margin-top:3px;
	background:url(../../images/ios/pc_tab/pentool/marker_blue.png) no-repeat center center;
	background-size:cover;
}

#color_blue.selected {
	background:url(../../images/ios/pc_tab/pentool/marker_blue_over.png) no-repeat center center;
	background-size:cover;
}

#color_pink {
	display:block;
	float:none;
	width:111px;
	height:21px;
	color:#ff2291;
	margin-left:10px;
	margin-top:3px;
	background:url(../../images/ios/pc_tab/pentool/marker_pink.png) no-repeat center center;
	background-size:cover;
}

#color_pink.selected {
	background:url(../../images/ios/pc_tab/pentool/marker_pink_over.png) no-repeat center center;
	background-size:cover;
}

#color_red {
	display:block;
	float:none;
	width:111px;
	height:21px;
	color:#ff2500;
	margin-left:10px;
	margin-top:3px;
	background:url(../../images/ios/pc_tab/pentool/marker_red.png) no-repeat center center;
	background-size:cover;
}

#color_red.selected {
	background:url(../../images/ios/pc_tab/pentool/marker_red_over.png) no-repeat center center;
	background-size:cover;
}

#tool_pentool #pentool_trans {
	display:block;float:left;
	width:33px;height:33px;
	background:url(../../images/ios/pc_tab/common/trans.png) no-repeat center center;
	background-size:cover;
}
#tool_pentool #pentool_trans.selected {
	background:url(../../images/ios/pc_tab/common/trans_over.png) no-repeat center center;
	background-size:cover;
}

#tool_pentool #pentool_eraser {
	display:block;float:left;
	width:33px;height:33px;
	background:url(../../images/ios/pc_tab/common/eraser.png) no-repeat center center;
	background-size:cover;
}
#tool_pentool #pentool_eraser.selected {
	background:url(../../images/ios/pc_tab/common/eraser_over.png) no-repeat center center;
	background-size:cover;
}

#tool_pentool #pentool_all_eraser {
	display:block;float:left;
	width:33px;height:33px;
	background:url(../../images/ios/pc_tab/common/all_eraser.png) no-repeat center center;
	background-size:cover;
}
#tool_pentool #pentool_all_eraser:active {
	background:url(../../images/ios/pc_tab/common/all_eraser_over.png) no-repeat center center;
	background-size:cover;
}


.popupwindowprint {
	display:none;
	position:absolute;
	top:50%;
	left:50%;
	background-color:#edeeec;
	border:1px solid #5a5a5a;
	width:250px;height:270px;
	margin:-133px 0 0 -125px; 
	z-index:100;
}
.popupwindowprint .pwin_title {
	background:url(../../images/ios/popup/top_titlebg.png) repeat-x left top;
	background-size:cover;
	padding:6px 0px 0px 10px;
	height:32px;
}
.popupwindowprint .pwin_title .pwin_title_print {
	display:block;float:left;text-align:center;
	width:73px;height:23px;
	background:url(../../images/ios/popup/print/title_popup.png) repeat-x center center;
	background-size:cover;
}
.popupwindowprint .pw_close {
	position:absolute;
	right:10px;top:3px;
	width:28px;height:28px;
	background:url(../../images/ios/popup/btn_close.png) no-repeat;	
	background-size:cover;
}
.popupwindowprint .pw_radio {
	position:absolute;
	left:10px;top:100px;
}
.popupwindowprint .btn_group {
	float:left;text-align:center;
}
/*psy*/
.popupwindowprint .btn_label {
	clear:both;text-align:center;
	height:100px;
	margin-top:14px;
	margin-bottom:5px;
}
.popupwindowprint .btn_radio {
	float:left;text-align:center;
	padding:10px 0px 0px 35px;
	margin-top:10px;
	font-size: 15px;
	font-family: "arial";
}

.popupwindowprint .btn_radio input[type="radio"], 
.popupwindowprint label{
	visibility:hidden;
}


.popupwindowprint .btn_checkbox {
	float:left;text-align:center;
	padding:0px 0px 0px 30px;
}
.popupwindowprint .btn_pw_print {
	float:left;
	padding:8px 0px 0px 45px;
	margin-top:10px;
}

.popupwindowprint .btn_pw_print #goPrint{
	width:160px;height:40px;
	background:url(../../images/ios/popup/print/btn_print.png);
	background-size:cover;
}

.popupwindowprint .btn_pw_print #goPrint:active{
	background:url(../../images/ios/popup/print/btn_print_o.png);
	background-size:cover;
}

/* ------------------------------------------------------------
	VIDEO
------------------------------------------------------------ */
/*video*/
.popupwindowmovie {
	display:none;
	position:absolute;
	background-color:#000;
	border:1px solid #484848;
	z-index:100;
}

.popupwindowmovie .pw_close {
	position:absolute;
	right:10px;top:10px;
	width:15px;height:15px;
	background:url(../../images/movie/btn_close.png) no-repeat;
	background-size:cover;
	z-index:101;
}

#movie_navbar {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:36px;
	
	background: #1b1b1b;
	background:-moz-linear-gradient(top,#323232,#1b1b1b);
	background:-webkit-linear-gradient(top,#323232,#1b1b1b);
	background:-o-linear-gradient(top,#323232,#1b1b1b);
	background: -ms-linear-gradient(top, #323232, #1b1b1b);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff323232,endColorstr=#ff1b1b1b);
}

#movie_navbar a{
	display:block;
	width:25px;
	height:18px;
	text-align:center;
	float:left;
	margin-top:4px;
}

/*buffer*/
#movie_slidebar{
	height:10px;
	width:100%;
	position:relative;
	top:0px;
}

#movie_buffer {
	height:6px;
	position:relative;
	top:0px;
	left:0px;

	background: #474747; 
	background:-moz-linear-gradient(top,#474747,#444);
	background:-webkit-linear-gradient(top,#474747,#444);
	background:-o-linear-gradient(top,#474747,#444);
	background: -ms-linear-gradient(top, #474747, #444);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff474747,endColorstr=#ff444444);
}

#movie_bufferbar{
	position:absolute;
	width:0;
	height:6px;
	top:0px;
	background:url(../../images/movie/slidebar.png) repeat-x;
	background-size:cover;
	/*border:1px solid #6b6b6b;*/
	
	background: #757575;
	background:-moz-linear-gradient(top,#757575, #666);
	background:-webkit-linear-gradient(top,#757575, #666);
	background:-o-linear-gradient(top,#757575, #666);
	background: -ms-linear-gradient(top, #757575, #666);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff757575,endColorstr=#ff666666);
}

#movie_leftbar{
	width:0;
	height:6px;
	position:absolute;
	top:0;
	
	background: #4788ee;
	background:-moz-linear-gradient(top,#4b8df8, #4788ee);
	background:-webkit-linear-gradient(top,#4b8df8, #4788ee);
	background:-o-linear-gradient(top,#4b8df8, #4788ee);
	background: -ms-linear-gradient(top, #4b8df8, #4788ee);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff4b8df8,endColorstr=#ff4788ee);
}

#movie_seekThumb {
	position:absolute;
	top:-7px;
	left:0;
	width:22px;
	height:22px;
	background:url(../../images/movie/nav_thumb_o.png) no-repeat;
	
}

/*controller*/
#movie_controller{
	height:30px;
	width:100%;
	position:relative;
}

#movie_leftController{
	position:absolute;
	left:10px;
}
#movie_leftController a{
	width:18px;
	height:18px;
	margin-left:3px;
}


#movie_rightContoroller{
	position:absolute;
	right:10px;
}

#playTime {
	margin-left:4px;
	width:70px;
	height:25px;
	font-size:1.0em;
	color:#ffffff;
	text-align:left;
	margin-top:4px;
	margin-left:10px;
	padding:0;
	border:0px solid #888;
	background-color:transparent;
	float:left;
}



#movie_navbar #movie_leftend {
	background:url(../../images/movie/movieleftend.png) no-repeat center center;
	background-size:cover;
}
#movie_navbar #movie_leftend:active {
	background:url(../../images/movie/movieleftend_o.png) no-repeat center center;
	background-size:cover;
}

#movie_navbar .movie_play {
	background:url(../../images/movie/play.png) no-repeat center center;
	background-size:cover;
}
#movie_navbar .movie_play:active {
	background:url(../../images/movie/play_o.png) no-repeat center center;
	background-size:cover;
}

#movie_navbar .movie_pause {
	background:url(../../images/movie/play_pause.png) no-repeat center center;
	background-size:cover;
}
#movie_navbar .movie_pause:active {
	background:url(../../images/movie/play_pause_o.png) no-repeat center center;
	background-size:cover;
}


#movie_navbar #movie_stop {	
	background:url(../../images/movie/stop.png) no-repeat center center;
	background-size:cover;
}
#movie_navbar #movie_stop:active {
	background:url(../../images/movie/stop_o.png) no-repeat center center;
	background-size:cover;
}

#movie_navbar #movie_rightend {
	background:url(../../images/movie/movierightend.png) no-repeat center center;
	background-size:cover;
}
#movie_navbar #movie_rightend:active {
	background:url(../../images/movie/movierightend_o.png) no-repeat center center;
	background-size:cover;
}

#movie_navbar .movie_sound {
	background:url(../../images/movie/sound.png) no-repeat center center;
	background-size:cover;
}
#movie_navbar .movie_sound:active {
	background:url(../../images/movie/sound_o.png) no-repeat center center;
	background-size:cover;
}

#movie_navbar .movie_sound_muted{
	background:url(../../images/movie/sound_off.png) no-repeat center center;
	background-size:cover;
}
#movie_navbar .movie_sound_muted:active{
	background:url(../../images/movie/sound_off_o.png) no-repeat center center;
	background-size:cover;
}


#movie_navbar .movie_full {
	background:url(../../images/movie/fullscreen.png) no-repeat center center;
	background-size:cover;
}
#movie_navbar .movie_full:active {
	background:url(../../images/movie/fullscreen_o.png) no-repeat center center;
	background-size:cover;
}

#movie_navbar .movie_full_off {
	background:url(../../images/movie/fullscreen_off.png) no-repeat center center;
	background-size:cover;
}
#movie_navbar .movie_full_off:active {
	background:url(../../images/movie/fullscreen_o_off.png) no-repeat center center;
	background-size:cover;
}


/*volum*/
#movie_volum{
	position:absolute;
	width:60px;
	height:4px;
	left:90px;
	margin-top:10px;
}

#movie_volbar{
	height:100%;
	width:100%;
	background:#474747;
	position:absolute;
	
	background: #757575;
	background:-moz-linear-gradient(top,#757575, #666);
	background:-webkit-linear-gradient(top,#757575, #666);
	background:-o-linear-gradient(top,#757575, #666);
	background: -ms-linear-gradient(top, #757575, #666);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff757575,endColorstr=#ff666666);
}

#movie_volLeftbar{
	height:100%;
	position:relative;
	background:#4788ee;
	
	background:-moz-linear-gradient(top,#4b8df8, #4788ee);
	background:-webkit-linear-gradient(top,#4b8df8, #4788ee);
	background:-o-linear-gradient(top,#4b8df8, #4788ee);
	background: -ms-linear-gradient(top, #4b8df8, #4788ee);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff4b8df8,endColorstr=#ff4788ee);
}

/* ------------------------------------------------------------
	BookNavigation 2013/02/13
------------------------------------------------------------ */
.naviPos{
	position:absolute;
	width:50px;height:50px;
	top:50%;color:#FFF;
	
	z-index:2;
}

#bookNavi_left{
	left:0;
	background:url(../../images/ios/prev_back.png);
	background-size:cover;
}

#bookNavi_left:active{
	background:url(../../images/ios/prev_back_o.png);
	background-size:cover;

}

#bookNavi_right{
	right:0;
	background:url(../../images/ios/prev_next.png);
	background-size:cover;
}

#bookNavi_right:active{
	background:url(../../images/ios/prev_next_o.png);
	background-size:cover;
}

/* ------------------------------------------------------------
	AddOns HELP
------------------------------------------------------------ */
#helpTable{
	margin-top:22px;
}

#helpTable .helpTitle{
	font-size:190%;
	font-weight:bold;
	font-family: "arial";
	color:#fff;
	padding-top:35px;
}

#helpTable .helpContImg{
	text-align:center;
	padding-bottom:14px;
}

#helpTable .helpContText{
	font-weight:normal;
	line-height: 20px;
	font-family: "arial";
	padding:0 0 0 20px;
	color:#c0c0c0;
}


/* ------------------------------------------------------------
	AddOns SEARCH
------------------------------------------------------------ */
#searchTotalCount{
	float:left;
	margin:0 0 0 40px;
	color:#c0c0c0;
	font-size:1.2em;
	font-weight:normal;
	text-align:right;
	width:85%;
}
.searchListBody{
	margin:10px 0 10px 40px;
	float:left;
	color:#fff;
	font-size:16px;
	font-weight:bold;
}

.searchPageNum{
	float:left;
	background:#fff;
	color:#000;
	text-align:center;
	margin-right:10px;
	padding:10px;
	width:35px;
	font-size:12px;
	font-weight:normal;
}

.searchText{
	float:left;	
	background:#716A6A;
	padding:10px;
	width:85%;
	word-break:break-all;
	font-weight:normal;
}
.searchText:hover{
	text-decoration:underline;
}

/*---------------------------------------------------------
        banner 
----------------------------------------------------------*/
#bannerbar{
        position:absolute;
        width:100%;
        height:110px;
        background:rgba(0,0,0,.2);
        z-index:100;
}
.banner_img {
	position:absolute;
    width: 100%;
    height: 100%;
    line-height: 110px;
    text-align: center;
}
.banner_img:after {
    content: " ";
    margin-left: -0.6em;
    white-space: pre;
}
.banner_img img {
    vertical-align: middle;
}
.banner_close {
        position:absolute;
        float:right;text-align:left;
        right:15px;top:10px;
        width:30px;height:30px;
        background:url(../../images/ios/popup/btn_close_off.png) no-repeat;
		background-size:cover;
        cursor:pointer;
}
.banner_close:hover {
        background:url(../../images/ios/popup/btn_close_on.png) no-repeat;
		background-size:cover;
        cursor:pointer;
}

/* ------------------------------------------------------------
	AddOns SNS
------------------------------------------------------------ */
.btn_share{
	background:url(../../images/ios/sns/btn_share_dis.png);
	background-size:cover;
}
.btn_share:active{
	background:url(../../images/ios/sns/btn_share_dis_o.png);
	background-size:cover;
}


/* ------------------------------------------------------------
	AddOns THUMBNAIL 
------------------------------------------------------------ */
.thumbBookLoading{
	/*background:url(../../images/page_noimages.png) -130px -68px;
	background-size:cover;
	width:100px;
	height:42px;*/
	position: relative;
	left: 50%;
	top: 50%;
	width: 80px;
	height: 55px;
	margin-left: -40px;
	margin-top: -27.5px;
	background: url(../../images/book_noimages.png);
}

/* ------------------------------------------------------------
	AddOns  TOC
------------------------------------------------------------ */
.tocPlusIconImg{
	background:url(../../images/ios/popup/toc/icon_add.png);
	background-size:cover;
	width:24px;
	height:24px;
}

.tocMinusIconImg{
	background:url(../../images/ios/popup/toc/icon_delete.png);
	background-size:cover;
	width:24px;
	height:24px;
}

/* ------------------------------------------------------------
        AddOns Share Toolbox
------------------------------------------------------------ */
.box_layout{
	border:1px solid #d9d9d9;
	width:600px;
	height:485px;
	text-align:center;
	background-color: rgba(242,242,242,.9);
	box-shadow:0px 1px 2px 0px #333333;
}
.share_tool_layout {
        margin-bottom: 500px;
}
.sns_title{
	font-size:28px; 
	font-family:"Arial","sans-serif"; 
	color:#131313;
}
.sns_logo {
	float:left;
	height:60px;
}
.box_icon {
  float: left;
  width: 100%; 
  height: 57px;
  margin-left:18px;
  margin-top:20px;
}
.box_icon .facebook_icon{
	float: left;
	width: 50px; 
	height: 50px;
	margin-right:10px;
	background:transparent url(../../images/ios/sns/share_facebook.png) no-repeat 0px top;
	background-size:cover;
}
.box_icon .facebook_icon:active{
	background:transparent url(../../images/ios/sns/share_facebook_o.png) no-repeat 0px top;
	background-size:cover;
}
.box_icon .twitter_icon{
	float: left;
	width: 50px; 
	height: 50px;
	margin-right:10px;
	background:transparent url(../../images/ios/sns/share_twitter.png) no-repeat 0px top;
	background-size:cover;
}
.box_icon .twitter_icon:active{
	background:transparent url(../../images/ios/sns/share_twitter_o.png) no-repeat 0px top;
	background-size:cover;
}
.box_link {
  float: left;
  width: 267px; 
  height: 60px;
  border:1px solid #d9d9d9;
  background-color: #f2f2f2;
  margin-left:17px;
  margin-top:13px;
  text-align:left;
  padding:8px 0 5px 7px;
  font-size:17px;
  color:#525151;
  font-family:"Arial";
}
.icon_copy_txt {
  float:left; 
  text-align:left;
  font-size:17px;
  color:#525151;
  font-family:"Arial";
}
.icon_copy_link {
  text-align:left;
  padding:0px 0 2px 0px;
  background:url(../../images/ios/sns/icon_copy.png) no-repeat 204px top;
  background-size:cover;
}
.icon_copy_link:hover {
  background:url(../../images/ios/sns/icon_copy_o.png) no-repeat 204px top;
  background-size:cover;
}
.box_umekomi {
  float: left; 
  width: 267px;
  height:60px;
  border:1px solid #d9d9d9;
  background-color: #f2f2f2;
  margin-left:14px;
  margin-top:13px;
  text-align:left;
  padding:8px 0 5px 7px;
  font-size:17px;
  color:#525151;
  font-family:"Arial";
}
.icon_copy_umekomi {
  text-align:left;
  padding:0px 0 2px 0px;
  background:url(../../images/ios/sns/icon_copy.png) no-repeat 204px top;
  background-size:cover;
}
.icon_copy_umekomi:hover {
  background:url(../../images/ios/sns/icon_copy_o.png) no-repeat 204px top;
  background-size:cover;
}
.input_css{
	width:246px;
	height:30px;
	border:1px solid #c8c7c7;
	padding:0 5px 0 5px;
	margin-top:6px;
	font-size:14px;
	color:#747373;
}
.mail_contents {
  float: left; 
  width: 557px;
  height:215px;
  border:1px solid #d9d9d9;
  background-color: #f2f2f2;
  margin-left:17px;
  margin-top:13px;
  margin-bottom:15px;
  text-align:left;
  padding:10px 0 7px 7px;
  font-size:17px;
  color:#525151;
}
.mail_contents  .mail_left{
  float: left; 
  width: 380px;
  height:160px;
  text-align:left;
  padding:7px 0 0 2px;
  font-size:16px;
  color:#525151;
}
.input_mail{
	width:350px;
	height:30px;
	border:1px solid #c8c7c7;
	padding-left:5px;
	margin-bottom:5px;
	padding:0px 5px 0px 5px;
	font-size:14px;
	color:#747373;
	font-family:"Arial";
}
.textarea_mail1{
	vertical-align:top;
	width:350px;
	height:100px;
	border:1px solid #c8c7c7;
	padding-left:5px;
	padding:4px 5px 0px 5px;
	font-size:14px;
	color:#747373;
	font-family:"Arial";
	
	-moz-user-select: text;
	-webkit-user-select: text;
}
.mail_contents  .mail_right{
  float: left; 
  width: 120px;
  height:130px;
  margin-top:150px;
 }
 .btn_send{
	float: left;
	width: 88px; 
	height: 40px;
	margin-left:0px;
}
 
.ios_btn_send{
	float: left;
	width: 110px; 
	height: 35px;
	margin-left:0px;
	background:transparent url(../../images/ios/sns/share_btn_send.png) no-repeat 0px top;
	background-size:cover;
 }
 .ios_btn_send:active{
	background:transparent url(../../images/ios/sns/share_btn_send_o.png) no-repeat 0px top;
	background-size:cover;
 }

/* ------------------------------------------------------------
	MEMO IPAD TEXTAREA
------------------------------------------------------------ */
.fullHeader a{
	display:block;float:right;
	width:80px;height:31px;
	background:url(../../images/finish_bt.png) no-repeat center center;
	background-size:cover;
	margin:5px 7px 3px 0;
}

.fullHeader a:active{
	background:url(../../images/finish_bt_over.png) no-repeat center center;
	background-size:cover;
}

/* ------------------------------------------------------------
	preview psy20131217
------------------------------------------------------------ */
#previewMsgBody{
	position:absolute;
	width: 420px;
	height: 200px;
	background: #00000;
	top:50%;
	left:50%;
	margin: -150px 0 0 -210px;
}

#previewMsgBody .previewMsg{
	width:100%;
	font:arial, Meiryo, Osaka, "MS PGothic", sans-serif;
	font-size:21px;
	color:#ffffff;
	padding:50px 0;
	text-align:center;
	line-height: 1.8em;
}

#previewMsgBody .go_store_btn{
	margin-left:10px;
	font-size:18px;
	width:400px;
	height:30px;
	padding-top:12px;
	text-align:center;
	cursor:pointer;
	font:arial, Meiryo, Osaka, "MS PGothic", sans-serif;
	
	border: 1px solid rgb(48, 121, 237);
	border-radius: 3px;
	color: rgb(255, 255, 255);
    text-shadow: 0px 1px rgba(0, 0, 0, 0.1);
	background: #4d90fe; /* Old browsers */
	background: -moz-linear-gradient(top,  #4d90fe 0%, #4d87ed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d90fe), color-stop(100%,#4d87ed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4d90fe 0%,#4d87ed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4d90fe 0%,#4d87ed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4d90fe 0%,#4d87ed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4d90fe 0%,#4d87ed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d90fe', endColorstr='#4d87ed',GradientType=0 ); /* IE6-9 */
}

#previewMsgBody .go_store_btn:hover{
	border: 1px solid rgb(47, 91, 183);
    text-shadow: 0px 1px rgba(0, 0, 0, 0.3);
    background: #287eef; /* Old browsers */
	background: -moz-linear-gradient(top,  #287eef 0%, #0e5ad3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#287eef), color-stop(100%,#0e5ad3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #287eef 0%,#0e5ad3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #287eef 0%,#0e5ad3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #287eef 0%,#0e5ad3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #287eef 0%,#0e5ad3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#287eef', endColorstr='#0e5ad3',GradientType=0 ); /* IE6-9 */
}

/*----------------------------------------------------------------
	right sns box css
-----------------------------------------------------------------*/
.table_box_flex{
	position: absolute;
	right: 20px;
	top: 80px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index:100;
}
.table_list_contents{
	position: relative;
	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;
}

.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}
.column {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;

	-webkit-flex-direction: column; 
	flex-direction: column; 
}
.column li {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	font-size: 1.3em;
	font-family: "arial";
	letter-spacing:-0.3px;
	line-height:16px;
	text-align: center;
	vertical-align:bottom;
	cursor:pointer;
}
.column li.transparent-color{
	background: rgba(105,105,105,0.7);
	color: #ffffff;
}
.column li.transparent-color:active{
	background: rgba(44,44,44,0.8);
	color: #2ba2f6;
}

.flex-item {
  padding: 5px;
  width: 80px;
  height: 80px;
  margin: 5px;
}

.text-line-height{
	line-height: 1.5;
	display: block;
}
a.tab-icon-box {
	height: 100%;
	width: 100%;
	-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;
	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;	
}