.rating {
 cursor: pointer;
 display: block;
}
.rating:after {
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden;
}

/*サイズ小*/

.star {
	float: left;
	width: 20px;
	height: 18px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}
.star-left,
.star-right {
  width: 10px
}
.cancel {
 visibility: hidden;
 display: none;
}

.star-left,
.star-left a {background: url(../img/star_s-left.png) no-repeat 0 0px;}
.star-right,
.star-right a {background: url(../img/star_s-right.png) no-repeat 0 0px;}
.star a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0px;
}

div.rating div.on a {
	background-position: 0 -18px;
}
div.rating div.hover a,
div.rating div a:hover {
	background-position: 0 -18px;
}

/*サイズ中*/

.bsize .star {
	float: left;
	width: 30px;
	height: 29px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}
.bsize .star-left,
.bsize .star-right{
  width: 14px
}

.bsize .star-left,
.bsize .star-left a {background: url(../img/star_l-left.png) no-repeat 0 0px;}
.bsize .star-right,
.bsize .star-right a {background: url(../img/star_l-right.png) no-repeat 0 0px;}
.bsize .star a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0px;
}

div.bsize div.on a {
	background-position: 0 -29px;
}
div.bsize div.hover a,
div.bsize div a:hover {
	background-position: 0 -29px;
}

/*サイズ大*/

.sbsize .star {
	float: left;
	width: 44px;
	height: 43px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}
.sbsize .star-left,
.sbsize .star-right{
  width: 22px
}

.sbsize .star,
.sbsize .star a {background: url(../img/star_l.png) no-repeat 0 0px;}
.sbsize .star-left,
.sbsize .star-left a {background: url(../img/star_ll-left.png) no-repeat 0 0px;}
.sbsize .star-right,
.sbsize .star-right a {background: url(../img/star_ll-right.png) no-repeat 0 0px;}
.sbsize .star a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0px;
}

div.sbsize div.on a {
	background-position: 0 -43px;
}
div.sbsize div.hover a,
div.sbsize div a:hover {
	background-position: 0 -43px;
}
.result_star {
 cursor: default;
}
