@charset "utf-8";
/* 星評価表示css */

.star-rating {
  position: relative;
  width: 5em;
  height: 1em;
  font-size: 25px;

}

.star-rating-front {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #ffcc33;
}

.star-rating-back {
  color: #ccc;
}

#container {
	margin: 0 auto;
	padding: 5px 0;
	font-size: 2em;
}
