@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++++

	/licence/

++++++++++++++++++++++++++++++++++++++++ */

/* ----------------------------------------
	regulation
---------------------------------------- */

#regulation>ul>li {
	margin-bottom: 20px;
}
#regulation>ul>li:last-child {
	margin-bottom: 0;
}


/* ----------------------------------------
	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 */
}


article {
	width:100% !important;
}


#tournament li {
	padding-left:0;
}

#tournament .content li {}
#tournament .youtubeMovie {
	border-bottom:1px solid #eee;
	margin-bottom:20px;
}
#tournament .youtubeMovie .inner {
	width:560px;
	margin:0 auto;
}
#tournament .youtubeMovie iframe {
}

#tournament .hide {display:none;}

#tournament dl {
	margin:0 0 20px 0;
}

#tournament dt {
	font-size:24px;
	font-weight:bold;
}
#tournament dd.stageTitle {
	font-size:24px;
	font-weight:bold;
}
#tournament li::before {
	border:none;
}
#tournament .content {}
.tournamentChart {
	margin-left:10px;
}

.tournamentChart iframe {
	width:100%;
	height:980px;
}
#reloadBtn {
	background:url(../img/reloadBtn.jpg) no-repeat;
	text-indent:-9898px;
	display:block;
	height:32px;
	width:110px;
	cursor:pointer;
}
#reloadBtn:hover {
	background-position:0 -32px;
}