/** ranking **/

.ranking{
	width: 1100px;
	text-align: left;
	margin: 0 auto;
}

#cnt .ranking:last-of-type{
	padding-bottom: 0;
}

.ranking ul{
	font-size: 0;
	line-height: 0;
	margin: 0 0 0 10px;
}

.ranking li{
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	height: 480px;
	position: relative;
}

.ranking li:nth-child(5n){
	margin-right: 0;
}

.ranking li .box{
	width: 200px;
	height: 390px;
	text-align: center;
	background: #fff;
	box-shadow:0px 0px 4px 1px #dddddd;
	-moz-box-shadow:0px 0px 4px 1px #dddddd;
	-webkit-box-shadow:0px 0px 4px 1px #dddddd;
}

.ranking li .photo{
	width: 180px;
	height: 270px;
	overflow: hidden;
	margin: 0 auto 10px auto;
}

.ranking li .photo:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.ranking li .prof{
	background: #f7f7f7;
	padding: 5px;
}

.ranking li .prof div{
	font-size: 14px;
	line-height: 25px;
	background: #fff;
}

.ranking li .prof p{
	font-size: 12px;
	line-height: 16px;
	padding: 6px 0 2px 0;
}

.ranking li .prof em{	color: #999;}

.ranking li .icon{
	display: inline-block;
	width: 200px;
	font-size: 11px;
	line-height: 25px;
	position: absolute;
	top: 325px;
	left: 0px;
}

.ranking li .c1,
.ranking li .c2,
.ranking li .c3{
	width: 180px;
	font-size: 12px;
	line-height: 25px;
	text-align: center;
	letter-spacing: 1px;
	margin: 0 auto 0 auto;
}

.ranking li p.font2{
	display: block;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	color: #ffffff;
	text-align: center;
	background: #222222;
	margin-bottom: 10px;
}

.ranking li p.font2 em{	font-size: 20px;}

.ranking li:nth-child(1) p.font2{	color: #fdd661;}
.ranking li:nth-child(2) p.font2{	color: #cccccc;}
.ranking li:nth-child(3) p.font2{	color: #dbb07d;}
