@charset "utf-8";


/*==================================
ΟΘέ…¤ΞΙω
================================== */
.voice-list{
  overflow: hidden;
  margin-bottom: 50px;
  margin-left: -11px;
}
  .voice-list li{
    float: left;
    background: #9A2C6B url(../voice/img/arw.gif) no-repeat center bottom 15px;
    color: #fff;
    text-align: center;
    margin-left: 11px;
  }
  .voice-list li p{
    padding: 10px 5px 35px 5px;
  }

  .voice-list li a{
    color: #fff;
  }

  .voice-list li a:hover{
    opacity: 0.8;
  }

.voice-block{
  border-top: 2px solid #9A2C6B;
  padding-top: 30px;
  overflow: hidden;
  margin-bottom: 50px;
}

.voice-block .left-box{
  width: 190px;
  float: left;
  padding-right:35px;
}
.voice-block .left-box h4{
  margin-top: 10px;
  margin-bottom: 12px;
  font-size: 116%;
}

.voice-block .left-box h4 span{
  font-size: 131%;
}

.voice-block .left-box .com{
  background: #F4F4F4;
  padding: 10px 0px 15px 0px;
}

.voice-block .left-box .com dt{
  background: #9A2C6B;
  color: #fff;
  width: 47px;
  padding: 3px 3px 2px 8px;
  margin-bottom: 10px;
}

.voice-block .left-box .com dd{
  font-size: 108%;
  padding: 0px 10px;
  line-height: 1.4;
  color: #992C6B;
}

.voice-block .right-box{
  overflow: hidden;
  padding-top: 3px;
}

.voice-block .right-box .tit{
  color: #9E3471;
  font-size: 116%;
  border-left: 5px solid #9A2C6B;
  padding-left: 6px;
  line-height: 1.3;
}

.voice-block .right-box .work-list{
  margin-top: 7px;
  padding-top: 12px;
  border-top:1px solid #CCCCCC;
  margin-bottom: 20px;
}

.voice-block .right-box .work-list li{
  margin-bottom: 3px;
  position: relative;
  padding-left: 15px;
}

.voice-block .right-box .work-list li:before {
  background: #BB598C;
  content: "";
  height: 10px;
  width: 10px;
  left: 0;
  position: absolute;
  top: 5px;
  border-radius: 25px;
}

.voice-block .right-box .voice-txt dt{
  color: #9E3471;
  font-size: 116%;
  background: #FDF7FB;
  padding: 7px 8px 5px 8px;
  margin-bottom: 8px;
}

.voice-block .right-box .voice-txt dt span{
  font-weight: bold;
  margin-right: 8px;
}

.voice-block .right-box .voice-txt dt.msg{
  background: #9A2C6B;
  color: #fff;
  padding:5px 8px 3px 10px;
  font-size: 108%;
}

.voice-block .right-box .voice-txt dd{
  margin-bottom: 15px;
  line-height: 1.7;
}