@charset "UTF-8";
@import url(reset.css);
/*  Voice
-----------------------------------------------------------------------------*/
html { overflow-x: hidden; }
.voice p.text { padding-bottom: 10px; }

.voice dl {
  margin: 10px 0 5px;
  border: 1px solid #ccc;
  width: 666px;
}

.voice dl:after {
  height: 0;
  display: block;
  clear: both;
  content: " ";
}

.voice dl dt img { margin: 5px; }

.voice dl dd {
  padding: 5px 5px 5px 0;
  width: 518px;
  float: right;
}

#voice_inline {
  font-size: 12px;
  line-height: 1.6em;
  padding: 5px;
}

* html #voice_inline { padding-right: 20px; }

#voice_inline p {
  font-weight: bold;
  text-align: left;
  padding: 5px 0;
}

#voice_inline a { color: #32548b; }
#voice_inline a:visited { color: #32548b; }

#voice_inline a:hover {
  color: #ff6600;
  text-decoration: underline;
}

#voice_inline a img { border: 0; }

#voicePop .voice {
  margin: 0 auto;
  width: 680px;
}

#voicePop .voice dl { margin: 0 auto 0; }
#voicePop .voice dt { float: left; }

#voicePop .voice dd {
  width: 518px;
  float: right;
}
