@charset "utf-8";

/* ======================
 * Module CSS
======================= */

/* btnSubmit
=========================================*/
a:link.button, a:visited.button, a:active.button {
	border: none;
	border-radius: 3px;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
}
a:hover.button {
	font-weight: bold;
}
a.bgBlue {
	background-color: #32a3c8;
	color: white !important;
}

.btnSubmit{
	background: #49b1f2;
	margin-top:30px;
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 24px;
	line-height: 24px;
	padding: 18px 0;
	text-align: center;
	text-decoration: none;
}
.btnSubmit span {
	background: url(../images/list_style_right_2.png) no-repeat scroll left center;
	color: #fff;
	font-size: 24px;
	padding: 0 20px;
}
.btnSubmit i{
	font-size: inherit;
	color: #fff;
	font-style: normal;
}

a.btnSubmit{
	background:url(../images/btnSubmit-left.png) left top no-repeat;
	line-height:19px; height:28px !important;
	padding:0 0 0 4px !important;
	display:inline-block; text-decoration:none;
	margin: 18px 0 12px;
}
a.btnSubmit span{
	background:url(../images/btnSubmit-right.png) right top no-repeat;
	line-height:19px;
	padding:0 4px 0 0 !important;
	display:inline-block;
}
a.btnSubmit span i{
	background:url(../images/btnSubmit-mid.png) repeat-x;
	font-size:16px; font-weight:bold; color:#fff !important; line-height:18px; padding:6px 16px 4px; display:block;
	font-style:normal;    
	text-shadow: 1px 1px 1px #1d5a82;
	filter: dropshadow(color=#1d5a82,offX=1,offY=1);
}
a.btnSubmit span .iext{
	background:url(../images/btnSubmit-mid.png) repeat-x;
	font-size:16px; 
	font-weight:bold; 
	color:#fff !important; 
	line-height:18px; 
	padding:6px 11px 4px; 
	display:block;
	font-style:normal;    
	text-shadow: 1px 1px 1px #1d5a82;
	filter: dropshadow(color=#1d5a82,offX=1,offY=1);
}
a.btnSubmit:hover{
	background:url(../images/btnSubmit-left-on.png) left top no-repeat;
	text-decoration:none !important;
}
a.btnSubmit:hover span{
	background:url(../images/btnSubmit-right-on.png) right top no-repeat;
}
a.btnSubmit:hover span i{
	background:url(../images/btnSubmit-mid-on.png) left top repeat-x;
}


a.btnSubmit.deactive {
	background:url(../images/btnSubmit2-left.png) left top no-repeat;
	line-height:19px; height:28px !important;
	padding:0 0 0 4px !important;
	display:inline-block; text-decoration:none;
	margin: 18px 0 12px;
	cursor: default;
}
a.btnSubmit.deactive span{
	background:url(../images/btnSubmit2-right.png) right top no-repeat;
	line-height:19px;
	padding:0 4px 0 0 !important;
	display:inline-block;
}
a.btnSubmit.deactive span i{
	background:url(../images/btnSubmit2-mid.png) repeat-x;
	font-size:16px; font-weight:bold; color:#fff !important; line-height:18px; padding:6px 16px 4px; display:block;
	font-style:normal;    
	text-shadow: 1px 1px 1px #1d5a82;
	filter: dropshadow(color=#1d5a82,offX=1,offY=1);
}
a.btnSubmit.deactive span .iext{
	background:url(../images/btnSubmit2-mid.png) repeat-x;
	font-size:16px; 
	font-weight:bold; 
	color:#fff !important; 
	line-height:18px; 
	padding:6px 11px 4px; 
	display:block;
	font-style:normal;    
	text-shadow: 1px 1px 1px #1d5a82;
	filter: dropshadow(color=#1d5a82,offX=1,offY=1);
}
a.btnSubmit.deactive:hover{
	background:url(../images/btnSubmit2-left.png) left top no-repeat;
	text-decoration:none !important;
}
a.btnSubmit.deactive:hover span{
	background:url(../images/btnSubmit2-right.png) right top no-repeat;
}
a.btnSubmit.deactive:hover span i{
	background:url(../images/btnSubmit2-mid.png) left top repeat-x;
}



.btnSubmit02 {
	display: inline-block;
	padding: 10px 10px;
	border-radius: 6px;
	line-height: 1.1;
	color: #ffffff !important;
	font-weight: bold;
	text-align: center;
	font-style: normal !important;
	
	background: #00af50;
	background: -moz-linear-gradient(top,  #32aefb 0%, #2fa3ec 51%, #1892df 100%);
	background: -webkit-linear-gradient(top,  #32aefb 0%,#2fa3ec 51%,#1892df 100%);
	background: linear-gradient(to bottom,  #32aefb 0%,#2fa3ec 51%,#1892df 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32aefb', endColorstr='#1892df',GradientType=0 );
}
.btnSubmit02 i {
	font-style: normal !important;
}
.btnSubmit02:hover {
	background: #00af50;
	background: -moz-linear-gradient(top,  #1892df 0%, #2fa3ec 51%, #32aefb 100%);
	background: -webkit-linear-gradient(top,  #1892df 0%, #2fa3ec 51%, #32aefb 100%);
	background: linear-gradient(to bottom,  #1892df 0%,#2fa3ec 51%,#32aefb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1892df', endColorstr='#32aefb',GradientType=0 );
}
.btnSubmit02.green{
	background: #00af50;
	background: -moz-linear-gradient(top,  #00af50 0%, #009342 51%, #00662e 100%);
	background: -webkit-linear-gradient(top,  #00af50 0%,#009342 51%,#00662e 100%);
	background: linear-gradient(to bottom,  #00af50 0%,#009342 51%,#00662e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00af50', endColorstr='#00662e',GradientType=0 );
}
.btnSubmit02.green:hover{
	background: #00af50;
	background: -moz-linear-gradient(top,  #00662e 0%, #009342 51%, #00af50 100%);
	background: -webkit-linear-gradient(top,  #00662e 0%, #009342 51%, #00af50 100%);
	background: linear-gradient(to bottom,  #00662e 0%,#009342 51%,#00af50 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00662e', endColorstr='#00af50',GradientType=0 );
}
.btnSubmit02.red {
	background: #fe0000;
	background: -moz-linear-gradient(top,  #fe0000 0%, #e70000 50%, #c10000 100%);
	background: -webkit-linear-gradient(top,  #fe0000 0%,#e70000 50%,#c10000 100%);
	background: linear-gradient(to bottom,  #fe0000 0%,#e70000 50%,#c10000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe0000', endColorstr='#c10000',GradientType=0 );
}
.btnSubmit02.red:hover {
	background: #fe0000;
	background: -moz-linear-gradient(top,  #c10000 0%, #e70000 50%, #fe0000 100%);
	background: -webkit-linear-gradient(top,  #c10000 0%, #e70000 50%, #fe0000 100%);
	background: linear-gradient(to bottom,  #c10000 0%,#e70000 50%,#fe0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c10000', endColorstr='#fe0000',GradientType=0 );
}
.btnSubmit02.orange{
	background: #ffc001;
	background: -moz-linear-gradient(top,  #ffc001 0%, #f6a105 50%, #ee7d07 100%);
	background: -webkit-linear-gradient(top,  #ffc001 0%,#f6a105 50%,#ee7d07 100%);
	background: linear-gradient(to bottom,  #ffc001 0%,#f6a105 50%,#ee7d07 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc001', endColorstr='#ee7d07',GradientType=0 );
}
.btnSubmit02.orange:hover{
	background: #ffc001;
	background: -moz-linear-gradient(top,  #ee7d07 0%, #f6a105 50%, #ffc001 100%);
	background: -webkit-linear-gradient(top,  #ee7d07 0%,#f6a105 50%,#ffc001 100%);
	background: linear-gradient(to bottom,  #ee7d07 0%,#f6a105 50%,#ffc001 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee7d07', endColorstr='#ffc001',GradientType=0 );
}
.btnSubmit02.black {
	background: #7e7e7e;
	background: -moz-linear-gradient(top,  #7e7e7e 0%, #606060 50%, #171717 100%);
	background: -webkit-linear-gradient(top,  #7e7e7e 0%,#606060 50%,#171717 100%);
	background: linear-gradient(to bottom,  #7e7e7e 0%,#606060 50%,#171717 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e7e7e', endColorstr='#171717',GradientType=0 );
}
.btnSubmit02.black {
	background: #7e7e7e;
	background: -moz-linear-gradient(top,  #171717 0%, #606060 50%, #7e7e7e 100%);
	background: -webkit-linear-gradient(top,  #171717 0%,#606060 50%,#7e7e7e 100%);
	background: linear-gradient(to bottom,  #171717 0%,#606060 50%,#7e7e7e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#171717', endColorstr='#7e7e7e',GradientType=0 );
}

/* heading
=========================================*/
.heading02 {
	padding: 5px 10px;
	border-bottom: 2px solid #3399cc;
	font-weight: bold;
}
.heading03 {
	margin-top: 20px;
	padding: 5px 10px;
	background: #000000;
	color: #ffffff;
	font-weight: bold;
}
.heading02InnerLink {
	display: inline-block;
	margin-left: 10px;
}

/* Text
=========================================*/
.text {
	margin-top: 10px;
}
.txLarge01 {
	font-weight: bold;
	font-size: 140%;
}
.txMedium01 {
    font-size: 120%;
}
.txBold {
	font-weight: bold;
}
.txBold02 {
	color: #FF0000;
	font-weight: bold;
}
.txBlue {
	color: #3b92cc;
}
.txRed {
	color: #FF0000;
}
.txGray {
	color: #666666;
}



/* Table
=========================================*/
.scrollTable {
	margin-top: 20px;
	width: 100%;
	overflow-x:auto;
}
.tableType01,
.tableType02,
.tableType03 {
	width: 100%;
	margin-top: 20px;
	border-collapse: collapse;
}
.tableType01 th,
.tableType01 td {
	padding: 10px 10px;
	background: #ffffff;
	text-align: left;
	vertical-align: middle;
}
.tableType01.narrow th,
.tableType01.narrow td {
	padding: 3px 10px;
	background: #ffffff;
	text-align: left;
	vertical-align: middle;
}
.tableType01.narrow th {
	white-space: nowrap;
}
.tableType02 th,
.tableType02 td {
	padding: 10px 10px;
	background: #ffffff;
	text-align: left;
	vertical-align: middle;
	border: solid 1px #d9d9da;
}
.tableType02.narrow th,
.tableType02.narrow td {
	padding:  10px 5px;
}
.tableType02.narrow2 th,
.tableType02.narrow2 td {
	padding:  5px 5px;
}
.tableType02 .level01,
.tableType02 .level01 td {
	color: #FFFFFF;
	background: #3b92cc;
}
.tableType02 .level02,
.tableType02 .level02 td {
	background: #f2f2f2;
}
.tableType02 .level03,
.tableType02 .level03 td {
	background: #d9d9da;
}
.tableType02 .level04,
.tableType02 .level04 td {
	background: #f8f59e;
}
.tableType02 .level05,
.tableType02 .level05 td {
	background: #f2f2f2;
	font-weight: bold;
	font-size: 10px;
}
.tableType02 .level06,
.tableType02 .level06 td {
	background: #000000;
	color: #ffffff;
}

.tableType02 tr.unfilled td {
	background-color: #ffc0c8;
}


td .questionWrap {
	position: relative;
}
td .questionIcon {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -10px;
	line-height: 0;
}

.tableCol {
}
.tableCol .leftCol {
	float: left;
	width: 500px;
	margin-left: 20px;
}
.tableCol .rightCol {
	float: right;
	width: 500px;
	margin-right: 20px;
}

.deleteCell {
	position: relative;
}
.deleteCell .deleteBt {
	position: absolute;
	top: 10px;
	right: 10px;
	background: #FF0000;
	color: #ffffff;
	border: none;
}

table.fixed {
    table-layout: fixed;
}

th.fixed {
    padding: 10px 0 10px;
}


/* List
=========================================*/
ol.numList01 {
	margin-top: 10px;
	counter-reset: li;
}
ol.numList01 > li {
	padding-left: 1.6em;
	text-indent: -1.6em;
}
ol.numList01 > li:first-child {
	margin-top: 0;
}
ol.numList01 > li:before {
	content: ""counter(li)".";
	counter-increment: li;
	margin-right: 0.5em;
}

.evaluationList {
}
.evaluationList li {
	float: left;
	margin-right: 10px;
}
.evaluationList li a {
	display: block;
	min-width: 90px;
	padding: 10px 10px;
	border-radius: 6px;
	line-height: 1.1;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
.evaluationList li.pass a {
	background: #00af50;
	background: -moz-linear-gradient(top,  #00af50 0%, #009342 51%, #00662e 100%);
	background: -webkit-linear-gradient(top,  #00af50 0%,#009342 51%,#00662e 100%);
	background: linear-gradient(to bottom,  #00af50 0%,#009342 51%,#00662e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00af50', endColorstr='#00662e',GradientType=0 );
}
.evaluationList li.fail a {
	background: #fe0000;
	background: -moz-linear-gradient(top,  #fe0000 0%, #e70000 50%, #c10000 100%);
	background: -webkit-linear-gradient(top,  #fe0000 0%,#e70000 50%,#c10000 100%);
	background: linear-gradient(to bottom,  #fe0000 0%,#e70000 50%,#c10000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe0000', endColorstr='#c10000',GradientType=0 );
}
.evaluationList li.maybe a {
	background: #ffc001;
	background: -moz-linear-gradient(top,  #ffc001 0%, #f6a105 50%, #ee7d07 100%);
	background: -webkit-linear-gradient(top,  #ffc001 0%,#f6a105 50%,#ee7d07 100%);
	background: linear-gradient(to bottom,  #ffc001 0%,#f6a105 50%,#ee7d07 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc001', endColorstr='#ee7d07',GradientType=0 );
}
.evaluationList li.noCount a {
	background: #7e7e7e;
	background: -moz-linear-gradient(top,  #7e7e7e 0%, #606060 50%, #171717 100%);
	background: -webkit-linear-gradient(top,  #7e7e7e 0%,#606060 50%,#171717 100%);
	background: linear-gradient(to bottom,  #7e7e7e 0%,#606060 50%,#171717 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e7e7e', endColorstr='#171717',GradientType=0 );
}
.btnEvaluationSave a {
	display: block;
	min-width: 90px;
	padding: 10px 10px;
	text-align: center;
	border-radius: 6px;
	line-height: 1.1;
	color: #ffffff;
	font-weight: bold;
	background: #49b1f2;
	background: -moz-linear-gradient(top,  #49b1f2 0%, #0e72c7 50%, #0a5595 100%);
	background: -webkit-linear-gradient(top,  #49b1f2 0%,#0e72c7 50%,#0a5595 100%);
	background: linear-gradient(to bottom,  #49b1f2 0%,#0e72c7 50%,#0a5595 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49b1f2', endColorstr='#0a5595',GradientType=0 );
}

.btList {
	text-align: center;
}
.btList li {
	display: inline-block;
	margin-right: 10px;
}


/* Form input
=========================================*/
input[disabled="disabled"] {
	background: #eeeeee;
}
.inputTextType01 {
	padding: 3px 10px;
	background: #ffffff;
	border: solid 1px #cccccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.fileUpList {
}
.fileUpList li {
	display: inline-block;
	margin-right: 10px;
}

.radioList,
.checkList {
}
.radioList li,
.checkList li {
	margin-top: 10px;
}
.radioList li:first-child,
.checkList li:first-child {
	margin-top: 0;
}
.radioList li input,
.checkList li input {
	margin: 0 5px 0 0;
	vertical-align: -1px;
}
.selectList {
	margin-top: 10px;
}
.selectList li {
}

.listFloat {
}
.listFloat li {
	float: left;
	margin: 0 20px 0 0;
}


/* sectionFrame
=========================================*/
.sectionFrame01 {
	clear: both;
	margin-top: 30px;
	border: 1px solid #ccc;
	border-radius: 10px;
}
.sectionFrame01Wrapper {
	padding: 10px 5px;
	background-color: #f2f2f2;
	border-radius: 0 0 10px 10px;
}
.sectionFrame01WrapperInner {
	padding: 10px;
}
.sectionFrameScroll {
	padding: 10px 5px;
	background-color: #f2f2f2;
	border-radius: 0 0 10px 10px;
}
.sectionFrameScrollInner {
	padding: 10px;
	height: 100px;
	overflow: auto;
}


/* textScroll
=========================================*/
.textScroll {
	padding: 10px 5px;
	border-radius: 0 0 10px 10px;
}
.textScrollInner {
	padding: 10px;
	height: 100px;
	overflow: auto;
}


/* stepWrap
=========================================*/
.stepWrap {
	width: 690px;
	margin: 15px auto;
}


/* applicantStep
=========================================*/
.applicantStep {
	width: 690px;
	overflow: hidden;
}
.applicantStep li {
	float: left;
	margin: 0 30px 0 0;
}
.applicantStep li:last-child {
	margin: 0 0 0 0;
}
.applicantStep li span {
	display: block;
	background-color: #595959;
	margin-top: 5px;
	padding: 2px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
.applicantStep li span.on {
	background-color: #ee7b07;
}


/* stemProgressBar
=========================================*/
.stemProgressBar {
	margin-top: 15px;
	border: 1px solid #ccc;
	background-color: #fff;
}
.stemProgressBar img {
	height: 30px;
}
.stemProgressBar img.step1 {
	width: 105px;
}
.stemProgressBar img.step2 {
	width: 225px;
}
.stemProgressBar img.step3 {
	width: 345px;
}
.stemProgressBar img.step4 {
	width: 465px;
}
.stemProgressBar img.step5 {
	width: 585px;
}
.stemProgressBar img.step6 {
	width: 688px;
}


/* login-page
=========================================*/
#login-page {
	width:367px;
	margin:20px auto 140px;
	overflow:hidden;
}
#login-page h2 {
	font-size:13px;
	line-height:20px;
	font-weight:bold;
	width:367px;
}
#login-page #form-login {
	width:367px;
	margin-top:20px;
}
#login-page #form-login-bot {
	background:url(../images/bg-bot-login-page.gif) left bottom no-repeat;
	padding-bottom:5px;
}
#login-page #form-login-content {
	background:url(../images/bg-mid-login-page.gif) left top repeat-y;
	width:367px;
}
#login-page #form-login-content h3 {
	background:url(../images/title_login_page_form.gif) left top no-repeat;
	display:block;
	height:46px;
	line-height:46px;
	padding-top: 4px;
	padding-left:18px;
	font-size:16px;
	font-weight:bold;
}
#login-page #form-login-content form {
	font-size:14px;
	line-height:24px;
	padding:20px 43px 35px;
	width:281px;
	overflow:hidden;
}
#login-page #form-login-content form label {
	font-size:14px;
	line-height:24px;
	font-weight:bold;
}
* html #login-page #form-login-content form label, * html #login-page #form-login-content form input.text-box, *:first-child+html #form-login-content form label, *:first-child+html #form-login-content form input.text-box {
	margin-bottom:-1px;
}
#login-page #form-login-content form input.text-box {
	background:url(../images/bg-text-box-login-page.gif) left top no-repeat;
	display:block;
	height:33px;
	width:261px;
	line-height:30px;
	border:none;
	font-size:14px;
	padding:0 10px;
}
#login-page #form-login-content form p.clearfix {
	padding-top:25px;
}
#login-page #form-login-content form p.clearfix input#submit{
	line-height: 22px;
}
#login-page #form-login-content form a {
	padding:0;
	font-size:14px;
	line-height:28px;
	color:#527acc;
	font-weight:bold;
	text-decoration:none;
	margin-top:0 !important;
}
#login-page #form-login-content form a:hover {
	text-decoration:underline;
}


/* teacherlist
=========================================*/
#box-info-teachers {
	width:758px;
	margin:0 auto;
	overflow:hidden;
	padding-top:6px;
}


/* flow
=========================================*/
.flowList01 {
}
.flowList01 dl {
	position: relative;
	float: left;
	width: 16.6%;
	min-height: 130px;
	margin-top: 30px;
	padding: 10px 10px 10px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.stepNum09 dl {
	width: 11%;
}
.stepNum08 dl {
	width: 12.5%;
}
.stepNum07 dl {
	width: 25%;
}
.stepNum06 dl {
	width: 16.66%;
}
.stepNum05 dl {
	width: 20%;
}
.stepNum04 dl {
	width: 25%;
}
.stepNum03 dl {
	width: 33.3%;
}
.stepNum02 dl {
	width: 50%;
}
.flowList01 dl:first-child {
	padding-left: 10px;
}
/*.flowList01 dl:last-child {
	width: 17%;
}*/
.flowList01 dl:nth-child(odd) {
	background: #359bdb;
	background: -moz-linear-gradient(left,  #359bdb 0%, #218ad1 50%, #0c7ac6 100%);
	background: -webkit-linear-gradient(left,  #359bdb 0%,#218ad1 50%,#0c7ac6 100%);
	background: linear-gradient(to right,  #359bdb 0%,#218ad1 50%,#0c7ac6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#359bdb', endColorstr='#0c7ac6',GradientType=1 );
	border: solid 1px #359bdb;
	color: #ffffff;
}
.flowList01 dl:nth-child(even) {
	background: #ffffff;
	border: solid 1px #cccccc;
}
.flowList01 dl:first-child:after {
	position: inherit;
	left: auto;
	top: auto;
	border: none !important;
	content: "";
}
.flowList01 dl:nth-child(odd):after {
	position: absolute;
	left: -2px;
	top: 0;
	border-top: 65px solid transparent;
	border-bottom: 65px solid transparent;
	border-left: 20px solid #FFFFFF;
	content: "";
}
.flowList01 dl:nth-child(even):after {
	position: absolute;
	left: -2px;
	top: 0;
	border-top: 65px solid transparent;
	border-bottom: 65px solid transparent;
	border-left: 20px solid #0c7ac6;
	content: "";
}
.flowList01 dl dt {
	font-weight: bold;
}
.flowList01 dl dd {
	line-height: 1.2;
}

/* movieArea */
.movieArea {
	text-align: center;
}

/* voiceArea */
.voiceArea {
	padding: 50px 0;
	text-align: center;
}
.voiceArea .voiceCol {
	margin-top: 10px;
	text-align: center;
}
.voiceArea .voiceCol:first-child {
	margin-top: 0;
}
.voiceArea .voiceCol .sumImage {
	display: inline-block;
	padding-right: 20px;
}
.voiceArea .voiceCol .control {
	display: inline-block;
}

/* pdfArea */
.pdfArea {
	padding: 50px 0;
	text-align: center;
}
.pdfArea .pdfCol {
	text-align: center;
}
.pdfArea .pdfCol .col {
	display: inline-block;
	margin: 0 20px;
}

/* fileUpArea */
.fileUpArea {
	padding: 50px 0;
	text-align: center;
}
.fileUpArea ul li {
	display: inline-block;
	margin: 0 10px;
}
.fileUpArea .notes {
	margin-top: 10px;
	color: #FF0000;
}

/* flowPageLink */
.flowPageLink {
	float: right;
	text-align: right;
}
.flowPageLink li {
	display: inline-block;
	padding-right: 10px;
	line-height: 1;
}
.flowPageLink li:nth-child(2) {
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
	border-left: solid 1px #333333;
}



/* innerSubLink
=========================================*/


.innerSubLink01 {
	display: inline-block;
	float: right;
}




/* ClearFix
=========================================*/
.applicantStep:after,
.clearfix:after,
.flowList01:after,
.flowPageLink:after,
.listFloat:after,
.evaluationList:after,
.btList:after,
.tableCol:after {
	content: "";
	display: block;
	clear: both;
}
.applicantStep,
.clearfix,
.flowList01,
.flowPageLink,
.listFloat,
.evaluationList,
.btList,
.tableCol {
	min-height: 1%;
	zoom: 1;
}

/* error */
label.error {
    color: red;
}

/* */
.clickable{
    cursor: pointer;
}

.bottomSpace{
    position: relative ;
    top: -0.25em;
    left: 0;
}

.fileInfo{
    color: #808080;
    font-size: 0.8em;
}

.red-link:active,  .red-link:link, .red-link:visited{
	color: #FF0000 !important; 
}

.trainers-result{
	position: absolute;
	background-color: #fff;
	width: 200px;
	padding: 2px;
	border: 1px solid;
	cursor: pointer;
}
.trainer-result, li{
	padding: 3px;
}
.trainer-result, li:hover{
	background-color: #ccc;
}