@charset 'utf-8';
/*	Cascading Style Sheets: style.css 5.2	*/


.voiceBox{
  float: left;
  width: 45%;
  height: 320px;
  outline: 2px solid #1277b6;
  margin: 20px 1% 0px 3%;
}
.voiceBox:hover{
  outline: 2px solid #fed424;
}
.voiceBox img{
  display: block;
  margin: 10px auto;
}
.voiceBox b{
  display: block;
  margin: 10px 10px;
  font-size: 16px;
  color: #1277b6;
}
.voiceBox:hover b{
  text-decoration: underline;
}

dl.interview{
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 30px 0;
}
dl.interview dt{
  width: 90%;
  margin: 10px 0px;
  padding: 20px 5%;
  font-size: 18px;
  font-weight: bold;
  color: #1277b6;
  background: #eee;

}
dl.interview dd{
  width: 90%;
  padding: 10px 5%;
  font-size: 16px;
}
p.endTxt{
  float: left;
  font-size: 18px;
  margin: 40px 5% 0 0!important;
  text-align: right;
}
.text{
  width: 55%;
  float: left;
}
.genba{
  width: 40%;
  float: right;
}
.genba img{
  width: 100%;
}

@media screen and (max-width: 640px){
  .voiceBox{
    float: left;
    width: 90%;
    height: 320px;
    outline: 2px solid #1277b6;
    margin: 20px 5% 0px 5%;
  }
  .voiceBox b{
    display: block;
    margin: 10px 5%;
    font-size: 16px;
    color: #1277b6;
  }
  .voiceBox p{
    width: 90%!important;
    margin: 0px 5%!important;
  }
  img.voice{
    width: 50px;
  }
  dd.voice{
    font-size: 18px;
  }
  span.voice{
    margin: -20px 0 0;
  }
  .text{
    width: 100%;
    float: left;
  }
  .genba{
    width: 100%;
    margin: 20px 0;
    float: right;
  }

}
