@charset "utf-8";
/* 
CSS Information
 File name:      ranking.css
 Author:         Administrator
 Style Info:     /sp/ranking.html
----------------------------------------------------- */

/* CSS override and Class setting
********************************** */


/* #door
********************************** */


#content h2 {
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	font-size: 100%;
}

#content ul.profile {
	margin: 0 auto;
	width: 95%;
}

#content ul.profile li{
	position: relative;
	float: left;
	margin: 0 5px 10px 0;
	padding-bottom: 25px;
	width: 31.5%;
	border: solid 1px #000000;
}

#content ul.profile li:nth-of-type(3n) {
	margin-right: 0;
}

#content ul.profile li a{
	display: block;
	text-align: center;
	font-size: 85%;
	color: #000000;
}

#content ul.profile li span.photo {
	display: block;
	margin: 4px auto 2px;
	overflow: hidden;
	height: 112px;
}

#content ul.profile li img {
	width: auto;
	height: auto;
	max-width: 84px;
	max-height: 112px;
}

#content ul.profile li em {
	display: block;
	margin-bottom: 4px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}

#content ul.profile li span.size {
	margin: 0 1px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

#content ul.profile li span.cap {
	position: absolute;
	bottom: 5px;
	left: 4px;
	display: block;
	width: 92%;
	padding: 3px 0;
	text-align: center;
	background: #59B7FF;
}

#content ul.profile li span.cap.no1 {
	background: #a98c4b;
}

#content ul.profile li span.cap.no2 {
	background: #a1a1a1;
}

#content ul.profile li span.cap.no3 {
	background: #9c7a68;
}
