.contest {
	margin-top: 40px;
	position: relative;
	margin-bottom: 60px;
	padding-bottom: 30px;
}

.contest .gift_2 {
	margin-left: 35px;
}

.contest .gift_3 {
	margin-left: 340px;
}

.contest .gift_2, .contest .gift_3 {
	width: 180px;
	color: #929292;
	display: inline-block;
}

.contest .gift_1 {
	width: 270px;
	position: absolute;
	left: 50%;
	margin-left: -135px;
	top: -30px;
	background-color:#f65543;
	box-shadow: inset 0 -4px 0 0 #e13522;
	height: 100%;
	padding: 0px 0 60px;
	border-radius: 5px;
}

.contest .place {
	width: 91px;
	height: 91px;
	background: url('../img/contest.png') no-repeat;
	text-align: center;
	line-height: 91px;
	font-size: 42px;
	font-family: 'Roboto';
	font-weight: bold;
	margin: 20px auto 0;
}

.contest .gift_1 .place {
	background-position: center -91px;
	color: #f65543;
}

.contest h3 {
	font-size: 18px;
	text-align: center;
}
.contest .gift_1 h3 {
	font-size: 23px;
	color: #fff;
}


.contest div {
	text-align: center;
}

.contest img {
	border-radius: 5px;
	border: 1px solid #dfdfdf;
	width: 180px;
	margin-top: 9px;
}

.contest .gift_1 img {
	margin-top: 18px;
}

.link_ranking {
	width: 100%;
	text-align: left;
}
.link_ranking span {
	float: right;
}

.contest h4 {
	font-size: 16px;
}
.contest .gift_1 h4 {
	font-size: 22px;
	color: #fff;
}