@charset "utf-8";
#knight_main a { color: #007b91!important; }

/* ----- コンテンツ基準幅 ----- */
#knight_main {
	margin-right: auto;
	margin-left: auto;
	width: 550px;
	font-size: 14px;
	line-height:1.5;
}

.text_caution {
	text-indent:-15px;
	padding-left:15px;
	line-height:1.5;
}

#knight_main .btn a {
	width:427px;
	height:51px;
	display:block;
	background-image:url(../../img/event/knightcontest2017/btn.png);
	margin:10px auto;
	border:none;
	font-weight: bold;
	color:#000!important;
	font-size:16px;
	line-height:3;
	text-align:center;
	text-decoration: none;
	cursor: pointer;

}
.btn a:hover {
	color:#000!important;
	text-decoration: none!important;
}
.btn a:active {
	color:#000!important;
	text-decoration: none!important;
}
.btn a:visited {
	color:#000!important;
	text-decoration: none!important;
}


.candidate_head {
	width:550px;
	height:254px;
	position: relative;
}
.candidate_comment_area {
	position: absolute;
	width:240px;
	height:150px;
	top:95px;
	left:282px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
}
.candidate_comment {
	line-height:1.5;
	font-size:14px;
}

#candidate1 .candidate_head {
	background-image:url(../../img/event/knightcontest2017/candidate_head1.png);
}
#candidate2 .candidate_head {
	background-image:url(../../img/event/knightcontest2017/candidate_head2.png);
}
#candidate3 .candidate_head {
	background-image:url(../../img/event/knightcontest2017/candidate_head3.png);
}
#candidate4 .candidate_head {
	background-image:url(../../img/event/knightcontest2017/candidate_head4.png);
}
#candidate5 .candidate_head {
	background-image:url(../../img/event/knightcontest2017/candidate_head5.png);
}
#candidate6 .candidate_head {
	background-image:url(../../img/event/knightcontest2017/candidate_head6.png);
}
#candidate7 .candidate_head {
	background-image:url(../../img/event/knightcontest2017/candidate_head7.png);
}
#candidate8 .candidate_head {
	background-image:url(../../img/event/knightcontest2017/candidate_head8.png);
}
#candidate9 .candidate_head {
	background-image:url(../../img/event/knightcontest2017/candidate_head9.png?=1);
}
#candidate10 .candidate_head {
	background-image:url(../../img/event/knightcontest2017/candidate_head10.png);
}

.candidate_main {
	width:510px;
	padding-left:20px;
	padding-right:20px;
	background-image:url(../../img/event/knightcontest2017/candidate_bg.png);
}

.candidate_footer {
	width:550px;
	height:30px;
	background-image:url(../../img/event/knightcontest2017/candidate_footer.png);
}

.top3_title {
	font-weight: bold;
	margin:auto;
	text-align:center;
	color:#86129d;
}
/* 順位色 */
.firstrank p.rank,
.secondrank p.rank,
.thirdrank p.rank {
	padding-left: 24px;
	height: 27px;
	text-align: center;
	line-height: 2.2;
	background-repeat: no-repeat;
}

.firstrank p.rank {
	color: #a28521;
	display:inline-block;
	font-weight: bold;
	background-image: url(../../img/event/timeattack/icon/gold.png);
}
.secondrank p.rank {
	color: #627379;
	display:inline-block;
	font-weight: bold;
	background-image: url(../../img/event/timeattack/icon/silver.png);
}
.thirdrank p.rank {
	color: #924a3c;
	display:inline-block;
	font-weight: bold;
	background-image: url(../../img/event/timeattack/icon/bronze.png);
}

#candidate_table {
	width:500px;
	border: 0px;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 6px;
	overflow: hidden;
	margin:0 auto;
}
#candidate_table thead th,
#candidate_table tbody th,
#candidate_table tbody td {
	text-align:center;
	padding: 5px;
	border-bottom: 1px solid #e7cfeb;
}
#candidate_table tbody td {
	background-color:#fff;
}
#candidate_table thead th + th,
#candidate_table tbody td {
	border-left: 1px solid #e7cfeb;

}
#candidate_table tbody td:first-child  {
	border-left: none;
}
#candidate_table tbody tr:last-child th,
#candidate_table tbody tr:last-child td {
	border-bottom: none;
}

#candidate_table .firstrank {
	background-color:#fbf1d1;
	width:33%;
}
#candidate_table .secondrank {
	background-color:#e5e6e8;
	width:33%;
}
#candidate_table .thirdrank {
	background-color:#eddfd7;
	width:33%;
}
table thead tr:first-child th:first-child {
	border-radius: 5px 0 0 0;
}
table thead tr:first-child th:last-child {
	border-radius: 0 5px 0 0;
}
table tbody tr:last-child th:first-child {
	border-radius: 0 0 0 5px;
}
table tbody tr:last-child th:last-child {
	border-radius: 0 0 5px 0;
}

















