#mainArea .usersvoice .usersvoice_top_header {
  text-align: center;
  width: 625px;
  max-width: 100%;
  margin: auto;
}

#mainArea .usersvoice .usersvoice_top_header h1 {
  width: 100%;
  float: none;
}

#mainArea .usersvoice .usersvoice_top_header .usersvoice_top_header_caption {
  width: 100%;
  float: none;
  padding: 25px 0 10px;
}

#mainArea .usersvoice .usersvoice_top_header .usersvoice_top_header_caption p {
  color: #092253;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
.usersvoice .usersvoice_top_header .usersvoice_top_header_caption p span {
  width: 100%;
}
#mainArea .usersvoice .button-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#mainArea .usersvoice .button-box .btn {
  width: 245px;
  height: 80px;
  padding: 10px;
  background-color: #092253;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  border-bottom: 3px solid #353535;
  margin: 0 7px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  position: relative;
  line-height: 25px;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-weight: normal !important;
  color: #fff;
}

#mainArea .usersvoice .button-box .btn:hover {
  opacity: 0.9;
  text-decoration: none;
}

#mainArea .usersvoice .button-box .btn:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -12px;
  width: 25px;
  height: 25px;
  background-image: url("/library/media/tsutaya/img/module/support/storeservice/usersvoice_renew/ico_play.png");
  background-size: 100% 100%;
}

#mainArea .usersvoice .button-box .btn.button2 {
  background-color: #6A6A6A;
}

.topcaption {
 padding: 30px 0 20px;
}

.topcaption img {
  width: 100%;
}

.caption-left {
  background-color: #e7e7e7;
  background-repeat: no-repeat;
  height: 50px;
  margin-bottom: 5px;
}

.caption-left .cap {
  font-size: 20px;
  font-weight: bold;
  color: #092253;
  line-height: 30px;
  margin-top: 10px;
  margin-left: 20px;
  float: left;
}

.caption-left .category-left {
  float: right;
  margin-right: 5px;
  margin-top: 5px;
  position: relative;
  max-width: -webkit-calc(100% - 160px);
  max-width: calc(100% - 160px);
  cursor: pointer;
}

.caption-left .category-left select {
  display: none;
}

.caption-left .category-left .select-styled {
  background-color: #707070;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  color: #fff;
  font-size: 20px;
  height: 40px;
  text-align: center;
  font-weight: bold;
  width: 325px;
  max-width: 100%;
  position: relative;
}

.caption-left .category-left .select-styled:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -5px;
  border-top: 11px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 11px solid transparent;
}

.caption-left .category-left .select-options {
  background-color: #fff;
  border: 1px solid #616161;
  border-bottom: 0;
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 99;
}

.caption-left .category-left .select-options li {
  color: #616161;
  text-align: center;
  border-bottom: 1px solid #616161;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
}

.caption-left .category-left .select-options li:hover {
  background-color: #f5f5f5;
}

.voice_entry_box .cats-name {
  height: 25px;
  margin-bottom: 5px;
  text-align: right;
}

.voice_entry_box .cats-name .cat {
  height: 20px;
  line-height: 20px;
  font-size: 8px;
  text-align: center;
  padding: 0 7px;
  background-color: #FF9407;
  color: #fff;
  display: inline-block;
  margin: 0 3px 5px;
}

.voice_entry_box .cats-name .cat.colorcate102 {
  background-color: #FF9407;
}

.voice_entry_box .cats-name .cat.colorcate101 {
  background-color: #ff0707;
}

.voice_entry_box .cats-name .cat.colorcate105 {
  background-color: #0781ff;
}

.voice_entry_box .cats-name .cat.colorcate104 {
  background-color: #00bd29;
}

.voice_entry_box .cats-name .cat.colorcate106 {
  background-color: #4407ff;
}

.voice_entry_box .cats-name .cat.colorcate107 {
  background-color: #c207ff;
}

.voice_entry_box .cats-name .cat.colorcate103 {
  background-color: #ffca07;
}

.voice_entry_box .cats-name .cat.colorcate108 {
  background-color: #929292;
}

.usersvoice .usersvoicemain .usersvoicemainarea .voice_entry_box {
  background: none;
  border-bottom: 2px dashed #707070;
}
.usersvoice .usersvoicemain .usersvoice_side_area {
  padding-top: 0;
}

.load-more {
  text-align: center;
}

.load-more img {
  height: 27px;
  cursor: pointer;
}


.usersvoice .usersvoicemain .usersvoicemainarea .voice_entry_box .voice_entry .box_a {
    font-size:16px;
}