@charset "UTF-8";
/* CSS Document */

#voiceTtl {
  margin: -19px 0 0 0;
}
#voiceTtl img {
  width: 100%;
}
#voiceLead {
  margin-bottom: 30px;
}
#voiceLead .text {
  width: 78%;
  float: left;
}
#voiceLead .text p {
  margin: 0;
  font-size: 14px;
  text-indent: 1em;
  line-height: 1.7;
}
#voiceLead .right {
  width: 21.6%;
  float: right;
  text-align: center;
}
#voiceFeature {
  margin-bottom: 20px;
}
#voiceFeature div {
  text-align: center;
}
#voiceFeature div img{
  width:100%;
  height:auto;
  }
.voiceNav {
  padding: 19px 9px 14px 19px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.voiceNav .anchors {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 1;
}
.voiceNav .anchors li {
  width: 140px;
  display: inline-block;
  margin-bottom: 10px;
}
.voiceNav .anchors li a {
  display: block;
  margin-right: 10px;
  padding: 10px 0;
  text-align: center;
  background: #0066cc;
  text-decoration: none;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.voiceNav .anchors li a:hover {
  background: #0079f2;
  color: #fff;
  text-decoration: none;
}
.voiceNav .anchors li a i,
.voiceNav .otherlink li a i {
  margin-right: .5em;
}
.voiceNav .otherlink {
  margin-right: 10px;
  padding-top: 15px;
  background: url(../images/voice2015/line_anchor.gif) repeat-x left top;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
}
.voiceNav .otherlink li {
  display: inline-block;
  padding-bottom: 5px;
  white-space: nowrap;
  margin-right: 25px;
}
.voiceNav .otherlink li a {
  color: #3d70cf;
}

.voiceBlock {
  padding: 14px 19px 19px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.voiceBlock .voiceHeader {
  margin-bottom: 20px;
}
.voiceBlock .voiceHeader .voiceRttl {
  float: right;
  padding-top: 35px;
}
.voiceBlock .voiceHeader h3 {
  float: left;
}
.voiceBlock .image {
  margin-bottom: 20px;
}
.voiceBlock .image img {
  border-radius: 0;
}
.voiceBlock h4 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #3d70cf;
}
.voiceBlock .name {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.8;
}
.voiceBlock .names {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.voiceBlock .names li {
  display: table-cell;
  width: 50%;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
}
.voiceBlock .names li.left {
  padding-right: 20px;
  border-right: 1px solid #ccc;
}
.voiceBlock .names li.right {
  padding-left: 20px;
}
.voiceBlock .voiceMsg {
  padding: 9px 14px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.7;
  border: 1px solid #ddd;
  background: #f7f7f7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.voiceBlock .voiceInfo {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.7;
}
.voiceBlock .note {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 1.67;
}
.voiceBlock ul.voiceLinks {
  margin: 0 -10px;
  overflow: hidden;
  text-align: center;
}
.voiceBlock ul.voiceLinks li {
  float: left;
  width: 50%;
  padding: 0 10px;
}
.voiceBlock .voiceLink {
  text-align: center;
}
.voiceBlock p.voiceLink {
  width: 50%;
  margin: 0 auto;
}
.voiceBlock .voiceLink a {
  display: block;
  padding: 15px 20px;
  line-height: 1.4;
  font-size: 18px;
  font-weight: bold;
  background: #0066cc;
  text-decoration: none;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.voiceBlock .voiceLink a span {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
.voiceBlock .voiceLink a:hover {
  background: #0079f2;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 869px) {
#voiceTtl {
  margin: 0 0 10px 0;
}
.voiceNav .anchors li {
  width: 33.33%;
}
}
@media screen and (max-width: 640px) {
#voiceLead .text,
#voiceLead .right {
  width: auto;
  float: none;
}
#voiceLead {
  margin-bottom: 10px;
}
#voiceLead .text {
  padding-bottom: 20px;
}
#voiceFeature div {
  padding-top:20px;
}
.voiceNav .anchors li {
  width: 50%;
}
.voiceBlock .voiceHeader .voiceRttl {
  float: none;
  padding-top: 0;
  margin-bottom: 5px;
  text-align: center;
}
.voiceBlock .voiceHeader h3 {
  float: none;
  text-align: center;
}
.voiceBlock .names,
.voiceBlock .names li {
  display: block;
  width: auto;
}
.voiceBlock .names li.left {
  padding-right: 0;
  border-right: none;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.voiceBlock .names li.right {
  padding-left: 0;
  padding-top: 10px;
}
.voiceBlock ul.voiceLinks {
  margin: 0;
}
.voiceBlock p.voiceLink {
  width: 100%;
  margin: 0 auto;
}
.voiceBlock ul.voiceLinks li {
  float: none;
  width: auto;
  padding: 10px 0 0 0;
}
.voiceBlock ul.voiceLinks li:first-child {
  padding-top: 0;
}
}