@charset "utf-8";
/* CSS Document */

html {
	height:100%;
	font-family: Verdana , 'Lucida Grande' , Meiryo , sans-serif ;
	}

h1 {
	line-height:0;
	margin-bottom:20px;
}

/*ランキングエリア*/
#ranking li {
	width:215px;
	height:250px;
	border:1px solid #ededed;
	float:left;
	margin:0 20px 20px 0;
	
}

#ranking li:last-child {
	margin-right:0;
}

#ranking li a {
	display:block;
	text-decoration:none;
	text-align:center;
}

#ranking li a .circle {
	width:25px;
	height:25px;
	border-radius:13px;
	background-color:#ffcc00;
	font-size:12px;
	color:#000;
	text-align:center;
	line-height:25px;
	font-weight:bold;
	font-style: italic;
	position:relative;
	top:10px;
	left:10px;
	z-index:9999;
}

#ranking li a img {
	display:block;
	position:relative;
	width:150px;
	margin:0 auto;
	top:-12px;
	border:2px solid #f4f5f7;
}

#ranking li a .name {
	font-size:12px;
	color:#333;
	line-height:1.5;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:2px;
}

#ranking li a .price {
	font-size:22px;
	color:#c00;
	font-weight:bold;
}

#ranking li a .price span {
	font-size:14px;
}
