@charset "UTF-8";
#ranking {
	padding-bottom: 5px;
}
#carousel {
	margin: 0 auto;
	width: 902px;
	height: 202px;
	text-align: left;
	position: relative;
	background-image: url(../image/top/ranking-bg.jpg);
	background-position: center top;
}
#carousel_prev,
#carousel_next {
	top: 0;
	width: 20px;
	height: 200px;
	background: #000;
	cursor: pointer;
	position: absolute;
}
#carousel_prev {
	left: -20px;
	background:transparent url(../image/top/prev.jpg) no-repeat top left;
}
#carousel_next {
	right: -20px;
	background:transparent url(../image/top/next.jpg) no-repeat top left;
}
#carousel ul {
	display: inline-block;
	overflow: hidden;
	position: relative;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#carousel ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
#carousel ul li {
	width: 300px;
	float: left;
	display: inline;
	height: 200px;
}
#ranking .box {
	overflow: hidden;
	position: relative;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 5px;
}
#ranking .rank-left {
	float: left;
	display: block;
	width: 31px;
}
#ranking .rank-right {
	float: right;
	padding-bottom: 10px;
	display: block;
	width: 250px;
}
#ranking .rank-right p.t1 {
	color: #FD6D6D;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.5em;
}
#ranking .rank-right p.t2 {
	font-weight: bold;
	color: #9B0000;
	font-size: 11px;
	line-height: 1.5em;
	display: block;
	width: 250px;
	overflow: hidden;
	height: 13px;
}
#ranking .photo {
	float: left;
	display: block;
	width: 180px;
	position: relative;
	text-align: center;
}
#ranking .photo .type {
	display: block;
	z-index: 1000;
	margin-bottom: -20px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#ranking .detail {
	float: right;
	width: 100px;
}
#ranking .detail p {
	font-size: 10px;
	line-height: 1.5em;
	color: #000;
}
#ranking .detail p b {
	color: #C16732;
	font-weight: normal;
}
#ranking .detail p i {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #F00;
}
#ranking .detail .bt {
	padding-top: 5px;
}
#ranking a img:hover {
opacity: .70; /* Standard: FF gt 1.5, Opera, Safari */
filter: alpha(opacity=70); /* IE lt 8 */
-ms-filter: "alpha(opacity=70)"; /* IE 8 */
-khtml-opacity: .70; /* Safari 1.x */
-moz-opacity: .70; /* FF lt 1.5, Netscape */
}

