.shogi-hit-button {
  margin-top:45px;
}
.shogi-hit-counter .hit-counter-btn.off {
  width:336px;
  height:329px;
  display:block;
  margin:0 auto;
  background-image:url(/common/images/bunshun/v1/shogi/tokin-btn.png);
  background-repeat:no-repeat;
  background-position:center;
  background-size:336px 329px;
  border-style:none;
}
.shogi-hit-counter .hit-counter-btn.on {
  width:336px;
  height:329px;
  display:block;
  margin:0 auto;
  background-image:url(/common/images/bunshun/v1/shogi/tokin-btn-thank.png);
  background-repeat:no-repeat;
  background-position:center;
  background-size:336px 329px;
  border-style:none;
}
.shogi-hit-counter .hit-counter-btn.end {
  width:336px;
  height:329px;
  display:block;
  margin:0 auto;
  background-image:url(/common/images/bunshun/v1/shogi/tokin-btn-end.png);
  background-repeat:no-repeat;
  background-position:center;
  background-size:336px 329px;
  border-style:none;
}
.smartphone .shogi-hit-counter .hit-counter-btn.off,
.smartphone .shogi-hit-counter .hit-counter-btn.on,
.smartphone .shogi-hit-counter .hit-counter-btn.end {
  background-size:80%;
}
.shogi-hit-counter .hit-counter-btn.on:hover,
.shogi-hit-counter .hit-counter-btn.off:hover {
  border-style:none;
}
.shogi-hit-counter p.disp-shogi-count {
  color: #ff4040;
  font-weight: bold;
  font-size: 40px;
  text-align:center;
}
.shogi-hit-button .hit-counter-notice.border {
  text-align:center;
  border:solid 1px #d8d8d8;
}
