/**********************************************************************/

/*　2019年　ランキングイベントページ　/app/event/ranking_event/*/

/**********************************************************************/

/* 上部ゲームボタン */

.rankeve_bg{
	background: linear-gradient(20deg, #f1e2e2, #f8eadc);
	width : 100%;
	height: 100%;
	padding : 0;
	margin: 0 ;
	text-align: center;
}

.rankeve_game{
	width: 100%;
	margin: 0;
	padding: 0;
	text-align:center;
}

.rankeve_icon {
	display: inline-block;
	width: 160px;
	height: 160px;
	text-align:center;
	line-height: 160px;
	vertical-align: middle;
	border-radius: 50%;
	background: #fff;
	border: solid 6px #dc4e4e;
	margin: 30px 0 0 10px;
}

.rankeve_text{
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
}

.rankeve_button {
	display: inline-block;
	width: 380px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	background-color: #dc4e4e;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	border-radius: 5px;
	margin: 10px 0 0 0;
}

.rankeve_button:hover {
	background-color: #d5d500;
	text-decoration: none;
	color: #dc4e4e;;
	border-radius: 5px;
}
.rankeve_button::before,
.rankeve_button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.rankeve_button,
.rankeve_button::before,
.rankeve_button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.heading01{
	background: #333333;
	margin: 15px 5px 0px 5px;
	padding: 5px 15px;
	border-radius: 5px;
	color: #fff;

}

/*　日毎ランク　*/
.ranking_main{
	width: 600px;
}

.day_rank {
	width: 48.2%;
	padding: 0;
	margin: 3px 0px 0px 8px;
	float: left;
}

.day_rank table tr td {
	margin: 0;
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
}

.day_rank2 {
	width: 98%;
	color: #000;
	overflow: hidden;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #ffff55;
	margin: 10px 4px 4px 4px;
}

.day_rank2 p {
	padding: 10px 0;
	text-align: center!important;
	font-size: 12px;
}
.day_rank2 p strong{
	color: #ff0021;
}
.day_rank2 ul {
	width: 100%;
	margin: 0;
	float: left;
	padding: 0px;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	overflow: hidden;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #fff;
}

.day_rank2 li {
	font-size: 12px;
	margin: 0;
	padding: 5px 0;
	padding-right: 0;
	height: 20px;
	display: table;
	width: 100%;
	float: left;
}

.day_rank2 li .total_key {
	text-align: center;
	width: 5%;
	vertical-align: middle;
	color: #ff344c;
	margin: 0 1.5em 0 1em;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 13px;
	padding-left: 5px;
}

.day_rank2 li .total_name {
	text-align: left;
	vertical-align: middle;
	display: table-cell;
	width: 35%;
	padding-left: 10px;
	font-weight: bold;
}

.day_rank2 li .total_amount {
	text-align: right;
	vertical-align: middle;
	display: table-cell;
	padding-right: 15px;
	color: #ff344c;
	font-weight: bold;
	font-size: 13px;
}

.day_rank2 li strong {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	width: 35%;
	padding-right: 20px;
}

.day_rank2 li img {
	width: 42px;
	height: 42px;
	vertical-align: middle;
	background: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-left: 1em;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}

.day_rank2 hr {
	margin: 10px 0;
	clear: both;
	display: block;
}

/*　トータルランク */

.total_rank {
	width: 95%;
	color: #000;
	overflow: hidden;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #ffff55;
	margin: 8px auto;
}

.total_rank p {
	padding: 10px 0;
	text-align: center!important;
	font-size: 14px;
}
.total_rank p strong{
	color: #ff0021;
}
.total_rank ul {
	width: 100%;
	margin: 0;
	float: left;
	padding: 0px;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	overflow: hidden;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #fff;
}

.total_rank li {
	font-size: 14px;
	margin: 0;
	padding: 5px 0;
	padding-right: 0;
	height: 20px;
	display: table;
	width: 100%;
	float: left;
}

.total_rank li .total_key {
	text-align: center;
	width: 5%;
	vertical-align: middle;
	color: #ff344c;
	margin: 0 1.5em 0 1em;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	padding-left: 5px;
}

.total_rank li .total_name {
	text-align: left;
	vertical-align: middle;
	display: table-cell;
	width: 35%;
	padding-left: 10px;
	font-weight: bold;
}

.total_rank li .total_amount {
	text-align: right;
	vertical-align: middle;
	display: table-cell;
	padding-right: 15px;
	color: #ff344c;
	font-weight: bold;
	font-size: 16px;
}

.total_rank li strong {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	width: 35%;
	padding-right: 20px;
}

.total_rank li img {
	width: 42px;
	height: 42px;
	vertical-align: middle;
	background: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-left: 1em;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}

.total_rank hr {
	margin: 10px 0;
	clear: both;
	display: block;
}


.rankeve_multi {
	margin: 16px 10px 10px 10px;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	text-align: left;
}

.rankeve_multi ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

 .btn-flat-simple {
	position: relative;
	display: inline-block;
	font-weight: bold;
	padding: 0.25em 0.5em;
	text-decoration: none;
	color: #00BCD4;
	background: #f1e2e2;
	transition: .4s;
}

.btn-flat-simple:hover {
	background: #00bcd4;
	color: white;
	text-decoration: none;
}


.runkeve_guide {
	width: 100%;
	margin: 30px 0;
	padding: 0;
	font-size: 13px;
	line-height: 14px;
}

/*　トータルランク　*/

.total_rank {
	width: 98%;
	color: #000;
	overflow: hidden;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #ffff55;
	margin: 10px 4px 4px 4px;
}

.total_rank p {
	padding: 10px 0;
	text-align: center!important;
	font-size: 14px;
}
.total_rank p strong{
	color: #ff0021;
}
.total_rank ul {
	width: 100%;
	margin: 0;
	float: left;
	padding: 0px;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	overflow: hidden;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #fff;
}

.total_rank li {
	font-size: 14px;
	margin: 0;
	padding: 5px 0;
	padding-right: 0;
	height: 20px;
	display: table;
	width: 100%;
	float: left;
}

.total_rank li .total_key {
	text-align: center;
	width: 5%;
	vertical-align: middle;
	color: #ff344c;
	margin: 0 1.5em 0 1em;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	padding-left: 5px;
}

.total_rank li .total_name {
	text-align: left;
	vertical-align: middle;
	display: table-cell;
	width: 35%;
	padding-left: 10px;
	font-weight: bold;
}

.total_rank li .total_amount {
	text-align: right;
	vertical-align: middle;
	display: table-cell;
	padding-right: 15px;
	color: #ff344c;
	font-weight: bold;
	font-size: 16px;
}

.total_rank li strong {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	width: 35%;
	padding-right: 20px;
}

.total_rank li img {
	width: 42px;
	height: 42px;
	vertical-align: middle;
	background: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-left: 1em;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}

.total_rank hr {
	margin: 10px 0;
	clear: both;
	display: block;
}


.rankeve_multi {
	margin: 16px 10px 10px 10px;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	text-align: left;
}

.rankeve_multi ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

 .btn-flat-simple {
	position: relative;
	display: inline-block;
	font-weight: bold;
	padding: 0.25em 0.5em;
	text-decoration: none;
	color: #00BCD4;
	background: #f1e2e2;
	transition: .4s;
}

.btn-flat-simple:hover {
	background: #00bcd4;
	color: white;
	text-decoration: none;
}


.runkeve_guide {
	width: 100%;
	margin: 30px 0 0 0;
	padding: 0;
	font-size: 12px;
	line-height: 14px;
}
