﻿@charset "utf-8";
/* CSS Document */
body{
	margin: 0;
	padding: 0;
	font-family: "微軟正黑體","Verdana", "Arial", "Helvetica", "sans-serif";-webkit-text-size-adjust:100%;
	overflow-y:auto;
	background: #0f3858;
	color:#333333;
	font-size: 12px;
	}
a{
   outline: none;
   text-decoration: none;
   color: inherit;
}
img{
   border:0;
}
input , button{
   font-family: "微軟正黑體","Verdana", "Arial", "Helvetica", "sans-serif";-webkit-text-size-adjust:100%;
}
blue_text,.blue_text{
	color:#006699;
}
.next_red{
	color:#cc0000;
	margin-top: 20px;
	margin-bottom: 5px;
}
.blue_text_div{
	color:#006699;
	font-size:20px;
	min-height: 45px;
}
dred_text,.dred_text{
	color:#993333;
}
/*正解*/
right_text{
	color:#ED1C24;
	font-weight: bold;
}
/*正解未作答*/
notdone{
	color:#666666;
}
.topic_number{
	margin:0 0.7em 0 0.5em; 
}
.float{
	float:left;
}
.clear{
	clear:both;
}
.logo2{
	width: 100%;
	max-width: 616px;
	display: block;
}
.button, .button_green, .button_red, .button_blue{
	min-width: 90px;
	min-height: 27px;
	margin:5px 10px;
}

.button_green {
    color: #339900;
}

.button_red {
    color: #990033;
}

.button_blue {
    color: #006699;
}

.vertical{
	display: table;
	height: 100%;
	width: 100%;
}
.vertical .cell{
	display: table-cell;
	vertical-align:middle;
}
.levelcenter{
	text-align: center;
}
.levelcenter .cell{
	display: inline-block;
	text-align: left;
}
.ta_center{
	text-align: center;
	margin-top:10px; 
}
.ta_right {
    text-align: right;
    margin-top: 10px;
    width: 40%;
    float:right;
}
.ta_left {
    text-align: left;
    margin-top: 10px;
    width: 55%;
    float: left;
}

.content_outer{
	/*background-image: url('../img/gradual_outer.jpg');*/
	background-repeat: repeat-x;
	background-size: 7px 100%;
}
.content_in{
	background-color: #ffffff;
	border: 5px solid #ffffff;
	border-radius: 5px;
}
.content{
	border-radius: 5px;
	background-image: url('../img/gradual_bottom.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	overflow: hidden;	
}
    .content .time_place {
        /*color: #cc0000;*/
        color: #006699;
        float:right;
        margin-bottom: 20px;
    }
.content .field{
	border:2px solid #CBCBCB;
}
.content_outer.lenient .content .field{
	border:0;
}
.content .field .field_title{
	background-color: #999999;
	border-bottom:2px solid #CBCBCB;
	color:#FFFFCC;
	padding:5px;
}
.content_outer.lenient .content .field .field_title{
	border:0;
}
.content .field .field_con{
	background-color: #ffffff;
}
.field_con .con_title{
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 15px;
}
.field_con .con_con{
	line-height: 1.8;
}
/*audio*/
.audio_outer{
	position: relative;
	width: 200px;
	height: 40px;
}
.audio_bg{
	position: absolute;
	width: 200px;
	height: 40px;
	left:0;
	top:0;
	z-index: 1;	
}
.audio_btn_div{
	position: absolute;
	width: 124px;
	height: 15px;
	left:62px;
	top:11px;
	z-index: 3;	
	background: #ffffff;
	border-radius: 1em;
	overflow: hidden; 

}

.Value_1,.Value_2,.Value_3,.Value_4,.Value_5{
	width: 24px;
	height: 15px;
	background-image: url('../img/value_bg.jpg');
	background-size: 3.5px 15px;
	background-repeat: repeat-x;
	border-right: #ffffff 1px solid;
	float:left;
	cursor: pointer;
}
.Value_5{
	background-image: url('../img/value_left_bg.jpg');
	background-size: 25px 15px;
	background-repeat: no-repeat;
}
.Value_1{
	background-image: url('../img/value_right_bg.jpg');
	background-size: 25px 15px;
	background-repeat: no-repeat;
	border: 0 !important;
}
.Value_unactive{
	background-image: none;
}
.btn{
	cursor: pointer;
	color:#006699;
	margin: 15px 0px 15px 12px;
	/*width: 140px; */
	display: inline-block;
	font-size:20px;
}
.btn .icon_play{
	width: 40px;
	margin-bottom: -11px;
	margin-right: 5px;
}
.btn2{
	cursor: pointer;
	color:#006699;
	margin: 15px 0px 15px 12px;
	/*width: 140px; */
	display: inline-block;
	font-size:20px;
}
.btn2 .icon_play{
	width: 40px;
	margin-bottom: -11px;
	margin-right: 5px;
}
.btn3 {
    cursor: pointer;
    color: #006699;
    margin: 15px 0px 15px 12px;
    /*width: 140px; */
    display: inline-block;
    font-size: 20px;
}

    .btn3 .icon_play {
        width: 40px;
        margin-bottom: -11px;
        margin-right: 5px;
    }
/*audio 結束*/
.choose_div{
	background-color: #F1EAE2;
	padding:10px 15px;
	color:#993333;
	margin: 5px 0 20px 0;
}
.choose_div label{
	margin: 5px 0;
	display: block;
	cursor: pointer;
text-indent: -3.76em;
padding-left: 4em;	
}
.lightbox{
	display: none;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height:100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index:50;
	text-align: center;
	cursor: pointer;
}
.lightbox #imgsize{
	margin-left:auto; 
	margin-right:auto; 
	padding-bottom:25px;
	max-width: 1000px;
}
#imgsize{
	overflow-y:auto;
	/*max-height: 100%;*/
}
#imgsize img{
	width: 100%;
}
.img_div1,.img_div2, .img_ref{
	text-align: center;
	position: relative;
}
.img_div1 img,.img_div2 img, .img_ref img{
	position: relative;
	top:0;
	left:0;
	width: 100%;
	z-index: 1;
}
.img_div1, .img_ref {
	max-width: 600px;
}
.large_outer{
	position: relative;
}
.large_outer .large_btn{
	position: absolute;
	bottom: 5px !important;
	right:5px !important;
	top: auto;
	left: auto;
	width: 50px;
	z-index: 5;
	cursor: pointer;
}
.close_img{
	height: 22.5px !important;
	text-align: right;
	color:#ffffff;
	font-size: 15px;
	padding-top: 2.5px;
}
.close_img img{
	width: 20px !important;
	height:20px !important;
	margin-bottom:-4px; 
	margin-left: 5px;
}
.textindent{
	text-indent: -1.5em;
	padding-left: 1.5em;	
}

@media screen and (min-width: 950px) {
.wrap{
	width:98%;
	margin:0 auto;
}
.logo2{
	margin-left: 25px;
	padding-top: 5px;
}
.content_outer{
	padding:15px 25px 45px 25px; 
}
.content_outer.lenient{
	padding:5px 10px 45px 10px; 
}
.content{
	padding:35px 75px 70px 75px;	
}
.content_outer.lenient .content{
	padding:5px 10px 70px 10px;	
}
.content .field .field_con{
	padding:40px 50px; 
}
.content_outer.lenient .content .field .field_con{
	padding:20px 5px; 
}
.img_div2 .large_outer{
	width: 50%;
	float:left;
}	
/*audio*/
.audio_outer{
	margin:2.5% auto 2% auto;
}
}

@media screen and (max-width: 949px) {
.logo2{
	padding-top: 4px;
}
.blue_text_div{
	font-size:14px;
	min-height: 25px;
}
.btn .icon_play,.btn2 .icon_play{
    width: 31px;
    margin-bottom: -10px;
}
.btn,.btn2{
	margin: 15px 0px 15px 6px;
	font-size:14px;
}
.wrap{
	width:98%;
	margin:0 auto;
}
.content_outer{
	padding:6px 12px 24px 12px; 
}
.content{
	padding:12px 12px 46px 12px;	
}
.content .field .field_con{
	padding:15px 20px; 
}
.content_outer.lenient .content .field .field_con{
	padding:15px 5px; 
}
.img_div2 .large_outer{
	width: 100%;
	max-width: 475px;
	margin:auto; 
}
select {
	/*max-width:90%;*/
	overflow: hidden;
}
.sp_select {
	width:80%;
}
/*audio*/
.audio_outer{
	margin:20px auto 10px auto;
}
/*電腦版*/
.choose_div label{
	text-indent: -4.12em;	
}
.p14 .topic_outer{
	padding:10px;
}

}




/*各頁特別調整*/
.p1 .con_title{
	text-align: center;
	font-weight: normal;
}
.p1 .field_con .con_title,.p7 .field_con .con_title{
	margin-bottom: 0px;
}
/*.p1 .audio_outer,.p7 .audio_outer{
	margin: 15px auto 20px auto;
}*/
.p1 .vertical,.p7 .vertical{
	/*height:230px;*/
}
.p7 .con_title{
	text-align: center;
}
.p13 .field_con .con_con {
    line-height: normal;
}
.p14 .topic_outer{
	padding:10px 15px;
	border:solid 2px #CCCCCC;
	margin-bottom: 15px;
}
.p14 .field_title{
	border:solid 2px #CCCCCC !important; 
}
.p14 .topic_area .choose_div{
	margin-bottom: 0px;
}
.p14 .topic_outer .blue_text{
	margin-bottom: 50px;
}
.p14 .button_area{
	/*display: inline-table;*/
}
.p14 .large_outer .large_btn{
	display: block;
}
.login{
	padding:0 5px;
	max-width: 490px;
	margin:20px auto 0 auto;
}
.login .login_border{
	border: 2px #E2762D solid;
	border-radius: 15px;
	margin-top: 15px;
	overflow: hidden;
	background-color: #E2762D;
}
.login .login_border .top_title{
	background-color: #E2762D;
	color:#ffffff;
	font-size: 23px;
	color:#ffffff;
	text-align: center;
	padding:7px 0 10px 0;
	font-weight: bold;

}
.login .login_border .top_title img{
	width: 30px;
	margin:0 6px -6px 0;
}
.login .bottom_div{
	background-color: #ffffff;
	padding:30px 50px; 
}
.login .input_label{
	color:#666666;
	font-size: 18px;
	display: block;
}
.login .input_text{
	-webkit-appearance: none;
	width: 100%;
	height:35px;
	border: 1px solid #666666;
	margin:5px 0 14px 0;
	text-indent: 1em;
	padding:0px; 
}
.login .bottom_div_rp{
	color:#ff0000;
	font-size: 14px;
	margin-top: -4px;
	margin-bottom: 19px;
}
.login input{
	font-family:"微軟正黑體","sans-serif";-webkit-text-size-adjust:100%;
}
.login .button_group{
	text-align: center;
}
.login .button_group .button{
    -webkit-appearance: none;
    border:0; 
    outline:none;
	background-color: #E2762D;
	color:#ffffff;
	font-size: 20px;
	border-radius: 6px;
	padding:6px;
	min-width: 142px;
	margin:4px 12px; 
	cursor: pointer;

}
@media screen and (min-width: 950px) {
.p1 .con_title{
	font-size: 28px;
}
}
@media screen and (max-width: 949px) {
.p1 .con_title{
	font-size: 20px;
}

.p13{
    padding: 12px 0px 46px 0px;
}
.p13 .field .field_con{
    padding: 15px 3px;
}
}
@media screen and (max-width: 670px) {
.score_print_table td:nth-of-type(1){
	width: 69px;
}
.score_print_table td:nth-of-type(2){
	width: 65px;
}
}
@media screen and (max-width: 500px) {
.login .bottom_div {
    padding: 30px 20px;
}
.login .button_group .button{
	width: 98%;
	padding:6px 1%;
	margin:8px 0;
}
}


@media screen and (min-width: 1251px) and (max-width: 1400px) {
.choose_div label{
	text-indent: -3.9em;
}
}
@media screen and (min-width: 1051px) and (max-width: 1250px) {
.choose_div label{
	text-indent: -4em;
}
}
@media screen and (min-width: 949px) and (max-width: 1050px) {
.choose_div label{
	text-indent: -4.05em;
}
}

.topic_outer .blue_text{
	margin-bottom: 20px !important;
}

/*add by smilecat*/
.refBlock {
    /*後台試卷預覽使用*/
    width: 90%;
    /*max-width: 600px;*/
    background-color: #f5eccd;
    border: #eedb9f 1px solid;
    color: #663300;
    padding: 17px;
}

.textSet_red {
    color: #CC6600;
}

.TrHead td {
    text-align: center;
    font-weight: bold;
    background-color: #F0ECDF;
}

.TrCenter td {
    text-align: center;
    background-color: #FFFFFF;
}


.memo_yellow {
    color: #cc6600;
}

.memo_green {
    color: #669900;
}

.memo_red {
    color: #ff0000;
}

.mark_gray {
    color: #cccccc;
}

.mark_blue {
    color: #006699;
}

.mark_dark {
    color: #333333;
}

.mark_brown {
    color: brown;
    font-weight: bold;
}
/*add by smilecat*/