﻿@charset "utf-8";
/* CSS Document */

img, object, embed, video {
	max-width: 100%;
}
.ie6 img {
	width:100%;
}

.wrapper{
	width:980px;
	min-height:650px;
	position:relative;
	top:50px;
	margin:0 auto;
	background: #fff;
	border-bottom:1px solid #c5c5c5;
	font-family:Arial, Helvetica, sans-serif;
}
.content{
	color:#1f1f1f;
	width:950px;
	margin:0 auto;
	padding-top:150px;
	background:url(//image.yes123.com.tw/admin/assessment/images/banner/topbanner.png) 0 0 no-repeat;
}
.content h3,.content p,.content ol li,.content a,.content h4,.itm .qus,.comh3{
	font-family:'微軟正黑體',Arial, Helvetica, sans-serif;
}
.content h3{
	margin:30px 170px 10px;
	font-size:18px;
	font-weight:normal;
	line-height:1.8em;
	}
.content h4{
	font-size:18px;
	line-height:1.8em;
	font-weight:normal;
	margin-top:20px;
	margin-left:100px;
	color:#397fdb;
}
.content p{
	margin-left:170px;
	margin-right:170px;
	line-height:1.4em;
	font-size:16px;
	}
.content ol{
	list-style:decimal;
	margin:20px 170px;
	padding:15px;
	display:block;
	background:#f3faff;
	-webkit-border-radius:1em;
	-moz-border-radius:1em;
	border-radius:1em;
	font-size:15px;
}
.content .intro li{
	margin-left:25px;
	margin-bottom:10px;
	line-height:1.2em;
}
.content li:last-child{margin-bottom:0}



.form_ul,.form_ul01{
	margin-left:75px;
	font-size:13px;
	line-height:1.2em;
}
.form_ul li,.form_ul01 li{
	clear:both;
}
.form_ul{
	height:140px;
	}
.form_ul li{
	margin-left:23px;
}
.form_ul div,.form_ul01 div{
	float:left;
	padding-top:4px;
	padding-bottom:4px;
}
.form_ul .list{width:250px}
.list{
	padding-left:18px;
	padding-right:30px;
	background:url(../images/sys/i_aw_b.gif) 0 3px no-repeat;
}
.form_ul .in_01{width:90px}
.form_ul .in_02{}
.form_ul01 .th_01{width:85px}
.form_ul01 .td_02{width:300px}

.f_input{
	width:135px;
	color:#397fdb;
	padding: 5px;
	cursor:pointer;
	border:1px solid #aaaaaa;
	background-image:url(//image.yes123.com.tw/admin/assessment/images/sys/icon_select_style.gif);
	background-position: right 0;
	background-repeat:no-repeat;
  	-webkit-transition: border 0.3s ease-out; 
	-moz-transition: border 0.3s ease-out; 
          transition: border 0.3s ease-out; 
}
.f_input:hover{
	border:1px solid #36C;
	background-position: right -23px;
}
.s_mt6{margin-top:6px}

.st_date{
	width:92%;
	height:200px;
	overflow:auto;
	margin:10px auto;
	padding:5px 10px;
	line-height:1.4em;
}

.st_date p{
	margin:10px;
	text-align:justify;
	} 
.st_date p,.st_date table{
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.4em;
}
.st_date td{
	padding:2px 0;
	text-align:justify;
	}
.st_date td.part{padding:2px 0 10px;}

.st_date2{
	width:340px;
	color:#333;
	padding:10px;
	font-size:16px;
	margin: 15px auto;
	text-align:center;
	border:1px solid #ddd;
	-webkit-border-radius:.7em;
	-moz-border-radius:.7em;
	border-radius:.7em;
}
.st_date2 input[type="checkbox"]{
	position:relative;
	top:2px;
}
.st_date2 .linkst{
	color:#4263B0;
	text-decoration:underline;
	cursor:pointer;
}
/*測試題目設定*/
.th_set{
	color:#424242;
	display:block;
	overflow:hidden;
	padding:10px 0;
	background:#efefef;
}
.th_set li{
	font-size:13px;
	font-weight:bold;
	float:left;
}
.th_01{ 
	width:55px;
	text-align:center;
	}
.th_02{
	width:395px;
	text-indent:10px;
	text-align:left;
	}
.th_03{
	width:80px;
	text-align:center;
	}
.line_rw{border-right:1px solid #fff;}

.itm{
	overflow:hidden;
	padding:9px 0;
	height:45px;
	border-bottom:1px solid #dfdfdf;
}
.itm li{
	float:left;
	line-height:1.4em;
	table-layout:auto;
}
.itm .num{
	width:50px;
	color:#f79d3c;
	position:relative;
	top:-5px;
	font-size:21px;
	font-weight:bold;
	text-align:center;
	font-style:italic;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.itm .num img{
	display:block;
	margin:0 auto;
	}
.itm li input[type="radio"] {
  display: none;
}
.itm li input[type="radio"] +  label span {
  display: inline-block;
  cursor: pointer;
  width: 30px;
  height: 30px;
  margin:0 auto;
  background: url("../images/sys/radio_w.png") 0 0 no-repeat;
}
.itm li input[type="radio"]:checked + label span {
  background: url("//image.yes123.com.tw/admin/assessment/images/sys/radio_w.png") 0 -30px no-repeat;
}
.itm .qus{
	width:390px;
	padding:0 10px;
	font-size:16px;
}
.itm .choice{
	width:81px;
	margin-top:7px;
	text-align:center;
}
.itm:hover{
	background:#f7fdff;
	border-bottom:1px solid #a6c4dd;
}
.itm.atten{
	background:#fcfcea;
	border-bottom:1px solid #f7ce99;
}


.func{
	position:relative;
	margin-bottom:30px;
	}
.b_t10{margin-top:10px}
.b_t30{margin-top:30px}
.b_t50{margin-top:50px}
.func a{
	width:130px;
	height:47px;
	line-height:47px;
	margin:0 auto;
	display:block;
	text-align:center;
	color:#000;
	font-size:21px;
	text-decoration:none;
	text-shadow:-1px -1px 0 rgba(255,255,255,.8);
	background:url(//image.yes123.com.tw/admin/assessment/images/sys/btn_gray.jpg) 0 0 repeat-x #f8f8f8;
	border:1px solid #ccc;
	-webkit-border-radius:.5em;
	-moz-border-radius:.5em;
	border-radius:.5em;
}
.func a:hover{
	background:url(//image.yes123.com.tw/admin/assessment/images/sys/btn_gray.jpg) 0 -47px repeat-x #f8f8f8;
}
.func a:active{
	color:#CCC;
	text-shadow:1px 1px 0 rgba(0,0,0,.8);
	background:#333;
	-webkit-box-shadow:inset 2px 2px 3px rgba(0,0,0,.8);
	-moz-box-shadow:inset 2px 2px 3px rgba(0,0,0,.8);
	box-shadow:inset 2px 2px 3px rgba(0,0,0,.8);
}
.load_bar{
	width:240px;
	position:absolute;
	right:0;
	top:-35px;
}
.load_cube{
	width:180px;
	height:20px;
	float:left;
	background:#f6f6f6;
	border:1px solid #c6c6c6;
	-webkit-box-shadow:inset 1px 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow:inset 1px 1px 2px rgba(0,0,0,.2);
	box-shadow:inset 1px 1px 2px rgba(0,0,0,.2);
	-webkit-border-radius:.5em;
	-moz-border-radius:.5em;
	border-radius:.5em;
	overflow:hidden;
	}
.load_cube_per{
	width:50%;
	height:20px;
	-webkit-border-radius:.3em;
	-moz-border-radius:.3em;
	border-radius:.3em;
	background: url(//image.yes123.com.tw/admin/assessment/images/sys/p_load.png) 0 0 #0096ff;
}
.load_cube_num{
	float:left;
	line-height:1.4em;
	font-size:15px;
	margin-left:10px;
	}
.comlete_gp{
	width:480px;
	margin:30px auto 0;
	position: relative;
	left: 10px;
	padding-top:180px;
	background:url(../images/sys/compelete.gif) 0 0 no-repeat;
}
.comlete_gp div{
	width:360px;
	margin:auto;
	padding-left:20px;
	padding-right:20px;
	}
.comh3{
	font-size:21px;
	line-height:1.8em;
	color:#ff7800;
	text-align:center;
	padding-top:25px;
	padding-bottom:5px;
}
.comp{
	font-size:13px;
	text-align:center;
	line-height:1.6em;
}



.bk_Col_f8{background-color:#f8f8f8;}
.hide{display:none}
.fix{clear:both}
.bold{ font-weight:bold}
input[type="radio"],input[type="checkbox"]{cursor:pointer}


.erp .page{
	margin-top:40px;
}
.erp .content{
	background:url(//image.yes123.com.tw/admin/assessment/images/banner/topbanner_erp.png) 0 0 no-repeat;
	}
.erp .intra{
	width:600px;
	float:left;
	margin-left:45px;
	position:relative;
	}
.erp .content h3{
	margin:0 0 10px;
	font-size:18px;
	font-weight:normal;
	line-height:1.8em;
	}
.erp .content p{
	margin-left:0;
	margin-right:0;
	line-height:1.4em;
	font-size:15px;
	}
.erp .content .st_date p{
	font-size: 13px;
	margin-left:10px;
	margin-right:10px;
		}
.erp .content ol{
	list-style:decimal;
	margin:20px 0;
	padding:15px;
	display:block;
	background:#f3faff;
	-webkit-border-radius:1em;
	-moz-border-radius:1em;
	border-radius:1em;
	font-size:14px;
}
.erp .content .intro li{
	margin-left:25px;
	margin-bottom:10px;
	line-height:1.2em;
}
.erp .content .intro .tht{
	line-height:2em;
	font-size:15px;
	font-weight:bold;
}
.erp .erplogo{
	width:450px;
	height:120px;
	position:absolute;
	top:15px;
	left:50px;
}
.erp .erplogo img{
	position:absolute;
	bottom:0;
}
.erp #footer{
	position:absolute;
	bottom:0;
	width:100%;
	}
.erp .login_col {
    padding: 15px 5px 15px 20px;
    background: #f7f7f7;
    border-top: 2px solid #2b4f80;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.erp .login_content{
	padding: 0;
	}
.erp .login_adarea{
	border:1px solid #ccc;
	}
.erp .login_funtion{ 
	top:0;
	width: 250px;
    float: right;
    position: relative;
}
.erp .login_bg{
	padding-top: 0;
	}
.erp .login_exinfo{
	margin-top: 0;
    padding: 10px 0 0;
     background: none;
	 font-size:12px;
	 color:#777;
	font-family:Arial, Helvetica, sans-serif;
	}
.form_column {
    font-family: Verdana, Geneva, sans-serif;
}
.login_funtion h1 {
    color: #3d679f;
    font-size: 24px;
    font-family: '微軟正黑體',Verdana, Geneva, sans-serif;
    font-weight: normal;
    margin-bottom: 10px;
}
.login_inputset label {
    color: #333;
    font-size: 13px;
    font-weight: bold;
    display: block;
    line-height: 2em;
}
.form_column input[type="text"], .form_column input[type="password"] {
    outline: #4496E7;
    padding: 5px;
    padding: 6px 4px 2px \9;
    border: 1px solid #ABADB3;
}
.login_inputset input[type="text"], .login_inputset input[type="password"] {
    width: 200px;
}
.form_column input[type="submit"] {
    padding: 4px 8px;
    padding: 3px 8px\9;
    cursor: pointer;
    position: relative\9;
    top: -3px\9;
}
.login_btn {
    width: 92px;
    height: 27px;
    margin-top: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 1px 0 #198f96;
    background: url(//image.yes123.com.tw/admin/assessment/images/sys/bg_btn_login.gif) 0 0 repeat-x;
    border: 1px solid #3d679f;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
    line-height: 22px\9;
    padding: 3px 8px\9;
    cursor: pointer;
}
.login_btn:hover{
	background:#3d679f;
	text-shadow:0 1px 0 #0c5f64;
	}
.login_btn:active{
	color:#999;
	background:#666;
	text-shadow:none;
	border:1px solid #333;
	-webkit-box-shadow:inset 0 2px 3px #333;
	-moz-box-shadow:inset 0 2px 3px #333;
	box-shadow:inset 0 2px 3px #333;
}
.enote{
	font-size:13px;
	color:#666;
	}
.enote span{
	font-family:Verdana, Geneva, sans-serif;
}
.enote img{
	position:relative;
	top:4px;
	padding:0 5px;
}
.not_color{
	color:#F60
}
.lofin{
	position:absolute;
	bottom:-5px;
	left:100px;
	color:#32578D;
	font-size:15px;
	font-weight:bold;
	font-family: '微軟正黑體',Verdana, Geneva, sans-serif;
	}
.lofin a{
	display:block;
	color:#32578D;
	padding:3px;
	text-decoration:none;
	background:url(//image.yes123.com.tw/admin/assessment/images/sys/d_line.gif) 2px bottom no-repeat;
}
.lofin a:hover{
	color:#009cff;
	background:none;
}
.erp_tb{
	font-size:13px;
	margin:10px  0 0 295px;
}
.erp_tb td{
	padding:5px;
}
.erp_tb .list{
	background:url(//image.yes123.com.tw/admin/assessment/images/sys/i_aw_b.gif) 0 -1px no-repeat;
}
.erp_tb select{
	cursor:pointer;
	font-weight:bold;
	padding:3px;
	vertical-align: baseline
}
.erp_tb select option{ color:#333;}
.empty {
  color: #999; 
}
.erpwlogo{
	width:90%;
	margin:0 auto;
	padding-bottom:6em;
	}
.erpwlogo h3{
	margin: 20px 0 5px;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.8em;
}
.erpwlogo p {
    margin-left: 0;
    margin-right: 0;
    line-height: 1.4em;
    font-size: 16px;
	color:#424242;
}
.erpwlogo .wel{
	margin-top:2.5em;
	font-size: 14px;
	}
.org{
	color:#FB7D1C;
}
.erpwlogo ul{
	margin-top:20px;
}
.erpwlogo li{
	width:230px;
	float:left;
	margin-right:5.8em;
	margin-bottom:2em;
	font-size:14px;
	line-height:1.6em;
	text-align:center;
	color:#424242;
}
.erpwlogo li:nth-child(3),.erpwlogo li:nth-child(6),.erpwlogo li:nth-child(9){
	margin-right:0;
}

.erpwlogo li a{
	display:block;
	width:230px;
	color:#424242;
	position:relative;
	top:0;
	text-decoration:none;
	border:1px solid #fff;
}
.erpwlogo li a:hover{
	border:1px solid #ccc;
	top:-5px;
}
.erpwlogo li a img{
	display:block;
}

