@charset "UTF-8";
.vote {
  width: 100%;
  margin-bottom: 20px;
}
.vote .vote-txt {
  margin-bottom: 10px;
}
.vote .vote-number {
  color: #a8a8a8;
  margin-bottom: 10px;
}
.vote .vote-number .vote-sp {
  color: black;
  font-weight: bold;
}
.vote .vote-time {
  color: black;
  font-weight: bold;
}
.vote .vote-ul {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  list-style-type: decimal;
}
.vote .vote-ul .vote-li {
  margin-left: 14px;
  cursor: pointer;
  padding: 10px 0;
}
.vote .vote-ul .vote-li::before {
  position: relative;
  left: -15px;
  top: 30px;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #bebebe;
}
.vote .vote-exl {
  width: 750px;
  height: 400px;
}
/*# sourceMappingURL=contvote.css.map */