@charset "utf-8";

.star-m {
	/* width of 5 stars + 10px */
	width: 110px;
	/* height of star */
	height: 22px;
}

.star-m dl {
	position: relative;
	margin: 0;
	margin-top:2px;
	padding: 0;
	list-style: none;

	/* width of 5 stars */
	/* width: calc(100% - 10px); */
	width: 110px;
	height: 100%;
	background: url(/com/images/kuchikomi_star_m02.gif) repeat-x;
}

.star-m dl dd {
	position: absolute;
	width: 0;
	height: 100%;
	font-size: 1px;
	background: url(/com/images/kuchikomi_star_m01.gif) repeat-x;

}

.star-m dl dd:first-child {
	z-index: 1000;
	background-position: 0 -40px;
}

.star-m dl dd + li {
	z-index: 999;
	background-position: 0 -80px;
}

.star-s {
	/* width of 5 stars + 10px */
	width: 90px;
	/* height of star */
	height: 17px;
}

.star-s dl {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;

	/* width of 5 stars */
	/* width: calc(100% - 10px); */
	width: 85px;
	height: 100%;
	background: url(/com/images/kuchikomi_star_s02.gif) repeat-x;
}

.box2 #productDetailKuchikomi .star-s dl { 
	top: -2px;
	left: -2px;
}

.star-s dl dd {
	position: absolute;
	width: 0;
	height: 100%;
	font-size: 1px;
	background: url(/com/images/kuchikomi_star_s01.gif) repeat-x;
}

.star-s dl dd:first-child {
	z-index: 1000;
	background-position: 0 -40px;
}

.star-s dl dd + li {
	z-index: 999;
	background-position: 0 -80px;
}

.star-rank {
	float: left;
}

/* Ll-01_01.html商品一覧
--------------------------------------------------*/

.star-s .star-range {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	top: -2px;
	left: -2px;

	/* width of 5 stars */
	/* width: calc(100% - 10px); */
	width: 85px;
	height: 100%;
	background: url(/com/images/kuchikomi_star_s02.gif) repeat-x;
}

.star-s .star-selected{
	position: absolute;
	width: 0;
	height: 100%;
	font-size: 1px;
	background: url(/com/images/kuchikomi_star_s01.gif) repeat-x;
}


/* Ll-01_02.html商品一覧
--------------------------------------------------*/
.star-no-rank {
	background: url(/com/images/no_rate.gif) 1px 0;
	width: 85px;
	height: 100%;
}