body {
	margin: 0px;
	padding: 0px;
	z-index: -20;
	font-family: Microsoft JhengHei;
	color: #666;
	background-image: url(../images/bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #f1f0f3;
}
body.login {
	margin: 0px;
	padding: 0px;
	z-index: -20;
	font-family: Microsoft JhengHei;
	color: #666;
	background-image: url(../images/bg_login.jpg);
	background-position: top center;
	background-repeat:  no-repeat;
	background-attachment: fixed;
	background-size:  cover;
	background-color: #f1f0f3;
}
.container {
	width: auto;
	z-index: 1;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.container_index {
	width: auto;
	z-index: 1;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.row {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	position: relative;
}
.col_1 {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	height: 40px;
	padding: 0px;
	margin: 0px;
}
.col_1_index {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	height: 82px;
	padding: 0px;
	margin: 0px;
}
.col_1a {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.col_2 {
	display: block;
	float: left;
	/*width: 200px;*/
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 10;
	background-color: #ebecee;
}
.col_2:first-child {
	margin-left: 0px;
}
.col_2:last-child {
	margin-right: 0px;
}
.col_3 {
	display: block;
	float: left;
	background-color: #999;
	width: calc(100% - 400px);
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 5;
}
.col_3:first-child {
	margin-left: 0px;
}
.col_3:last-child {
	margin-right: 0px;
}
.col_4 {
	display: block;
	float: left;
	background-color: #999999;
	width: calc(100% - 200px);
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 5;
}
.col_4:first-child {
	margin-left: 0px;
}
.col_4:last-child {
	margin-right: 0px;
}
.col_5 {
	display: block;
	float: left;
	background-color: #999;
	width: calc((100% - 200px) / 2);
	min-width: 409px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 5;
}
.col_5:first-child {
	margin-left: 0px;
}
.col_5:last-child {
	margin-right: 0px;
}
/*disclaimer_area start*/
.col_disclaimer_header {
	clear: both;
	display: block;
	margin-top: 0px;
	margin-right:auto;
	margin-bottom: 0px;
	margin-left:auto;
	width:93%;
}
.col_disclaimer {
	clear: both;
	display: block;
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0 6px 6px rgba(38, 185, 185, 0.1), 0 10px 20px rgba(0,89,130, 0.3);
	margin-top: 20px;
	margin-right:auto;
	margin-bottom: 50px;
	margin-left:auto;
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 60px;
	padding-left: 60px;
	width:80%;
}
.p_txt {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align:left;
	line-height: 30px;
}
.p_txt td {
	font-size: 16px;
	line-height: 30px;	
}
.p_txt_title {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	text-align:left;
	line-height: 30px;
	font-weight:bold;
	color:#148fad;
}
.p_txt_topic {
    color: #148fad;
    margin-bottom: 20px;
	margin-top:50px;
    text-align: left;
}
.contact_tail {
    clear: both;
    padding-top: 0px;
    padding-bottom: 0px;
}
.contact_tail a {
    width: 50%;
    height: 60px;
    font-size: 25px;
    font-weight: bold;
    padding: 0;
    text-align: center;
    display: block;
    line-height: 60px;
    margin-right: auto;
    margin-left: auto;
}
.contact_box {
    width: 300px;
    margin-right: 30px;
}
.contact_box p {
    font-size: 16px;
    margin-bottom: 35px;
    line-height: 1.7;
}
.contact_box p span {
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 1.7;
    color: #148fad;
	margin-top:5px;
}
.contact_box .email {
    background: url(../images/icon_email.png) no-repeat scroll left top;
    margin-right: 30px;
    height: 44px;
    padding-left: 56px;
    display: block;
    line-height: 44px;
    float: left;
}
.contact_box .email:hover, .contact_box .email:active{
	opacity:0.6;
}
.contact_box .hotline {
    background: url(../images/icon_hotline.png) no-repeat scroll left top;
    padding-left: 56px;
    display: block;
    float: left;
    height: 44px;
    margin-top: 10px;
}
.contact_box .hotline a {
    height: 20px;
    padding-left: 2px;
    display: block;
    line-height: 44px;
    float: left;
    margin-right: 15px;
}
.contact_box .hotline a:hover, .contact_box .hotline a:active{
	opacity:0.6;
}
.btn_top{
	position: fixed;
	bottom: 74px;
	left: 50%;
	z-index: 50;
	margin-left: 358px;
	text-align: center;
}
.btn_top a{
	background-color: #CCCCCC;
	line-height: 2em;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	transition: all 0.3s;
}
.btn_top a:hover{
	background-color: #26b8ba;
	color:#FFFFFF;
}
/*disclaimer_area end*/
a {
	text-decoration: none;
	color: #666666;
	transition: all 0.2s;
}
/* 20180918 edited start */
select{
	color:#666666;
	border-radius:0px;
}
input{
	margin: 0px;
	vertical-align: middle;
	font-size: 12px;
	padding: 0px;
	border-radius:0px;
}
/* 20180918 edited end */
input::placeholder {
  color: #CCCCCC;
}
*:focus {
    outline: none;
}
/* 20190104 edited start */
input[type=checkbox]{
	content: "";
    color: #1375b3;
	margin: 0px;
	padding: 0px;
	border-radius:0px;
	line-height:16px;
	width:16px;
	height:16px;
}
input[type=checkbox]:checked{
	content: "\2714";
	margin: 0px;
	padding: 0px;
	line-height:16px;
	width:16px;
	height:16px;
}
/* 20190104 edited end */
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
	font-weight: 700;
}
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small {
	color: #e7e9ec;
}
h1,h2,h3 {

}
h4,h5,h6 {

}
h1,.h1 {
	font-size: 24px;
}
h2,.h2 {
	font-size: 20px;
}
h3,.h3 {
	font-size: 18px;
}
h4,.h4 {
	font-size: 16px;
}
h5,.h5 {
	font-size: 14px;
}
h6,.h6 {
	font-size: 12px;
}
/*20190815 Edited start*/
h7,.h7 {
	font-size: 10px;
}
/*20190815 Edited end*/
.bold {
	font-weight: 900;
}
.normal{
	font-weight:normal;
}
/*20190815 Edited start*/
.lighter{
	font-weight: lighter;
}
/*20190815 Edited end*/

ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
ul .inner {
  /*overflow: hidden;*/
  display: none;
}
ul .inner.show {
  /*display: block;*/
}
.accordion_bg{ background-color:#ffffff;}
ul li a.toggle {
  display: block;
  transition:all 0.3s;
}
ul li a.toggle:hover {
	opacity:0.8;
}
/*footer_area start*/
.footer {
	color: #ffffff;
	width: 100%;
	text-align: center;
	font-size: 0.7em;
	padding: 4px 0;
	margin-top: 30px;
	bottom: 0px;
	position: fixed;
	z-index: 120;
	font-weight: normal;
	-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
	-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
	background: -moz-linear-gradient(top, rgba(158,174,200,0) 0%, rgba(158,174,200,0.5) 50%, rgba(158,174,200,0.75) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(158,174,200,0) 0%,rgba(158,174,200,0.5) 50%,rgba(158,174,200,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(158,174,200,0) 0%,rgba(158,174,200,0.5) 50%,rgba(158,174,200,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009eaec8', endColorstr='#bf9eaec8',GradientType=0 ); /* IE6-9 */
}
.footer a {
	color: #ffffff;
	transition:all 0.3s;
	opacity:1;
}
.footer a:hover {
	opacity:0.6;
}
.footer_d {
	color: #ffffff;
	width: 100%;
	text-align: center;
	font-size: 0.7em;
	padding: 4px 0;
	margin-top: 30px;
	bottom: 0px;
	z-index: 120;
	font-weight: normal;	
}
.footer_d a {
	color: #ffffff;
	transition:all 0.3s;
	opacity:1;
}
.footer_d a:hover {
	opacity:0.6;
}
/*footer_area end*/

/*login_area start*/
/*20190815 Edited start*/
.login_logo{
	background-image: url(../images/login_logo_e.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	height: 48px;
	width: 258px;
	position: absolute;
	top: -25px;
	left:90px;
}

.login_area{
	width: 370px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	box-shadow: 0 6px 6px rgba(38, 185, 185, 0.1), 0 10px 20px rgba(0,89,130, 0.3);
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	position: relative;
}
.requirement_area{
	width: 390px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background: linear-gradient(to bottom, rgba(14,80,124,0.7) 0%,rgba(20,143,173,0.7) 12%,rgba(38,183,186,0.6) 80%,rgba(38,183,186,0.5) 100%);
	box-shadow: 0 6px 6px rgba(38, 185, 185, 0.1), 0 10px 20px rgba(0,89,130, 0.3);
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	position: relative;
	color: #FFF;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
}
/*20190815 Edited end*/
/*20180625 Edited start*/
.login_area input{
	border: 1px solid #ccc;
	border-radius: 2px;
	width: 140px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}
/* 20190104 edited start */
.stay_login input{
	width:16px;
	height:16px;
}
/*20190104 Edited end*/
/*20180625 Edited end*/
.login_btn a {
	color: #ffffff;
	background: linear-gradient(to right, #148fad, #26b8ba, #1ABC9C);
	background-size: 200%;
	transition: all .3s ease-in-out;
	background-position: 0%;
	color: #FFF;
	padding: 5px;
	text-align: center;
	display: block;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width: 200px;
	box-shadow: 0 6px 6px rgba(38, 185, 185, 0.1), 0 10px 20px rgba(0,89,130, 0.3);
}
.login_btn a:hover {
	box-shadow: 0 2px 2px rgba(0,89,130, 0.5), 0 2px 2px rgba(22, 160, 133, 0.3);
	background-position: 100%;
}
/*login_area end*/

.logo_disclaimer a{
	background-image: url(../images/login_logo_e_s.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 0px;
	height: 30px;
	width: 155px;
	display: block;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/*20180625 Edited start*/
.logo a{
	background-image: url(../images/logo_e.svg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 130px;
	height: 27px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 5px;
	top: 8px;
}
/*20180625 Edited end*/
/*20180625 Edited start*/
.logo_index a{
	background-image: url(../images/logo_e.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	display: block;
	width: 193px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 8px;
	top: 40px;
}
/*20180625 Edited end*/
.logo_upep a{
	background-image: url(../images/logo_upep.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 130px;
	height: 28px;
	padding: 0px;
	float: right;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* 20181019 edited start */
.logo_upep_index a{
	background-image: url(../images/logo_upep.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 130px;
	height: 28px;
	padding: 0px;
	float: right;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
/* 20181019 edited end */
/* main_css */
.left_main_btn{
	margin-top: 12px;
	margin-right:12px;
	float:left;
}
.right_main_btn {
	margin-top: 12px;
	float: left;
	width: calc(100% - 279px);
	min-width: 597px;
	background-color: #FFF;
	-webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2);
}
.right_main_topic{
	background: linear-gradient(to right, #26b8ba, #148fad);
	background-size: 100%;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
}
.right_main_sub{
	background: #AAAAAA;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
}
.main_news{
	background-color: #FFF;
	height: calc(100vh - 180px);
	min-height: 356px;
	overflow: auto;
}
.main_news ul{
}
.main_news li{
	padding-top:10px;
	padding-bottom:10px;
	transition:all 0.2s;
}
.main_news li:nth-child(even){
	background-color: #f5f5f5;
}
.main_news li:hover{
	background-color: #d9e9ea;
}
.index_btn_01{
	background-image: url(../images/btn_index_01.jpg);
	background-repeat: repeat;
	background-position: left top;
	height: 70px;
	width: 267px;
	margin: 0px;
	padding-top: 139px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position:relative;
	-webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2);
	background-color:#FFFFFF;
}
.index_btn_01 a {
	color: #ffffff;
	background: linear-gradient(to right, #148fad, #26b8ba, #1ABC9C);
	background-size: 200%;
	transition: all .3s ease-in-out;
	background-position: 0%;
	color: #FFF;
	padding: 5px;
	text-align: center;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 200px;
	box-shadow: 0 6px 6px rgba(38, 185, 185, 0.1), 0 10px 20px rgba(0,89,130, 0.3);
}
.index_btn_01 a:hover {
	box-shadow: 0 2px 2px rgba(0,89,130, 0.5), 0 2px 2px rgba(22, 160, 133, 0.3);
	background-position: 100%;
}

.index_btn_01 span{
	position: absolute;
	left: 10px;
	top: 10px;
}
.index_btn_02{
	background-image: url(../images/btn_index_02.jpg);
	background-repeat: repeat;
	background-position: left top;
	height: 70px;
	width: 267px;
	padding-top: 139px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	-webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2);
	background-color:#FFFFFF;
}
.index_btn_02 a {
	color: #ffffff;
	background: linear-gradient(to right, #920884, #9986c2, #df93d5);
	background-size: 200%;
	transition: all .3s ease-in-out;
	background-position: 0%;
	color: #FFF;
	padding: 5px;
	text-align: center;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 200px;
	box-shadow: 0 6px 6px rgba(95,25,85, 0.1), 0 10px 20px rgba(95,25,85, 0.3);
}
.index_btn_02 a:hover {
	box-shadow: 0 2px 2px rgba(95,25,85, 0.5), 0 2px 2px rgba(95,25,85, 0.3);
	background-position: 100%;
}

.index_btn_02 span{
	position: absolute;
	left: 10px;
	top: 10px;
}
/* 20181019 edited start */
.index_header_bg{
	background-image: url();
	background-repeat: no-repeat;
	background-position: left top;
	background: -moz-linear-gradient(left, rgba(30,87,153,1) 0%, rgba(38,185,186,0.8) 50%, rgba(38,185,186,0) 100%) no-repeat; /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(30,87,153,1) 0%,rgba(38,185,186,0.8) 50%,rgba(38,185,186,0) 100%) no-repeat; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(30,87,153,1) 0%,rgba(38,185,186,0.8) 50%,rgba(38,185,186,0) 100%) no-repeat; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#0026b9ba',GradientType=1 ); /* IE6-9 */
	-webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2);
	
	box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2);
}
/*
.index_header_bg{
	background-image: url(../images/index_header_bg_sr_maths.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF;
	-webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2);
}
*/
/* main_css */
.header_bg{
	/* background-image: url(../images/header_bg_srmaths.png); */
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFF;
}
/*
.header_bg{
	background-image: url(../images/header_bg_sr_maths.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF;
}
*/
/* 20190104 edited start */
.header_btn_area{
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 380px;
	top: 3px;
	width: 320px;
}
.header_index_btn_area{
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 5px;
	top: 45px;
	width: 400px;
}

.header_right{
	float: right;
	width: 330px;
	margin: 0px;
	padding: 0px;
}
.header_right_index{
	float: right;
	width: 330px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 55%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 55%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 55%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
/* 20190104 edited end */
.btn_header_1 a{
	display: block;
	color: #b7b7b7;
	background-color: #FFFFFF;
	border: none;
	line-height: 30px;
	text-align: center;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	float: left;
	margin-top: 2px;
	margin-right: 8px;
	margin-left: 8px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	transition: all 0.2s;
}
.btn_header_1 a:hover{
	color: #FFFFFF;
	background-color: #5048b8;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
}
.btn_header_1_active a{
	display: block;
	color: #FFFFFF;
	background-color: #5048b8;
	border: none;
	line-height: 30px;
	text-align: center;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	float: left;
	margin-top: 2px;
	margin-right: 8px;
	margin-left: 8px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	transition:all 0.3s;
}
.btn_header_1_active a:hover{
	background-color: #2b249a;
}
/* 20190416 edited start */
.btn_header_1.h3{font-size: 16px;}
/* 20190416 edited end */
.btn_header_2 a{
	display: block;
	color: #b7b7b7;
	background-color: #FFFFFF;
	border: none;
	line-height: 26px;
	text-align: center;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	float: left;
	margin-top: 4px;
	margin-right: 8px;
	margin-left: 8px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	transition: all 0.2s;
}
.btn_header_2 a:hover{
	color: #FFFFFF;
	background-color: #14adab;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
}
.btn_header_2_active a{
	display: block;
	color: #FFFFFF;
	background-color: #14adab;
	border: none;
	line-height: 30px;
	text-align: center;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	float: left;
	margin-top: 2px;
	margin-right: 8px;
	margin-left: 8px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	transition:all 0.3s;
}
.btn_header_2_active a:hover{
	background-color: #118695;
}
.btn_header_3 a{
	display: block;
	color: #b7b7b7;color: #FFFFFF;
	background-color: #14adab;
	border: none;
	line-height: 30px;
	text-align: center;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	float: left;
	margin-top: 2px;
	margin-right: 8px;
	margin-left: 8px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	transition: all 0.2s;
}
.btn_header_3 a:hover{
	color: #b7b7b7;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
}

.btn_header_index_r{
	float: right;
}
.select_header_index_r{
	float: right;
	min-width:120px;
	margin-top:4px;
	padding:4px;
	border:none;
}
.btn_header_index_r a{
	display: block;
	color: #1386b6;
	background-color: #FFFFFF;
	border: none;
	line-height: 26px;
	text-align: center;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	float: left;
	margin-top: 4px;
	margin-right: 0px;
	margin-left: 8px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	transition: all 0.2s;
}
.btn_header_index_r a:hover{
	color: #FFFFFF;
	background-color: #1386b6;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
}
.btn_lang a{
	display: block;
	color: #FFFFFF;
	background-color: #959595;
	border: none;
	line-height: 24px;
	text-align: center;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	float: right;
	margin-top: 8px;
	margin-right: 0px;
	margin-left: 8px;
	transition: all 0.2s;
}
.btn_lang a:hover{
	color: #FFFFFF;
	background-color: #14adab;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.6);
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.6);
}
.btn_header_r a{
	display: block;
	color: #969696;
	background-color: #e5e5e5;
	border: none;
	line-height: 18px;
	text-align: center;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	float: right;
	margin-top: 15px;
	margin-right: 8px;
	margin-left: 2px;
	transition: all 0.2s;
}
.btn_header_r a:hover{
	color: #FFFFFF;
	background-color: #14adab;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.6);
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.6);
}

.btn_info{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size:16px;
}
/* 20180918 edited start */
.reflash_area{
	position: absolute;
	z-index: 50;
	bottom: 65px;
	width:100%;
}
.btn_reflash_list a{
	line-height: 25px;
	color: #FFF;
	text-align: center;
	background-color: rgba(21,142,173,0.6);
	height: 25px;
	transition: all 0.2s;
	padding: 0px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:5px;
	display: block;
	font-size:15px;
}
/* 20180918 edited end */
.btn_reflash_list a:hover{
	background-color: rgba(21,142,173,1);
}
.left_area{
	display: block;
	height: calc(100vh - 55px);
	min-height: 590px;
	width: 200px;
	box-shadow: 2px 0px 8px #a0a0a0;
	z-index: 20;
	position: absolute;
}
.main_area{
	/* position: absolute; */
	z-index: 10;
	/* left: 200px; */
	margin-left: 200px;
	width: 100%;
}
.screen_area{
	display: block;
	height: calc(100vh - 55px);
	min-height: 590px;
	min-width: 824px;
	box-shadow: 2px 0px 8px #a0a0a0;
	z-index: 10;
	position: absolute;
}
.a_area{
	background-image: url(../images/bg_a.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
}
.step_area{
	padding: 0px;
	width: 360px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.step_1 .step_title{
	display: block;
	background-color: #14adab;
	color: #FFF;
	padding: 10px;
}
.step_2 .step_title{
	display: block;
	background-color: #148ead;
	color: #FFF;
	padding: 10px;
}
.step_3 .step_title{
	display: block;
	background-color: #196dab;
	color: #FFF;
	padding: 10px;
}
.trangle_step_1{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 20px 0 20px;
    border-color: #14adab transparent transparent transparent;
    padding: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
}
.trangle_step_2{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 20px 0 20px;
    border-color: #148ead transparent transparent transparent;
    padding: 0px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes trangle_anim {
    0%   {margin-bottom: 15px; border-width: 18px 20px 0 20px; border-color: #14adab transparent transparent transparent;}
    25%  {margin-bottom: 11px; border-width: 22px 25px 0 25px; border-color: #158ead transparent transparent transparent;}
    50%  {margin-bottom: 15px; border-width: 18px 20px 0 20px; border-color: #14adab transparent transparent transparent;}
    75%  {margin-bottom: 11px; border-width: 22px 25px 0 25px; border-color: #158ead transparent transparent transparent;}
    100% {margin-bottom: 15px; border-width: 18px 20px 0 20px; border-color: #14adab transparent transparent transparent;}
}
/* Standard syntax */
@keyframes trangle_anim {
    0%   {margin-bottom: 15px; border-width: 18px 20px 0 20px; border-color: #14adab transparent transparent transparent;}
    25%  {margin-bottom: 11px; border-width: 22px 25px 0 25px; border-color: #158ead transparent transparent transparent;}
    50%  {margin-bottom: 15px; border-width: 18px 20px 0 20px; border-color: #14adab transparent transparent transparent;}
    75%  {margin-bottom: 11px; border-width: 22px 25px 0 25px; border-color: #158ead transparent transparent transparent;}
    100% {margin-bottom: 15px; border-width: 18px 20px 0 20px; border-color: #14adab transparent transparent transparent;}
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes trangle_anim2 {
    0%   {margin-bottom: 15px; border-width: 18px 20px 0 20px; border-color: #158ead transparent transparent transparent;}
    25%  {margin-bottom: 11px; border-width: 22px 25px 0 25px; border-color: #196dab transparent transparent transparent;}
    50%  {margin-bottom: 15px; border-width: 18px 20px 0 20px; border-color: #158ead transparent transparent transparent;}
    75%  {margin-bottom: 11px; border-width: 22px 25px 0 25px; border-color: #196dab transparent transparent transparent;}
    100% {margin-bottom: 15px; border-width: 18px 20px 0 20px; border-color: #158ead transparent transparent transparent;}
}
/* Standard syntax */
@keyframes trangle_anim2 {
    0%   {margin-bottom: 15px; border-width: 18px 20px 0 20px; border-color: #158ead transparent transparent transparent;}
    25%  {margin-bottom: 11px; border-width: 22px 25px 0 25px; border-color: #196dab transparent transparent transparent;}
    50%  {margin-bottom: 15px; border-width: 18px 20px 0 20px; border-color: #158ead transparent transparent transparent;}
    75%  {margin-bottom: 11px; border-width: 22px 25px 0 25px; border-color: #196dab transparent transparent transparent;}
    100% {margin-bottom: 15px; border-width: 18px 20px 0 20px; border-color: #158ead transparent transparent transparent;}
}
.step_info{
	background-color: #FFF;
	margin: 0px;
	padding: 10px;
	box-shadow: 0 6px 6px rgba(38, 185, 185, 0.1), 0 10px 20px rgba(0,89,130, 0.3);
}
.right_area{
	display: block;
	height: calc(100vh - 55px);
	min-height: 590px;
	width: 200px;
	z-index: 5;
	position: absolute;
	left: calc(100% - 200px);
}
.right_area_c{
	display: block;
	height: calc(100vh - 55px);
	min-height: 590px;
	width: calc((100% - 200px) / 2);
	z-index: 5;
	position: absolute;
	left: calc(200px + (100% - 200px) / 2);
}
.sub_inner{
	height: 19px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.sub_inner:focus{
	padding: 3px 5px 3px 5px;
}
.sub_arrow{
	background-image: url(../images/btn_sub_arrow_on.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px;
	height: 10px;
	width: 10px;
	float: right;
	margin: 5px;
	transition: all 0.1s;
}
.sub_inner:focus .sub_arrow{
	transform:          rotate(-90deg);
	-ms-transform:      rotate(-90deg);
	-moz-transform:     rotate(-90deg);
	-webkit-transform:  rotate(-90deg);
	-o-transform:       rotate(-90deg);
}
.sub_area{
	display: block;
	z-index: 20;
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 0px;
	top: 0px;
}
.inner_area{
	/* height: 400px; */
}
.inner_area2{
	height: calc(100vh - 144px);
	min-height: 500px;
}
.t_white{
	color:#FFF;
}
.t_gray{
	color:#898989;
}
.t_blue_1{
	color:#14adab;
}
.t_blue_2{
	color:#148ead;
}
.t_blue_3{
	color:#196dab;
}
.bg_white{
	background-color:#FFFFFF;
}
.bg_gray{
	background: #dbdee1; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#eeeeee, #dbdee1); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#eeeeee, #dbdee1); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#eeeeee, #dbdee1); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#eeeeee, #dbdee1); /* Standard syntax */
}
.bg_gray2{
	background-color: #ebecee;
}
.bg_gray3{
	background-color: #faf9f9;
}
.bg_gray4{
	background-color: #a2a3d1;
}
.bg_blue_1{
	background-color:#14adab;
}
.bg_blue_2{
	background-color:#148ead;
}
.bg_blue_3{
	background-color:#196dab;
}
.bg_blue_3_g{
	background: rgb(111,150,183); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(111,150,183,1) 0%, rgba(44,88,137,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(111,150,183,1) 0%,rgba(44,88,137,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(111,150,183,1) 0%,rgba(44,88,137,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f96b7', endColorstr='#2c5889',GradientType=0 ); /* IE6-9 */
}
.shadow{
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
}
.btn_1{
	color:#FFF;
	background-color:#14adab;
	line-height: 24px;
	padding: 3px 5px 3px 5px;
}
.btn_2{
	color:#FFF;
	background-color:#148ead;
	line-height: 24px;
	padding: 3px 5px 3px 5px;
}
.btn_3{
	color:#FFF;
	background-color:#196dab;
	line-height: 24px;
	padding: 3px 5px 3px 5px;
}
.sub_menu {
	margin: 0px;
	padding: 0px;
	min-height: 400px;
	display: block;
}
.sub_menu ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.sub_menu li {
	margin: 0px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#pagination-demo {
	display: inline-block;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}
#pagination-demo li {
    display: inline-block;
}
*, ::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: 0rem;
    border-top-left-radius: 0rem;
}
.page-item.disabled .page-link {
    color: #898989;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
	opacity:0.5;
}
.page-item:first-child .page-link {
	border-bottom-left-radius: 0rem;
	border-top-left-radius: 0rem;
}
.page-link {
	position: relative;
	display: block;
	color: #898989;
	background-color: #FFFFFF;
	border: none;
	font-size: 14px;
	margin: 2px;
	line-height: 26px;
	padding: 0px 8px 0px 8px;
	transition:all 0.3s;
}
.page-link:hover {
	color: #148ead;
	background-color: #F6F6F6;
}
.pagination-sm .page-link {
	text-align: center;
	line-height: 26px;
}
.page-item.active .page-link {
	z-index: 2;
	color: #fff;
	background-color: #148ead;
	border-color: #148ead;
	font-weight: bold;
}
.bar_area_bottom{
	width:100%;
	display:block;
	bottom:0px;
	background-color:#FFFFFF;
	text-align: center;
	height:30px;
	box-shadow: 0 -2px 2px #c6c6c6;
	position: absolute;
	z-index:10;
}
.bar_area_top{
	width:100%;
	display:block;
	bottom:0px;
	background-color:#FFFFFF;
	text-align: center;
	height:30px;
	position: absolute;
	top:0px;
	z-index:10;
	box-shadow: 0 2px 2px #c6c6c6;
}
.preview_area{
	width: 100%;
	display: block;
	bottom: 0px;
	background-color: #FFFFFF;
	height: calc(100vh - 115px);
	min-height: 530px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	position: absolute;
	top:30px;
	z-index:5;
}
.question_area{
	margin: 0px;
	background-color: #FFF;
	transition: all 0.2s;
	padding: 0px 0px 30px 0px;
}
.question_area:hover{
	background-color: #d1e7f2;
}
/* 20180918_edited start */
.question_area >.img{
	padding-left:30px;
	padding-right:10px;
}
.question_area > span{
	padding-left:30px;
	padding-right:10px;
}
.question_area > span >.img{
	padding-left:30px;
	padding-right:10px;
}
/*
.img > img{
	width:750px;
	max-width:100%;
}
*/
.img > img{
	width:100%;
	max-width:650px;
}
.common_question_area{
	background-color: #d3e8e9;
	margin-top: 15px;
	margin-bottom: 15px;
	box-shadow: #999 5px 0px 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	/* padding-left: 15px; */
}
.common_text:hover, .common:hover{
	background-color: #badcde;
}
.common_text{
	padding: 0px 10px 10px 0px;
	background-color: #d3e8e9;
}
.common_text >.img_common{
	padding-left: 10px;
	padding-top:10px;
	padding-right:0px;
}
/* 20190506 edited start */
/* 
.img_common > img{
	width:750px; 
	max-width:100%;
	max-width: 750px;
}
 */
.col_3.screen_area .img_common > img{
	width:585px;
	max-width:100%;
}
.col_4.screen_area .img_common > img{
	width:700px;
	max-width:100%;
}
/* 20190506 edited end */
.common_text >.question_line{
	border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCC;
    height: 1px;
    display: block;
}
.common >.question_line {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
	height: 1px;
	display: block;
	margin-left: 35px;
}
.question_area.common{
	padding: 0px 0px 10px 0px;
}
/* 20180918_edited start */
.Qnum_area_l{
	display: block;
	float: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 12px;
}
.Qnum_area_r{
	display: block;
	float: right;
	margin: 5px;
	padding: 0px;
}
.question_line{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	height: 1px;
	display: block;
}
.question_num{
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.question_mark{
	padding-left:35px;
	padding-top:5px;
}
.question_detail_area{
	border: 1px solid #d0eae2;
	padding: 10px;
	display: block;
	background-color: #FFF;
	margin: 10px 10px 0px 30px;
}
.question_detail_item{
	width: 33.3%;
	float: left;
}
.mp3_player_area{
	background-color: rgba(240, 240, 240, 1);
	margin: 2px;
	padding: 0px;
	display: block;
	height: 24px;
	width: 380px;
}
.mp3_player_area>.tc{
	float: left;
	margin: 0px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	background-color: rgba(240, 240, 240, 1);
	height: 20px;
	display: block;
}
.mp3_player_area>.mp3_stopper{
	margin: 0px;
	float: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: rgba(240, 240, 240, 1);
}
.stopper_input{
	width:40px;
	border: 1px solid #bfbfbf;
	text-align:center;
	color:#14a0af;
}
.audio_controls{
	float:left;
}
.nav_num{
	background-color: #666;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 70%;
}
.num_area_l{
	display: block;
	float: left;
	padding: 0px;
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 7px;
	margin-left: 10px;
}
.num_area_r{
	display: block;
	float: right;
	margin: 5px;
	padding: 0px;
}
.btn_type_1{
	position: absolute;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 100%;
}
.btn_type_1 a{
	color: #FFFFFF;
	background-color: #14a0ad;
	border: none;
	line-height: 30px;
	text-align: center;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	transition: all 0.2s;
	width: 70%;
	height: 30px;
	display: block;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
}
.btn_type_1_top{
	margin: 0px;
	height: 30px;
	width: 100%;
	padding: 6px 0px 0px 0px;
}
.btn_type_1_top select{
	border: thin solid #CCC;
	line-height: 30px;
	text-align: center;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	transition: all 0.2s;
	width: 70%;
	height: 25px;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
}
.btn_type_1 a:hover{
	color: #14a0ad;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
}
.btn_type_1s a{
	display: block;
	color: #FFFFFF;
	background-color: #148ead;
	border: none;
	line-height: 26px;
	text-align: center;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	float: left;
	margin-top: 2px;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 8px;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
	transition: all 0.2s;
}
.btn_type_1s a:hover{
	color: #148ead;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
}
.btn_type_1s a:active{
	color: #4082f0;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
}
.btn_type_2{
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	height: 36px;
	width: 100%;
}
.btn_type_2 a{
	color: #14a0ad;
	background-color: #FFFFFF;
	border: 1px solid #14a0ad;
	line-height: 30px;
	text-align: center;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	transition: all 0.2s;
	width: 80%;
	height: 30px;
	display: block;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
}
.btn_type_2 a:hover{
	color: #ffffff;
	background-color: #14a0ad;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
}
.btn_type_3{
	position: absolute;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 100%;
}
.btn_type_3 a{
	color: #FFFFFF;
	background-color: #14a0ad;
	border: none;
	line-height: 36px;
	text-align: center;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	transition: all 0.2s;
	width: 150px;
	height: 36px;
	display: block;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
}
.btn_type_3 a:hover{
	color: #14a0ad;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
}
.btn_type_4{
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	height: 36px;
	width: 100%;
}
.btn_type_4 a{
	color: #196dab;
	background-color: #FFFFFF;
	border: 1px solid #4184dd;
	line-height: 30px;
	text-align: center;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	transition: all 0.2s;
	width: 70%;
	height: 30px;
	display: block;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
}
.btn_type_4 a:hover{
	color: #ffffff;
	background-color: #4184dd;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
}
.btn_type_5{
	position: absolute;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 100%;
}
.btn_type_5 a{
	color: #FFFFFF;
	background-color: #196dab;
	border: none;
	line-height: 36px;
	text-align: center;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	transition: all 0.2s;
	width: 150px;
	height: 36px;
	display: block;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
}
.btn_type_5 a:hover{
	color: #196dab;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
}
.btn_type_6 a{
	color: #5048b9;
	background-color: #FFFFFF;
	line-height: 24px;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	transition: all 0.2s;
	height: 24px;
	margin-right: 10px;
	margin-left: 10px;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
	border: 1px solid #FFF;
}
.btn_type_6 a:hover{
	color: #ffffff;
	background-color: #9f94ff;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	border: 1px solid #9f94ff;
}
.btn_type_6a a{
	color: #FFFFFF;
	background-color: #5048b9;
	line-height: 24px;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	transition: all 0.2s;
	height: 24px;
	margin-right: 10px;
	margin-left: 10px;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
	border: 1px solid #5048b9;
}
.btn_type_6a a:hover{
	color: #5048b9;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	border: 1px solid #FFFFFF;
}
.btn_type_7 a{
	color: #FFFFFF;
	background-color: #5048b9;
	line-height: 24px;
	padding-top: 2px;
	padding-bottom: 2px;
	transition: all 0.2s;
	text-align: center;
	width: 60px;
	height: 24px;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
	margin: 5px;
	display: block;
	float: left;
}
.btn_type_7 a:hover{
	color: #5048b9;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
}
.btn_type_4_text{
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.btn_resize {
	margin: 0px;
	height: 65px;
	width: 5px;
	cursor: pointer;
	right: -5px;
	top: 150px;
	position: absolute;
	-webkit-box-shadow: 3px 0px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 3px 0px 5px rgba(0,0,0,0.3);
	box-shadow: 3px 0px 5px rgba(0,0,0,0.3);
	z-index: 25;
	background: #dbdee1; /* For browsers that do not support gradients */
	padding-top: 55px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	cursor: pointer;
	transition:all 0.2s;
	background: rgb(229,231,232); /* Old browsers */
	background: -moz-linear-gradient(left, rgb(229,231,232) 0%, rgb(229,231,232) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgb(229,231,232) 0%,rgb(229,231,232) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgb(229,231,232) 0%,rgb(229,231,232) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.btn_resize:hover {
	right: -10px;
	width: 10px;
	background: rgb(229,231,232); /* Old browsers */
	background: -moz-linear-gradient(left, rgb(229,231,232) 0%, rgb(20,160,173) 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgb(229,231,232) 0%,rgb(20,160,173) 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgb(229,231,232) 0%,rgb(20,160,173) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.btn_resize .icon_resize{
	background-image: url(../images/btn_sub_arrow_resize.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 4px 10px;
	width: 4px;
	height: 10px;
	display: block;
	transition: all 0.2s;
	margin: 0px;
	padding: 0px;
}
.btn_resize:hover .icon_resize{
	background-image: url(../images/btn_sub_arrow_resize_on.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 4px 10px;
	width: 4px;
	height: 10px;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.resize{
	z-index: 100;
	height: calc(100vh - 245px);
	min-height: 400px;
	left: 0px;
	top: 0px;
}
.hide {
	width: 200px;
	transition: all 0.5s;
	position: relative;
}
.input_resize {
	position:absolute;
	left:-999em;
}
.input_resize[type=checkbox]:checked + div {
	width:500px;
	height: calc(100vh - 245px);
	min-height: 400px;
	box-shadow: 2px 0px 8px #a0a0a0;
}
.hide_c {
	transition: all 0.5s;
	/* position: relative; */
}
.input_resize_c {
	position:absolute;
	left:-999em;
}
.input_resize_c[type=checkbox]:checked + div {
	width: calc((100% - 200px) * 0.9);
}
.btn_resize_c {
	margin: 0px;
	height: 65px;
	width: 5px;
	cursor: pointer;
	right: -5px;
	top: 150px;
	position: absolute;
	-webkit-box-shadow: 3px 0px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 3px 0px 5px rgba(0,0,0,0.3);
	box-shadow: 3px 0px 5px rgba(0,0,0,0.3);
	z-index: 25;
	background: #dbdee1; /* For browsers that do not support gradients */
	padding-top: 55px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	cursor: pointer;
	transition:all 0.2s;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(left, rgb(255,255,255) 0%, rgb(229,231,232) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgb(255,255,255) 0%,rgb(229,231,232) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgb(255,255,255) 0%,rgb(229,231,232) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.btn_resize_c:hover {
	right: -10px;
	width: 10px;
	background: rgb(229,231,232); /* Old browsers */
	background: -moz-linear-gradient(left, rgb(255,255,255) 0%, rgb(20,160,173) 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgb(255,255,255) 0%,rgb(20,160,173) 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgb(255,255,255) 0%,rgb(20,160,173) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.btn_resize_c .icon_resize_c{
	background-image: url(../images/btn_sub_arrow_resize.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 4px 10px;
	width: 4px;
	height: 10px;
	display: block;
	transition: all 0.2s;
	margin: 0px;
	padding: 0px;
}
.btn_resize_c:hover .icon_resize_c{
	background-image: url(../images/btn_sub_arrow_resize_on.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 4px 10px;
	width: 4px;
	height: 10px;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.title_2{
    padding: 5px;
}
.paper_info{
	display: block;
	z-index: 50;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.paper_name{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space : nowrap;
	padding: 0px;
	width: 100px;
	float: left;
	margin: 0px 8px 0px 0px;
}
.paper_info2{
	display: block;
}
.info_area_num{
	margin: 0px;
	line-height: 20px;
	padding: 0px 6px 0px 0px;
}
.info_area_mark{
	margin: 0px;
	line-height: 22px;
	float: right;
	padding: 0px 6px 0px 0px;
}
.add_paper{
	padding: 5px 5px 0px 5px;
	background-color: #badcde;
	display: block;
	margin: 0px 5px 0px 5px;
}
.add_page_type{
	width:85px;
}
.paper_list_top {
	background-color: #CCC;
	overflow-x: hidden;
	overflow-y: auto;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px;
	display: block;
	z-index: 5;
	width: auto;
	position: relative;
}
.paper_list {
	background-color: #FFF;
	height: 372px;
	overflow-x: hidden;
	overflow-y: auto;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: normal;
	z-index: 3;
}
.paper_list ul {
	margin: 0px;
	padding: 0px;
}
.paper_list li {
	list-style-type: none;
	margin: 0px;
	display: block;
	transition: all 0.2s;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #f5f5f5;
}
/*
.paper_list li:nth-child(even) {
	background-color: #f5f5f5;
}

.paper_list li:hover {
	background-color: #d9e9ea;
}
*/
.select_paper_list_top {
	background-color: #CCC;
	overflow-x: hidden;
	overflow-y: auto;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px;
	display: block;
	z-index: 5;
	width: auto;
	position: relative;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
}
.select_paper_list {
	background-color: #FFF;
	height: calc(100vh - 165px);
	min-height: 488px;
	overflow-x: hidden;
	overflow-y: auto;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: normal;
	z-index: 3;
}
.select_paper_list ul {
	margin: 0px;
	padding: 0px;
}
.select_paper_list li {
	list-style-type: none;
	margin: 0px;
	display: block;
	transition: all 0.2s;
	padding: 8px 0px 0px 0px;
}
.select_paper_list li:nth-child(even) {
	background-color: #f5f5f5;
}
.select_paper_list li:hover {
	list-style-type: none;
	display: block;
	background-color: #d9dcea;
}
.icon_move{
	background-image: url(../images/icon_move.svg);
	background-size: 10px 16px;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	width:10px;
	height:16px;
	opacity:0.25;
	cursor:move;
	margin-top:2px;
}
.icon_move:hover{
	opacity: 0.75;
}
.icon_move_l{
	background-image: url(../images/icon_move.svg);
	background-size: 14px 20px;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	width: 14px;
	height: 20px;
	opacity: 0.25;
	cursor: move;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.icon_move_l :hover{
	opacity: 0.75;
}
.icon_del{
	background-image: url(../images/icon_del.svg);
	background-size: 10px 10px;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	width: 18px;
	height: 18px;
	opacity: 0.25;
	cursor: Pointer;
	transition: all 0.2s;
}
.icon_del:hover{
	opacity: 0.75;
}
.icon_mp3_s{
	background-color: #e5e5e5;
	text-align: center;
	display: block;
	margin: 2px;
	padding: 2px;
	float: right;
	line-height: 14px;
	font-size:12px;
	transition: all 0.2s;;
}
.icon_mp3_s:hover{
	background-color: #148fad;
	color: #FFF;
	cursor:pointer;
}
.icon_new{
	display: block;
	background-color: #ff9c00;
	color: #FFF;
	margin: 0px;
	float: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.icon_news_new{
	display: block;
	background-color: #ff9c00;
	color: #FFF;
	margin: 0px;
	float: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.icon_news_updated a{
	display: block;
	color: #FFF;
	margin: 0px;
	float: left;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background: linear-gradient(to right, #148fad, #26b8ba, #1ABC9C);
	background-size: 200%;
	transition: all .2s ease-in-out;
}
.icon_news_updated a:hover{
	box-shadow: 0 2px 2px rgba(0,89,130, 0.5), 0 2px 2px rgba(22, 160, 133, 0.3);
	background-position: 100%;
}
.icon_edit a{
	display: inline-block;
	background-color: #a0a0a0;
	color: #FFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: -8px;
	transition: all 0.2s;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.3);
}
.icon_edit a:hover{
	background-color: #5048b9;
	color: #FFF;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
}
.icon_video{
	height: 11px;
	width: 12px;
	background-image: url(../images/icon_video.svg);
	background-repeat: no-repeat;
	background-position: left top;
	display: inline-block;
	padding: 0px;
	margin: 0px 3px 0px 3px;
}
.icon_audio{
	height: 11px;
	width: 12px;
	background-image: url(../images/icon_audio.svg);
	background-repeat: no-repeat;
	background-position: left top;
	display: inline-block;
	padding: 0px;
	margin: 0px 3px 0px 3px;
}
.icon_paper{
	height: 19px;
	width: 15px;
	background-image: url(../images/icon_paper.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: inline-block;
	padding: 0px;
	margin: 0px 3px 0px 3px;
	float: left;
}
/*20180625 Edited start*/
.sub_menu_txt{
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 20px;
}
.sub_menu_l{
	width:105px;
}
.input_resize[type=checkbox]:checked + div  .sub_menu_l{
	width:115px;
}
/*20180625 Edited end*/
.select_sub{
	width: 100%;
	display: block;
	height: 18px;
	border: thin solid #CCC;
}
@-moz-document url-prefix() {
	.select_sub{
		width: 91%;
	}
}
.select_sub_2{
	height: 18px;
	border: thin solid #CCC;
}
/*20180625 Edited start*/
.width_input_1{
	width:110px;
	height:20px;
}
.width_input_2{
	width:160px;
	height:20px;
}
.select_page_table td:nth-of-type(1), .select_page_table td:nth-of-type(2), .select_page_table td:nth-of-type(4){
	width:20%;
}
.select_page_table td:nth-of-type(3){
	width:28%;
}
.select_page_table td:nth-of-type(5){
	width:12%;
}
a[class*="sort"] {
    opacity: .8;
    display: inline-block;
    white-space: normal;
    word-wrap: break-word;
    width: 15px;
    height: 20px;
    vertical-align: middle;
    border-radius: 2px;
    margin: 0 5px;
    text-align: center;
    background: #eaeaea;
    color: rgba(100,100,100,.8);
}
a[class*="sort"]::before {
    content: "▼";
    letter-spacing: 0 !important;
    line-height: 20px;
    vertical-align: middle;
    font-size: .7em;
    font-weight: bold;
    font-family: Arial !important;
    display: inline-block;
    width: 1em;
}
a.sort_up:before {
    content: "▲";
}
a.sort_btn:before {
    content: "▲▼";
    opacity: .8;
    line-height: 10px;
    transform: scale(1,.6);
    transform-origin: center;
}
.select_page_list_table_top td:nth-of-type(1){
	width:61%;
}
.select_page_list_table_top td:nth-of-type(2){
	width:11%;
}
.select_page_list_table_top td:nth-of-type(3){
	width:11%;
}
.select_page_list_table_top td:nth-of-type(4){
	width:9%;
}
.select_page_list_table_top td:nth-of-type(5){
	width:8%;
}
.select_page_list_table td:nth-of-type(1){
	width:60%;
}
.select_page_list_table td:nth-of-type(2){
	width:10%;
}
.select_page_list_table td:nth-of-type(3){
	width:10%;
}
.select_page_list_table td:nth-of-type(4){
	width:15%;
}
.select_page_list_table td:nth-of-type(5){
	width:5%;
}
/*20180625 Edited end*/
.select_border{
	border: thin solid #CCC;
	cursor:pointer;
}
select > option:hover{background-color: #148fad;}
.paper_detail a{
	border: 1px solid #148fad;
	font-size: 14px;
	color: #148fad;
	clear: right;
	float: right;
	background-image: url(../images/btn_sub_arrow.png);
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-left: 15px;
	padding-right: 2px;
	margin: 0px;
	background-color: #FFF;
	transition: all 0.2s;
	position: relative;
	display:block;
}
.paper_detail a:hover {
	border: 1px solid #148fad;
	font-size: 14px;
	color: #FFF;
	clear: right;
	float: right;
	background-image: url(../images/btn_sub_arrow_w.png);
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-left: 15px;
	padding-right: 2px;
	margin: 0px;
	background-color: #148fad;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	display:block;
}
.paper_detail a:active {
	border: 1px solid #148fad;
	font-size: 14px;
	color: #FFF;
	clear: right;
	float: right;
	background-image: url(../images/btn_sub_arrow_w.png);
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-left: 15px;
	padding-right: 2px;
	margin: 0px;
	background-color: #148fad;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	display:block;
}
.paper_detail_1 a{
	border: 1px solid #196dab;
	font-size: 14px;
	color: #196dab;
	clear: right;
	float: right;
	background-image: url(../images/btn_sub_arrow.png);
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-left: 15px;
	padding-right: 2px;
	margin: 0px;
	background-color: #FFF;
	transition: all 0.2s;
	position: relative;
	display:block;
}
.paper_detail_1 a:hover {
	border: 1px solid #196dab;
	font-size: 14px;
	color: #FFF;
	clear: right;
	float: right;
	background-image: url(../images/btn_sub_arrow_w.png);
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-left: 15px;
	padding-right: 2px;
	margin: 0px;
	background-color: #196dab;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	display:block;
}
.paper_detail_1 a:active {
	border: 1px solid #196dab;
	font-size: 14px;
	color: #FFF;
	clear: right;
	float: right;
	background-image: url(../images/btn_sub_arrow_w.png);
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-left: 15px;
	padding-right: 2px;
	margin: 0px;
	background-color: #196dab;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	display:block;
}
.navmenu {
	margin: 0px;
	padding: 5px;
	text-align: center;
	z-index: 50;
	font-size: 12px;
}
.navmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navmenu ul.text-list {
  text-align: left;
  width: 90%;
  margin: auto;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding-top: 10px;
  padding-bottom: 10px;
}
.navmenu ul.text-list li a {
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
  color: #343434;
  font-weight: 600;
  display: block;
  line-height: 27px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.navmenu ul.text-list li a:hover {
  color: tomato;
}
.navmenu ul.thumbs-list {
  margin: 10px auto;
  padding: 0;
  width: 90%;
}
.navmenu ul.thumbs-list::after {
  display: table;
  clear: both;
  content: '';
}
.navmenu ul.thumbs-list li {
  display: block;
  float: left;
  height: 98px;
  width: 98px;
  background: steelBlue;
  margin: 5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.navmenu ul.thumbs-list li a {
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
}
.navmenu ul.thumbs-list li a i {
  line-height: 98px;
  font-size: 40px;
}
.navmenu ul.thumbs-list li:nth-of-type(2) {
  background: tomato;
}
.navmenu ul.thumbs-list li:nth-of-type(3) {
  background: tomato;
}
.navmenu ul.thumbs-list li:nth-of-type(4) {
  background: #2ABB9B;
}
.navmenu ul.thumbs-list li:nth-of-type(6) {
  background: tomato;
}
.navmenu ul.thumbs-list li:hover {
  opacity: .8;
}
.listmenu_topic{
	color: #FFF;
	margin: 0px;
	padding: 3px;
	text-align: center;
	font-weight: normal;
	display: block;
}
.listmenu{
	max-height: 445px;
	overflow: auto;
}
.listmenu li{
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
.listmenu li:nth-child(odd) {
	background-color: #ffffff;
}
.listmenu li:nth-child(even) {
	background-color: #f5f5f5;
}
.listmenu td{
	border-right: 1px solid #148ead;
	margin: 0px;
	padding: 5px;
}
.title_top{
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
/* 20180625 Edited start */
.paper_input_area{
	width: 700px;
	padding: 0px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
/* 20180625 Edited end */
.export_area{
	width: 100%;
	display: block;
	bottom: 0px;
	background-color: #f0f1f1;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	position: absolute;
	top:0px;
	z-index:5;
}
/* 20180625 Edited start */
.export_table td:nth-of-type(1), .export_table td:nth-of-type(6){
	width:5%;
}
.export_table td:nth-of-type(2){
	width:21%;
}
.export_table td:nth-of-type(3), .export_table td:nth-of-type(8){
	width:2%;
}
.export_table td:nth-of-type(4){
	width:22%;
}
.export_table td:nth-of-type(5){
	width:5%;
}
.export_table td:nth-of-type(7){
	width:16%;
}
.export_table td:nth-of-type(9){
	width:27%;
}
.export_table_2 td:nth-of-type(1){
	width:20%; /*original: 18% changed by Jenny on 2019-01-30*/
}
.export_table_2 td:nth-of-type(2){
	width:2%;
}
.export_table_2 td:nth-of-type(3){
	width:80%;
}
/* 20180625 Edited end */
.bar_area_top2{
	width:100%;
	display:block;
	background-color:#FFFFFF;
	text-align: center;
	height:30px;
	z-index:10;
	box-shadow: 0 2px 2px #c6c6c6;
}
.btn_choise{
	display:table-column;
	float:left;
	width: 50%; /*original: 33%, changed by Jenny on 20190130*/
    LINE-HEIGHT: 1.8em; /*added by Jenny on 20190130*/
}
.select_page_top{
	background-color: #5048b9;
	padding: 5px;
}
.select_page_choise {
    width: 33%;
}
.select_page_menu{
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
/* 20180918 edited start */
/* treeview_3 */
.acidjs-css3-treeview, .acidjs-css3-treeview *{
    padding: 0;
    margin: 0;
    list-style: none;
}
/* + */
.acidjs-css3-treeview #label3[for]::before, .acidjs-css3-treeview #label3 span::before{
    content: "\2795";
    display: inline-block;
    margin: 2px 0 0;
    width: 13px;
    height: 13px;
    vertical-align: top;
    text-align: center;
    color: #14adab;
    font-size: 8px;
    line-height: 13px;
}
.icon_none[for]::before, .icon_none span::before{
	content: "\2060";
    display: inline-block;
    margin: 2px 0 0;
    width: 13px;
    height: 13px;
    vertical-align: top;
    text-align: center;
    color: #14adab;
    font-size: 8px;
    line-height: 13px;
}
.acidjs-css3-treeview ul{
	margin: 10px;
	padding: 0px;
}
.acidjs-css3-treeview li ul{
    margin: 0 0 0 16px;
}
.acidjs-css3-treeview li{
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.acidjs-css3-treeview input[type="checkbox"]{
    display: none;
}
.acidjs-css3-treeview #label3{
    cursor: pointer;
}
.acidjs-css3-treeview #label3[for]::before{
    -webkit-transform: translatex(-24px);
    -moz-transform: translatex(-24px);
    -ms-transform: translatex(-24px);
    -o-transform: translatex(-24px);
    transform: translatex(-24px);
}
.acidjs-css3-treeview #label3 span::before{
    -webkit-transform: translatex(16px);
    -moz-transform: translatex(16px);
    -ms-transform: translatex(16px);
    -o-transform: translatex(16px);
    transform: translatex(16px);
}
/* - */
.acidjs-css3-treeview input[type="checkbox"][id]:checked ~ #label3[for]::before{
    content: "\2796";
}
.acidjs-css3-treeview input[type="checkbox"][id]:not(:checked) ~ ul{
    display: none;
}
.acidjs-css3-treeview #label3:not([for]){
    margin: 0 10px 0 0;
}
/* 口 */
.acidjs-css3-treeview #label3 span::before{
    content: "";
    border: solid 1px #1375b3;
    color: #1375b3;
    opacity: .50;
	margin: 0px;
}
/* v */
.acidjs-css3-treeview #label3 input:checked + span::before{
    content: "\2714";
    box-shadow: 0 0 2px rgba(0, 0, 0, .25) inset;
    opacity: 1;
}
.acidjs-css3-treeview #label3:last-child[for]::before, .acidjs-css3-treeview #label3:last-child span::before{
    content: "";
    display: inline-block;
    margin: 2px 0 0;
    width: 13px;
    height: 13px;
    vertical-align: top;
    text-align: center;
    color: #14adab;
    font-size: 8px;
    line-height: 13px;
}
.acidjs-css3-treeview input[type="checkbox"][id]:checked ~ #label3:last-child[for]::before {
    content: "";
}
/* treeview_3 */

/* treeview_2 */
.acidjs-css2-treeview, .acidjs-css2-treeview *{
    padding: 0;
    margin: 0;
    list-style: none;
}
/* + */
.acidjs-css2-treeview #label2[for]::before, .acidjs-css2-treeview #label2 span::before{
    content: "\2795";
    display: inline-block;
    margin: 2px 0 0;
    width: 13px;
    height: 13px;
    vertical-align: top;
    text-align: center;
    color: #14adab;
    font-size: 8px;
    line-height: 13px;
}
.icon_none[for]::before, .icon_none span::before{
	content: "\2060";
    display: inline-block;
    margin: 2px 0 0;
    width: 13px;
    height: 13px;
    vertical-align: top;
    text-align: center;
    color: #14adab;
    font-size: 8px;
    line-height: 13px;
}
.acidjs-css2-treeview ul{
	margin: 10px 5px 10px 5px;
	padding: 0px;
}
.acidjs-css2-treeview li ul{
    margin: 0 0 0 16px;
}
.acidjs-css2-treeview li{
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.acidjs-css2-treeview input[type="checkbox"]{
    display: none;
}
.acidjs-css2-treeview #label2{
    cursor: pointer;
}
.acidjs-css2-treeview #label2[for]::before{
    -webkit-transform: translatex(-24px);
    -moz-transform: translatex(-24px);
    -ms-transform: translatex(-24px);
    -o-transform: translatex(-24px);
    transform: translatex(-24px);
}
.acidjs-css2-treeview #label2 span::before{
    -webkit-transform: translatex(16px);
    -moz-transform: translatex(16px);
    -ms-transform: translatex(16px);
    -o-transform: translatex(16px);
    transform: translatex(16px);
}
/* - */
.acidjs-css2-treeview input[type="checkbox"][id]:checked ~ #label2[for]::before{
    content: "\2796";
}
.acidjs-css2-treeview input[type="checkbox"][id]:not(:checked) ~ ul{
    display: none;
}
.acidjs-css2-treeview #label2:not([for]){
    margin: 0 10px 0 0;
}
/* 口 */
.acidjs-css2-treeview #label2 span::before{
    content: "";
    border: solid 1px #1375b3;
    color: #1375b3;
    opacity: .50;
	margin: 0px;
}
/* v */
.acidjs-css2-treeview #label2 input:checked + span::before{
    content: "\2714";
    box-shadow: 0 0 2px rgba(0, 0, 0, .25) inset;
    opacity: 1;
}
.acidjs-css2-treeview #label2:last-child[for]::before, .acidjs-css2-treeview #label2:last-child span::before{
    content: "";
    display: inline-block;
    margin: 2px 0 0;
    width: 13px;
    height: 13px;
    vertical-align: top;
    text-align: center;
    color: #14adab;
    font-size: 8px;
    line-height: 13px;
}
.acidjs-css2-treeview input[type="checkbox"][id]:checked ~ #label2:last-child[for]::before {
    content: "";
}
/* treeview_2 */

/* treeview_5 */
.treeview_area5{
	overflow: auto;
	padding: 0px;
    margin: 0px 5px 0px 5px;
	height: 372px;
}
/* 20180918 edited start */
.left_area .treeview_area5{
	height: 292px;
    margin-bottom: 30px;
}
/* 20180918 edited end */
.acidjs-css5-treeview, .acidjs-css5-treeview *{
    list-style: none;
}
/* + */
.acidjs-css5-treeview #label5[for]::before, .acidjs-css5-treeview #label5 span::before{
	content: "\2795";
	display: inline;
	margin: 4px 0px 0px 0px;
	width: 13px;
	height: 13px;
	vertical-align: top;
	text-align: center;
    color: #14adab;
	font-size: 8px;
	line-height: 13px;
	left:32px;
	position:absolute;
}
.acidjs-css5-treeview ul{
	margin-left: 0px;
    margin-right: 0px;
	padding: 0px;
}
.acidjs-css5-treeview li ul{
    margin: 0px;
}
.acidjs-css5-treeview li ul li{
	background-color:#ffffff;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
}
.acidjs-css5-treeview li{
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	padding-top:5px;
}
.acidjs-css5-treeview li:hover {
	background-color: #d9e9ea;
}
.acidjs-css5-treeview input[type="checkbox"]{
    display: none;
}
.acidjs-css5-treeview #label5{
    cursor: pointer;
}
.acidjs-css5-treeview #label5[for]::before{
    -webkit-transform: translatex(-24px);
    -moz-transform: translatex(-24px);
    -ms-transform: translatex(-24px);
    -o-transform: translatex(-24px);
    transform: translatex(-24px);
}
.acidjs-css5-treeview #label5 span::before{
    -webkit-transform: translatex(16px);
    -moz-transform: translatex(16px);
    -ms-transform: translatex(16px);
    -o-transform: translatex(16px);
    transform: translatex(16px);
}
/* - */
.acidjs-css5-treeview input[type="checkbox"][id]:checked ~ #label5[for]::before{
    content: "\2796";
}
.acidjs-css5-treeview input[type="checkbox"][id]:not(:checked) ~ ul{
    display: none;
}
.acidjs-css5-treeview #label5:not([for]){
    margin: 0px;
}
.acidjs-css5-treeview #label5 span::before{
    content: "";
    border: solid 0px #1375b3;
    color: #1375b3;
    opacity: .50;
}
.acidjs-css5-treeview #label5 input:checked + span::before{
    content: "\2714";
    box-shadow: 0 0 2px rgba(0, 0, 0, .25) inset;
    opacity: 1;
}
.acidjs-css5-treeview #label5:last-child[for]::before, .acidjs-css5-treeview #label5:last-child span::before{
    content: "";
    display: inline-block;
    margin: 2px 0 0;
    width: 13px;
    height: 13px;
    vertical-align: top;
    text-align: center;
    color: #14adab;
    font-size: 8px;
    line-height: 13px;
}
.acidjs-css5-treeview input[type="checkbox"][id]:checked ~ #label5:last-child[for]::before {
    content: "";
}
/* treeview_5 */

/* treeview_6 */
.treeview_area6{
	overflow: auto;
	padding: 0px;
    margin: 0px 5px 0px 5px;
	height: calc(100vh - 214px);
}
.acidjs-css6-treeview, .acidjs-css6-treeview *{
    list-style: none;
}
/* + */
.acidjs-css6-treeview #label6[for]::before, .acidjs-css6-treeview #label6 span::before{
	content: "\2795";
	display: inline;
	margin: 10px 0px 0px 0px;
	width: 13px;
	height: 13px;
	vertical-align: top;
	text-align: center;
	color: #5048b8;
	font-size: 8px;
	line-height: 13px;
	left:35px;
	position:absolute;
}
.acidjs-css6-treeview ul{
	margin-left: 0px;
    margin-right: 0px;
	padding: 0px;
}
.acidjs-css6-treeview li ul{
    margin: 0px;
}
.acidjs-css6-treeview li ul li{
	background-color:#ffffff;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:50px;
}
.acidjs-css6-treeview li{
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color:#e5e5e5;
}
.acidjs-css6-treeview li:hover {
	background-color: #e3e3f8;
}
.acidjs-css6-treeview li ul li:hover{
	background-color: #cecee9;
}
.acidjs-css6-treeview input[type="checkbox"]{
    display: none;
}
.acidjs-css6-treeview #label6{
    cursor: pointer;
}
.acidjs-css6-treeview #label6[for]::before{
    -webkit-transform: translatex(-24px);
    -moz-transform: translatex(-24px);
    -ms-transform: translatex(-24px);
    -o-transform: translatex(-24px);
    transform: translatex(-24px);
}
.acidjs-css6-treeview #label6 span::before{
    -webkit-transform: translatex(16px);
    -moz-transform: translatex(16px);
    -ms-transform: translatex(16px);
    -o-transform: translatex(16px);
    transform: translatex(16px);
}
/* - */
.acidjs-css6-treeview input[type="checkbox"][id]:checked ~ #label6[for]::before{
    content: "\2796";
}
.acidjs-css6-treeview input[type="checkbox"][id]:not(:checked) ~ ul{
    display: none;
}
.acidjs-css6-treeview #label6:not([for]){
    margin: 0px;
}
.acidjs-css6-treeview #label6 span::before{
    content: "";
    border: solid 0px #1375b3;
    color: #1375b3;
    opacity: .50;
}
.acidjs-css6-treeview #label6 input:checked + span::before{
    content: "\2714";
    box-shadow: 0 0 2px rgba(0, 0, 0, .25) inset;
    opacity: 1;
}
.acidjs-css6-treeview #label6:last-child[for]::before, .acidjs-css6-treeview #label6:last-child span::before{
    content: "";
    display: inline-block;
    margin: 2px 0 0;
    width: 13px;
    height: 13px;
    vertical-align: top;
    text-align: center;
    color: #14adab;
    font-size: 8px;
    line-height: 13px;
}
.acidjs-css6-treeview input[type="checkbox"][id]:checked ~ #label6:last-child[for]::before {
    content: "";
}
/* treeview_6 */
/* 20180918 edited end */
.treeview_area{
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: calc(100vh - 320px);
	min-height: 350px;
	box-shadow: inset 0px 0px 8px #c6c6c6;
}
.treeview_area_c{
	overflow: auto;
	padding: 0px;
	height: calc(100vh - 162px);
	min-height: 485px;
	box-shadow: inset 0px 0px 8px #c6c6c6;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.treeview_word{
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0px;
	width: 100px;
	margin: 0px;
}
/* treeview */
.table_random{
	height: calc(100vh - 157px);
	overflow: auto;

}
.table_random_show{	box-shadow:0px 0px 8px #c6c6c6;}
.table_random_head{
	overflow: auto;
}
/*20180625 Edited start*/
.table_random_head th{
	line-height:13px;
	padding-top:5px;
	padding-bottom: 5px;
	font-size:12px;
}
.table_random_head th:nth-of-type(1){
	width:37%;
}
.table_random_head th:nth-of-type(2){
	width:15%;
}
.table_random_head th:nth-of-type(3){
	width:24%;
}
.table_random_head th:nth-of-type(4){
	width:24%;
}
.table_random td{
	font-size:14px;
}
.table_random td:nth-of-type(1){
	width:41%;
}
.table_random td:nth-of-type(2){
	width:15%;
}
.table_random td:nth-of-type(3){
	width:22%;
}
.table_random td:nth-of-type(4){
	width:22%;
}
/*20180625 Edited end*/
.table_random_head tr{
	background-color: #aaaaaa;
	height:25px;
}
.table_random td{
	line-height:2em;
}
.table_random tr:nth-child(even){
	background-color:#f7f7f7;
}
.table_random input{
	margin-top: 5px;
	margin-bottom: 5px;
	text-align:center;
}
.table_random .title{
	padding-left:20px;
}

.subject_area{
	width: 100%;
	float: left;
	display:block;
}
.subject_title{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.class_area{
	margin: 2px;
	padding: 2px;
	width: 31%;
	float: left;
	min-height:80px;
	display:block;
}
.btn_subject_series ul{
	list-style: none;
    padding: 0;
    margin: 0;
}
.btn_subject_series li{
	padding-left: 5px; 
	color: #14adab;
}
.btn_subject_series li:before {
    content: "•"; 
    padding-right: 5px;
    color: #14adab;
	float:left;
}
.btn_subject_series a{
	color: #14adab;
	display: block;
	word-wrap:break-word;
	width:92%;
	float:left;
}
.btn_subject_series a:hover{
	color:#196dab;
}
.add_folder_area{
	padding-top: 15px;
	padding-bottom: 10px;	
}
/* 20180918 edited start */
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
	.add_page_type {
		width: 80px;
		border-radius:0px;
		background-color:#FFF;
		height:15px;
	}
	.select_sub {
    width: 90%;
	}
}
/* 20180918 edited end */

/* 20180918 edited start */
.no_add_paper .add_paper{
	display:none;
}
.no_add_paper .treeview_area5 {
    height: calc(100vh - 210px);
	min-height: 436px;
}
.left_area.no_add_paper .paper_info {
	margin-bottom: 5px;
}
.left_area.no_add_paper .treeview_area5 {
	height: calc(100vh - 295px);
	min-height: 351px;
}
/* 20180918 edited end */
.img_sr_div > img{
	width:565px;
	max-width:100%;
} 

/* 20190104 edited start */

/* regist_area */
.regist_area{
	float: right;
	text-decoration: none;
	color: #FF6600;
}
.regist_area a{
	font-size: 14px;
	color: #FF6600;
	transition: all 0.2s;
}
.regist_area a:hover{
	color: #CC3333;
}
/* 20190104 edited end */