@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++++

	/licence/

++++++++++++++++++++++++++++++++++++++++ */

/* ----------------------------------------
	regulation
---------------------------------------- */


.stageResult {
	overflow:hidden;
}

.stageResult dl {
	float:left;
	text-align:center;
	width:160px;
	margin-right:3px;
	padding-right:3px;
	border-right: dotted 1px #d2d2d2;
	margin-bottom:10px;
	border-bottom:1px solid #d2d2d2;
}


.stageResult dl dt {
	color:#fff;
	text-align:center;
	font-weight:bold;
	margin-bottom:5px;
}
.stageResult dl dt:nth-child(even) {background: #10407e;}
.stageResult dl dt:nth-child(odd) {background: #3263a3;}

.stageResult dl .player img {
	display:block;
	text-align:center;
	margin:0 auto;
	margin-bottom:5px;
}


.stageResult dl .name {
	font-weight:bold;
	font-size:16px;
}

.stageResult dl .eng {
	color:#666;
	font-size:12px;
	margin-bottom:2px;
}


/* 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;
}


/* ----------------------------------------
	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 */
}