/* challenge room
--------------------------------- */
#challenge .subTxt{ display: inline-block; padding-top: 20px; }
#challenge .lead .subTxt{ word-break: break-all; text-indent: -1.5em; padding-left: 1.5em; }
#challenge .lead .subTxt .txtLink{ margin-top: 15px; }
#challenge .txt{ line-height: 180%; }

#challenge #scoreBoard{
/*
	width: 950px;
	height: 380px;
*/
	width: 1090px;
	height: 341px;
	background: url(/static/backnumber/fanclub-pc/feature/oneroom_vol4/img/pc/bg_blackboard_02.jpg) no-repeat center;
	background-size: contain;
	padding: 59px 45px;
	box-shadow: 0 4px 9px 4px rgba(0,0,0,0.2);
	margin: 0 auto 60px;
	box-sizing: border-box;
}


#challenge #scoreBoard .contentsBox{
	width: 100%;
	padding: 0;
	margin: 0;
	background: none;
	box-shadow: none;
}

#challenge table{
	width: 100%;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	border: none;
	border: 1px solid #fff;
	margin: 0 auto;
}
#challenge table th{
	width: 38px;
	padding: 15px 3px;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	vertical-align: middle;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#challenge table th span{
	display: block;
	font-family: 'Unna', serif;
	font-size: 13px;
	font-weight: normal;
}
#challenge table td{
	padding: 0;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}


#challenge table th.name,
#challenge table td{
	font-size: 16px;
	text-align:center;
	letter-spacing: 0.1em;
	font-family: 'Unna', serif;
	vertical-align:middle;
	letter-spacing: 0;
}
#challenge table th.name{
	width: 90px !important;
	color: #fff;
	font-weight: bold;
	border-width: 1px;
	font-size: 11px;
	font-family: Helvetica, "ヒラギノ角ゴ pro W3", "Noto Sans Japanese", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	padding: 20px 0;
}
#challenge table .total{}
#challenge table .total th{
	font-size: 27px;
	font-family: 'Unna', serif;
}
#challenge .lead{ font-weight: bold; }
#challenge .prize1st{ color: #d4aa0a; }
#challenge .prize2nd{ color: #c3823b; }
#challenge .prize3rd{ color: #988989; }

/* sp
=================================== */
@media screen and ( max-width:960px) {

#challenge .outTit{ font-size: 45px; font-size: 11vw;}
#challenge #scoreBoard{
	width: 100%;
	height: auto;
	background: url(/static/backnumber/fanclub-pc/feature/oneroom_vol4/img/sp/bg_bb_middle.jpg) repeat-y center;
	background-size: contain;
	padding: 0 10px;
	position: relative;
}
#challenge #scoreBoard::before,
#challenge #scoreBoard::after{
	display:block;
	content:'';
	width: 100%;
	height: 50px;
	height: 10vw;
	background: no-repeat center;
	background-size: contain;
	position: absolute;
	left:0;
}
#challenge #scoreBoard::before{
	background-image: url(/static/backnumber/fanclub-pc/feature/oneroom_vol4/img/sp/bg_bb_top.png);
	top: -24px;
	top: -4vw;
	z-index: 10;
}
#challenge #scoreBoard::after{
	background-image: url(/static/backnumber/fanclub-pc/feature/oneroom_vol4/img/sp/bg_bb_bottom.png);
	 bottom: -16px;
}
#challenge #scoreBoard .contentsArea { padding: 9px 3% 20px; }
	#challenge table th {
		width: 28%;
		padding: 0;
		font-size: 10px;
	}
	#challenge table th span {
		font-size: 10px;
		display: inline-block;
		line-height: 7px;
	}
	#challenge table .total th {
		font-size: 18px;
	}
	#challenge table th.name, #challenge table td {
		font-size: 13px;
		height: 28px;
	}
	#challenge table th.name{
		font-size: 10px;
		padding: 6px 0;
		line-height: 13px;
	}
	#challenge table td {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	}
#challenge table th {
	border-right: 1px solid rgba(255, 255, 255, 0.5);
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#challenge table{
border: 1px solid rgba(255, 255, 255, 0.5);
position: relative;
z-index:10;
}

#challenge .prize1st,
#challenge .prize2nd,
#challenge .prize3rd{
	font-size: 18px;
	line-height: 13px;
	padding: 13px 0;
}
#challenge .prize1st span,
#challenge .prize2nd span,
#challenge .prize3rd span{
	font-size: 14px;
}
}

/* sp
=================================== */
@media screen and ( min-width: 480px) and ( max-width:960px) {
#challenge #scoreBoard .contentsArea { padding: 30px 6% 50px; }
#challenge #scoreBoard{ margin-top: 10vw; }
#challenge table th { font-size: 14px; padding: 10px; }
#challenge table th span { font-size: 15px; }
#challenge table th.name { font-size: 14px; padding: 17px 0; line-height: 17px; }
#challenge table th.name .sp{ display: none !imporant;}
#challenge table th.name, #challenge table td { font-size: 20px; }
}