/* ハイライト */
.highlight_box {
  position: absolute;
  bottom: -5px;
  right:20px;
}

.highlight_box li {
  height:29px;
  line-height:29px;
  padding-left: 10px;
}

.highlight_box a {
  display:block;
  height: 29px;
  width: 66px;
}

.highlight_box a.on {
  background: url(../../images/pc/common/on.png) no-repeat top left;
  text-indent:-100%;
  overflow: hidden;
}

.highlight_box a.off {
  background: url(../../images/pc/common/off.png) no-repeat top left;
  text-indent:-100%;
  overflow: hidden;
}

span.highlight {
  background: #FFBA5B;
}
