@CHARSET "UTF-8";

*{
	margin:0;
	padding:0;
}


#btn{
	background: #717171;
	color: #eeeeee;
	display:block;
	margin: 400px auto;
	width: 70px;
	text-align: center;
	font-size: 15px;
	padding:5px 0;
	border-radius: 3px;
	cursor: pointer;
}

/* #overlay{ */
/* 	display: none; */
/* 	width: 100%; */
/* 	height:100%; */
/* 	text-align: center; */
/* 	position: fixed; */
/* 	top: 0; */
/* 	z-index: 100; */
/* 	background: rgba(0,0,0,0.7); */
/* } */

.cl_overlay_trial, .cl_overlay_preview,
.cl_overlay_comment, .cl_overlay_over {
	display: none;
	width: 100%;
	height:100%;
	text-align: center;
	position: fixed;
	top: 0;
	z-index: 100;
	background: rgba(0,0,0,0.7);
}

.cl_overlay_confirm {
	display: none;
	width: 100%;
	height:100%;
	text-align: center;
	position: fixed;
	top: 0;
	z-index: 100;
	background: rgba(0,0,0,0.7);
}

.cl_overlay_comment_box {
    background-color: rgba(0,0,0,0.0);
    width: 600px;
    height: 250px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.cl_comment_box {
    position: relative;
    background-color: white;
    width: 600px;
    height: 280px;
    margin: auto 10px auto auto;
    overflow: inherit;
}

#text {
	font-size: 40px;
	color: #eee;
	padding-top: 400px;
	vertical-align: middle;
	font-weight: bold;
}

.cl_triangle_right:hover {
	border-left: 70px solid navy;
	cursor: pointer;
}


.cl_triangle_right{
	width: 0;
	height: 0;
	margin-top: 300px;
	border-left: 70px solid white;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	-webkit-transition: border-left 0.2s,color 0.2s;
	transition: border-left 0.2s,color 0.2s;
	z-index: 1000;
}

.cl_triangle_left:hover {
	border-right: 70px solid navy;
	cursor: pointer;

}

.cl_triangle_left{
	width: 0;
	height: 0;
	margin-top: 300px;
	border-right: 70px solid white;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	-webkit-transition: border-right 0.2s,color 0.2s;
	transition: border-right 0.2s,color 0.2s;
	z-index: 1000;
}

/* clbt:hover { */
/* 	background: navy url(../images/icon/close_hover.png) no-repeat 10px center; */
/* 	background-size: 12px 12px; */
/* 	color: white; */
/* 	border: 1px solid navy; */
/* 	cursor: pointer; */
/* } */

/* clbt{ */
/* 	background:lightgray url(../images/icon/close.png) no-repeat 10px center; */
/* 	background-size: 12px 12px; */
/* 	margin:auto; */
/* 	width: 150px; */
/* 	text-align: center; */
/* 	display: block; */
/* 	text-decoration: none; */
/* 	color: black; */
/* 	border-radius: 6px; */
/* 	text-align: center; */
/* 	-webkit-transition: background 0.2s,color 0.2s; */
/* 	transition: background 0.2s,color 0.2s; */
/* 	border: 1px solid navy; */
/* } */

okbt:hover {
	background: navy url(../images/icon/ok_hover.png) no-repeat 10px center;
	background-size: 12px 12px;
	color: white;
	border: 1px solid navy;
	cursor: pointer;
}

okbt{
	background: lightgray url(../images/icon/ok.png) no-repeat 10px center;
	background-size: 12px 12px;
	margin: auto;
	width: 150px;
	text-align: center;
	display: block;
	text-decoration: none;
	color: black;
	border-radius: 6px;
	text-align: center;
	-webkit-transition: background 0.2s,color 0.2s;
	transition: background 0.2s,color 0.2s;
	border: 1px solid navy;
}

ruby{
/* 	display: inline-table; */
	line-height: 1em;
}

rb {
/* 	display: table-footer-group; */
	text-align:center;
}

rt{
/* 	display: table-cell; */
/* 	margin-left: -10px;  */
/* 	margin-right: -6px;  */
}

.cl_overlay_box {
	background-color: rgba(0,0,0,0.0);
	width: 500px;
	height: 675px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.cl_sentence {
	text-align: left;
	line-height: 2.0em;
	font-family: 游明朝;
	position: absolute;
	top: 10px;
	right: 40px;
}

.cl_sentence_img {
	width: 450px;
	height: 630px;
	padding: 10px;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

#tategaki_view {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}

.cl_sentence_view_next {
	position: absolute;
    background-color: rgba(0,0,0,0.0);
    width: 200px;
    height: 640px;
    cursor: url(../images/cur/next_page.cur), pointer;
}

.cl_sentence_view_prev {
	position: absolute;
	background-color: rgba(0,0,0,0.0);
	width: 200px;
	height: 640px;
	right: 0px;
	cursor: url(../images/cur/prev_page.cur), pointer;
}

.cl_sentence_view {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}

.cl_cl_btn:hover {
	background: navy url(../images/icon/close_hover.png) no-repeat 10px center;
	background-size: 12px 12px;
	color: white;
	border: 1px solid navy;
	cursor: pointer;
}

.cl_cl_btn{
	background:lightgray url(../images/icon/close.png) no-repeat 10px center;
	background-size: 12px 12px;
	margin:auto;
	width: 150px;
	text-align: center;
	display: block;
	text-decoration: none;
	color: black;
	border-radius: 6px;
	text-align: center;
	-webkit-transition: background 0.2s,color 0.2s;
	transition: background 0.2s,color 0.2s;
	border: 1px solid navy;
	font-family: 'メイリオ',Meiryo;
}

.cl_ok_btn:hover {
	background: navy url(../images/icon/ok_hover.png) no-repeat 10px center;
	background-size: 12px 12px;
	color: white;
	border: 1px solid navy;
	cursor: pointer;
}

.cl_ok_btn{
	background: lightgray url(../images/icon/ok.png) no-repeat 10px center;
	background-size: 12px 12px;
	margin: auto;
	width: 150px;
	text-align: center;
	display: block;
	text-decoration: none;
	color: black;
	border-radius: 6px;
	text-align: center;
	-webkit-transition: background 0.2s,color 0.2s;
	transition: background 0.2s,color 0.2s;
	border: 1px solid navy;
	font-family: 'メイリオ',Meiryo;
}

.cl_sentence_box {
	position: relative;
	background-color: white;
	width: 500px;
	height: 700px;
	margin: auto 10px auto auto;
	overflow: inherit;
}

.cl_sentence_close_frame {
	background-color: white;
	width: 30px;
	height: 30px;
	position: absolute;
	top: -20px;
	right: -20px;
	padding: 5px;
	border-radius: 30px;
	font-weight: bold;
	color: white;
	text-align: center;
}

.cl_sentence_close_btn:hover{
	background-color: navy;
	cursor: pointer;
}
.cl_sentence_close_btn {
	background-color: orange;
    width: 30px;
    height: 30px;
    line-height: -moz-block-height;
    border-radius: 15px;
    -webkit-transition: background 0.2s,color 0.2s;
	transition: background 0.2s,color 0.2s;
	z-index: 1000;
	font-size:20px;
}

.cl_page_no {
/* 	margin-top: -30px; */
	position: relative;
}

.cl_overlay_bg {
	background-color:rgba(0,0,0,0.0);
}

.cl_dialog {
	background-color: white;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 400px;
	margin: auto;
	height: 140px;
}

.cl_dialog_text {
	padding: 10px;
	text-align: left;
}

.cl_slider {
	width: 450px;
	margin: auto;
	height: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -50px;
}

#slider-default .ui-slider-handle {
	width: 15px;
	height: 15px;
	margin-top: 2px;
}