@CHARSET "UTF-8";

h2 {
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

div.isIndex {
	width: 47%;
	float: left;
}

div#views, div#rating {
	margin-right: 15px;
}

div#views ul,
div#rating ul {
	list-style-type: none;
	margin-left: 35px;
}

div.isDetail ul {
	width: 50%;
}

div#views ul li,
div#rating ul li {
	list-style-type: none;
	position: relative;
	height: 50px;
}

.position {
	position: absolute;
	left: -35px;
}

.ratingBox {
	position: absolute;
	top: 0;
	right: 0;
	width: 130px;
}

.ratingBox span {
	display: block;
	font-size: 10px;
}
