@charset "UTF-8";

#ranking{
	background-color:#ffd;
}

#ranking div.content{
	padding-bottom:20px;
}

#ranking ul.choice a{
	display:block;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f36), color-stop(0.00, #f69));
	background: -webkit-linear-gradient(#f69, #f36);
	background: -moz-linear-gradient(#f69, #f36);
	background: -o-linear-gradient(#f69, #f36);
	background: -ms-linear-gradient(#f69, #f36);
	background: linear-gradient(#f69, #f36);
	color:#fff;
	padding:15px 0;
	margin:1.5px;
	border:solid 2px #fff;
	border-radius:5px;
}

#ranking ul.choice li{
	/*width:25%;*/
	width: 50%;
	float:left;
	text-align:center;
	font-size:0.9rem;
	line-height:1.0em;
	font-weight:bold;
	margin-bottom:15px;
}

#ranking ul.choice li span{
	display:block;
	font-size:0.8rem;
	line-height:1.0em;
	font-weight:normal;
	margin-top:5px;
}

#ranking article div.states p.thum img{
	width:100%;
}

#ranking article div.text p{
	margin:0 auto;
	text-align:center;
	
}

#ranking article div.text p.name{
	font-weight:bold;
	/*
	white-space: nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	*/
}

#ranking article div.text p.size{
	color:#222;
	font-size: 0.4em;
}

#ranking article div.text p.comment{
	font-size:0.8rem;
	line-height:1.75em;
	color:#222;
	margin-top:10px;
	padding-top:5px;
	border-top:solid 1px #666;
}

#ranking article div.text p.rank img{
	width:100%;
	vertical-align:bottom;
}

#ranking article.first{
	margin:5px;
	padding:10px;
	border:solid 2px #cdf;
	background-color:#fff;
	border-radius:2px;
}

#ranking article.first a{
	display:block;
}

#ranking article.first div.row{
	display:table;
	width:100%;
}

#ranking article.first div.states{
	display:table-cell;
	width:50%;
	vertical-align:top;
}

#ranking article.first div.text{
	display:table-cell;
	width:50%;
	vertical-align:top;
}

#ranking article.first div.text p.rank{
	width:80%;
	margin-bottom:5px;
}

#ranking article.first div.text p.rank img{
	width:100%;
	vertical-align: bottom;
}

#ranking div.second article{
	width:50%;
	float:left;
}

#ranking div.second article a{
	display:block;
	margin:5px;
	padding:10px;
	border:solid 2px #cdf;
	background-color:#fff;
	border-radius:2px;
}

#ranking div.second article p.rank{
	padding:5px 10px;
}

#ranking div.second article p.rank img{
	width:100%;
}

#ranking div.third article{
	width:50%;
	float:left;
}

#ranking div.third article a{
	display:block;
	margin:2.5px;
	padding:5px;
	border:solid 2px #cdf;
	background-color:#fff;
	border-radius:2px;
}

#ranking div.third article p{
	font-size:0.7rem;
	line-height:1.75em;
}

#ranking div.third article p.size{
	font-size:0.6rem;
	line-height:1.75em;
}

#ranking div.third article p.rank{
	background-color:#f69;
	padding:5px 10px;
	margin-bottom:5px;
	border-radius:5px;
}

#ranking div.third article p.rank img{
	width:100%;
	vertical-align:bottom;
}