@charset "euc-jp";
.rate_text {
    color : #000000 !important;
    position: relative;
    z-index: 199;
    font-size: 12px !important;
}
.rate {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 15px;
  font-size: 15px;
  font-family: Meiryo,"Hiragino Kaku Gothic ProN","MS PGothic",sans-serif;
  z-index : 198;
  text-align : center;
}
.rate2 {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 15px;
  font-size: 15px;
  font-family: Meiryo,"Hiragino Kaku Gothic ProN","MS PGothic",sans-serif;
  z-index : 198;
  text-align : center;
}
.rate:before, .rate:after {
  position: absolute;
  top: -2px;
  left: 0;
  content: '¡ú¡ú¡ú¡ú¡ú';
  display: inline-block;
  height: 26px;
  line-height: 26px;
  letter-spacing : -1px;
}
.rate2:before, .rate2:after {
  position: absolute;
  top: 0px;
  left: 0;
  content: '¡ú¡ú¡ú¡ú¡ú';
  display: inline-block;
  height: 26px;
  line-height: 26px;
  letter-spacing : -1px;
}
.rate:before {
  color: #ddd;
}
.rate:after {
  color: #f67e2e;
  overflow: hidden;
  white-space: nowrap;
}

.star_0:after {
  width: 0px;
}

.star_0_5:after {
  width: 8px;
}

.star_1:after {
  width: 14px;
}

.star_1_5:after {
  width: 22px;
}

.star_2:after {
  width: 28px;
}

.star_2_5:after {
  width: 36px;
}

.star_3:after {
  width: 42px;
}

.star_3_5:after {
  width: 50px;
}

.star_4:after {
  width: 56px;
}

.star_4_5:after {
  width: 64px;
}

.star_5:after {
  width: 70px;
}

.wrap {
  width: 80px;
  margin: 0 auto;
}