@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++++

	/licence/

++++++++++++++++++++++++++++++++++++++++ */

#ranking table {
	text-align:center;
	line-height:1.2em;
	vertical-align:middle;
}

#ranking th { font-weight:bold; line-height:1.8em;}
#ranking .cellRank { width:40px; background:#10407e;}
#ranking .cellName { width:180px; background:#10407e;}

#ranking .cellStage { width:px; background:#10407e;}

#ranking .cellTotal { width:60px; background:#10407e; font-weight:bold;}
#ranking .rankimg,
#ranking .rankCount { width:28px; text-align:center; height:1.8em; vertical-align:middle;}

#ranking .stageCell { width:65px;}
#ranking td { padding:4px 0 4px 0;}
#ranking td:last-child { font-weight:bold; color:#10407e; background:#f0f7ff;}
/* ----------------------------------------
	regulation
---------------------------------------- */



/* btnSchedule
---------------------------------------- */


.btnStageresult {
}
.btnStageresult ul {
	overflow:hidden;
}
.btnStageresult li {
	float: right;
	margin-right: 6px;
	padding: 5px 0;
}
.btnStageresult li:before {
	display: none;	
}

.btnStageresult .btn {
	width: 100px;
	height:30px !important;
	line-height:20px !important;
}
.btnStageresult .btn a {
	color: #fff;
	font-weight: normal;
}


.btnStageresult .btnEntryList a:active {
	box-shadow: 0 -5px 0 #94670b;
}

.btnStageresult .btnResult a {
	box-shadow: 0 5px 0 #0f5953;
	text-shadow: 0 1px 0 #0f5953;
}
.btnStageresult .btnResult a:hover {
	background: #2caea4;
}
.btnStageresult .btnResult a,
.btnStageresult .btnResult a:active {
	background: #228981;
}
.btnStageresult .btnResult a:active {
	box-shadow: 0 -5px 0 #0f5953;
}

.btnStageresult .btnLibrary a {
	box-shadow: 0 5px 0 #672576;
	text-shadow: 0 1px 0 #672576;
}
.btnStageresult .btnLibrary a:hover{
	background: #b652ce;
}
.btnStageresult .btnLibrary a,
.btnStageresult .btnLibrary a:active {
	background: #9843ac;
}
.btnStageresult .btnLibrary a:active {
	box-shadow: 0 -5px 0 #672576;
}

.btnStageresult .btnOff {
	color: #fff;
	font-weight: normal;
	font-size: 12px;
}
.engName {
	font-size:12px;
	color:#a5a5a5;
	line-height:1em;
}

/* ----------------------------------------
	privilege
---------------------------------------- */	

#privilege .clearfix img {
	float: left;
}
#privilege .clearfix p {
	float: right;
	width: 360px;
}


/* ----------------------------------------
	exam
---------------------------------------- */

#exam b {
	display: block;
	margin: 18px 0 5px;
}

#exam .btnPdf {
	margin-top: -8px;
}



/* ++++++++++++++++++++++++++++++++++++++++

	for Smart Devices

++++++++++++++++++++++++++++++++++++++++ */

@media (max-width: 767px) {

/* ----------------------------------------
	privilege
---------------------------------------- */	

#privilege .clearfix {
	margin-left: -22px;
}
#privilege .clearfix img {
	float: none;
}
#privilege .clearfix p {
	float: none;
	width: auto;
	margin-top: 10px;
}


/* ----------------------------------------
	exam
---------------------------------------- */

#exam b {
	margin-top: 10px;
}

#exam .btnPdf {
	margin-top: -8px;
}

/* Break Point */
}