@charset "utf-8";
/* CSS Document */

.voice-box {
  padding: 0 20px;
  margin-bottom: 50px;
}

.voice-box #top-txt {
  padding: 20px;
  margin: 0 0 20px 0;
  border-radius: 5px; 
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.voice-box dl {
  padding: 30px 30px 20px;
  border: 1px solid #ccc;
  margin-bottom: 15px;
}

.voice-box dt {
  margin: 0 0 10px 0;
}

.voice-box dd {
  text-align: right;
  padding: 0;
  margin: 0;
}