@charset "utf-8";

/* rank
****************************************/
.rank {
	margin: 150px 70px;
}
.rank__ttl {
	margin-bottom: 80px;
}
.rank__tab {
	color: #fff;
	background: #BFBFBF;
	display: table;
	margin-bottom: 50px;
	table-layout: fixed;
	position: relative;
	width: 100%;
}
.rank__tab > li {
	display: table-cell;
	padding: 2.5rem 1rem;
	font-size: 2.5rem;
	text-align: center;
	cursor: pointer;
}
.rank__tab__sch:after {
	background: url(/demo/campaign/201709/_img/ico_tab_on.png) no-repeat;
	top: 118px;
	bottom: 0;
	right: 0;
	left: 640px;
	content: "";
	width: 32px;
	height: 18px;
	position: absolute;
}
.rank__tab__all:after {
	background: url(/demo/campaign/201709/_img/ico_tab_on.png) no-repeat;
	top: 118px;
	bottom: 0;
	right: 0;
	left: 200px;
	content: "";
	width: 32px;
	height: 18px;
	position: absolute
}
.rank__tab > .rank__tab__sch.active:after {
	background: url(/demo/campaign/201709/_img/ico_tab_off.png) no-repeat;
}
.rank__tab > .rank__tab__all.active:after {
	background: url(/demo/campaign/201709/_img/ico_tab_off.png) no-repeat;
}
.rank__tab > .rank__tab__sch.active:before {
	border-bottom: 2px solid #333;
	content: "";
	position: absolute;
	top: 83px;
	right: 90px;
	width: 30%;
}
.rank__tab > .rank__tab__all.active:before {
	border-bottom: 2px solid #333;
	content: "";
	position: absolute;
	top: 83px;
	left: 90px;
	width: 30%;
}
.rank__cnt {
	display: none;
}
.rank__cnt.active {
	display: block;
}
.rank__tab > li.active {
	background-color: #99d900;
	color: #333;
	pointer-events: none;
}
.rank__cnt.active {
	display: block;
}
.rank__sch__area {
	text-align: left;
	margin-bottom: 50px;
}
.rank__sch__box {
	border:solid 2px #898989;
	margin-bottom: 10px;
	text-align: left;
	width:750px;
}
.rank__sch__txt {
	border:0;
	display: inline;
	padding: 13px 20px;
	font-size:20px;
	color:#333;
	margin:0;
	width:600px;
}
.rank__sch__btn {
	background: #fd8b28;
	float: right;
	padding: 5px;
	display: block;
}
.rank__sch__txt[type="text"]:focus,
.rank__sch__btn[type="image"]:focus {
	outline: 0;
}
.rank__sch__txt:placeholder-shown,
.rank__sch__txt::-webkit-input-placeholder {
	color: #999;
}
.rank__sch__att {
	font-size: 12px;
	color: #ca0000;
	margin-bottom: 5px;
	text-align: left;
}
.rank__schRes__txt {
	font-size: 22px;
	text-align: left;
	margin-left: 10px;
}
.rank__schRes__ttl {
	text-align: center;
	border-bottom: 3px solid #333;
	padding: 20px 0;
}
.rank__schRes__ttl th {
	padding-bottom: 20px;
}
.rank_schRes__data {
	border-bottom: 3px solid #333;
}
.rank__schRes .rank__about td {
	padding-top: 20px;
}
.rank__about {
	border-bottom: 1px solid #c9c9c9;
}
.rank_data tr:nth-of-type(40) {
	border: none;
}
.rank_data tr:nth-of-type(41) {
	background-image: url(/demo/campaign/201709/_img/line_rank.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.rank_data tr:nth-of-type(41) td {
	padding-top: 70px;
}
.rank_data tr:last-child {
	border-bottom: 3px solid #333;
}
.rank__about td {
	padding: 0 0px 20px;
}
.rank_data .rank__nickname {
	border-bottom: none;
}
.rank__nickname {
	font-size: 30px;
	font-weight: bold;
	padding: 20px 10px 50px;
	text-align: left;
}
.rank__rank {
	font-size: 24px;
	font-weight: bold;
	width: 150px;
	vertical-align: middle;
}
.rank__netassets {
	font-size: 30px;
	vertical-align: middle;
}
.rank__prize {
	text-align: right;
	vertical-align: middle;
}
.rank__prize img {
	padding-right: 30px;
}
.rank__schRes__daily {
	margin-top: 10px;
	text-align: right;
}
.rank__wrap .rank__nickname {
	padding: 20px 10px 10px;
}
.rank__border {
	width: 100%;
}
.rank_schRes__data__na {
	padding: 20px 0;
	font-size: 30px;
	font-weight: bold;
}
#nomatch td {
	margin-bottom: 20px;
	text-align: center;
	display: inline-block;
}