.ranking h1 {
	font-family: 'Frijole';
	color: #fff;
	font-size: 24px;
	text-align: center;
}
.ranking {
	overflow: hidden;
}

.ranking .monthly {
	background: #f65543;
	float: left;
}
.ranking .general {
	background: #1b1b1b;
	float: right;
}

.ranking .monthly, .ranking .general {
	padding: 25px;
	width: 320px;
}

.ranking img {
	width: 50px;
	height: 50px;
	vertical-align: top;
	display: inline-block;
}

.ranking .place {
	background-repeat: no-repeat;
	background-position: left center;
	width: 45px;
	height: 50px;
	display: inline-block;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	padding-right: 8px;
	vertical-align: top;
}

.ranking .general .place {
	background-image: url('../img/ranking_2.png');
}

.ranking .monthly .place {
	background-image: url('../img/ranking_1.png');
}

.ranking .info {
	font-size: 14px;
	display: inline-block;
	height: 50px;
	color: #fff;
	padding-top: 5px;
	padding-left: 10px;
}

.ranking a {
	color: #fff;
}

.ranking .info strong {
	font-size: 16px;
	display: block;
}

.ranking .each {
	border-bottom: 1px solid #e13522;
	height: 50px;
	padding: 15px 0;
}

.ranking .general .each {
	border-bottom: 1px solid #000;
}

.ranking .each:last-child {
	border-bottom: 0;
}

.ranks {
	padding: 20px;
	margin-top: 30px;
}

.ranks .each {
	border-bottom: 1px solid #e0e0e0;
	position: relative;
	padding: 10px 0;
	padding-left: 200px;
	min-height: 70px;
}

.ranks .each:last-child {
	border-bottom: 0;
}

.ranks img, .ranks .label {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 0;
}

.ranks .label {
	left: 70px;
	margin-top: -50px;
}

.ranks .label, .ranks h2 {
	height: 100px;
	width: 100px;
}

.ranks h2 {
	font-size: 14px;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
	/*line-height: 50px;*/
}

.ranks .info {
	font-size: 12px;
	color: #464646;
}

.rank_1 {
	color: #25c266;
}
.rank_2 {
	color: #f160b6;
}
.rank_3 {
	color: #eec52b;
}
.rank_4 {
	color: #53c3d3;
}
.rank_5 {
	color: #8944e7;
}
.rank_6 {
	color: #2ea1f2;
}
.rank_7 {
	color: #f65543;
}