@charset "utf-8";
/**
 * voice.css 
 * (c) FOURDIGIT Inc.
 *
 */
/* import */
  @import "common.css";

  .section {
    margin-bottom: 50px;
    zoom: 1;
  }

  #MainContentsLeft,
  #cmn_contents_right {
    line-height: 1.5;
  }
  #MainContentsLeft .endCap {
    clear: both;
    margin-top: 10px;
    margin-left: 15px;
  }

/* mainArea */
  #mainArea .photo {
    float: left;
    margin: 0;
    width: 210px;
  }
  .ctitle {
    margin-bottom: 10px;
  }
  #mainArea .cap {
    margin-bottom: 10px;
    padding-top: 0;
  }
  #mainArea .textArea {
    float: right;
    width: 430px;
  }
  #mainArea .photo .link {
    margin-top: 5px;
  }
  #mainArea .textArea .title {
    padding-top: 0;
  }
  #mainArea .textArea strong {
    font-weight: bold;
    color: #ea2700;
  }

/* movieList */
  .movieList {
    zoom: 1;
  }
  .movieList:after { content : ''; display : block; clear : both; }
  .movieList li {
    float: left;
    margin-right: 36px;
    width: 196px;
  }
  .movieList .right {
    margin-right: 0;
  }
  .movieList li .text {
    margin-top: 5px;
    text-align: center;
    zoom: 1;
  }
  .movieList li .text a,
  .movieList li .text a:hover {
    text-align: center;
    zoom: 1;
  }

/* movieBox */
  .movieBox .textArea {
    float: right;
    width: 435px;
  }
  .movieBox .photo {
    float: left;
    margin: 0 15px 15px 0;
  }
  .movieBox .title {
    padding-top: 0;
    margin-bottom: 10px;
    font-size: 123.1%;
  }
  .movieBox .movieFile a {
    padding: 1px 22px 1px 0;
    background-color: transparent;
    background-image: url(/common/2010/imgs/icon/icon-movie.gif);
    background-repeat: no-repeat;
    background-position: right 50%;
    zoom: 1;
  }
  .movieBox .btn {
    margin-top: 10px;
    line-height: 27px;
  }

/* voiceList */
  .voiceList {
    margin-bottom: 30px;
  }
  .voiceList .textArea {
    float: right;
    width: 545px;
  }
  .voiceList .photo {
    float: left;
    margin: 0;
    width: 100px;
  }
  .voiceList .title {
    margin-bottom: 10px;
    padding-top: 0;
    font-size: 123.1%;
  }
  .voiceList .textArea strong {
    color: #ea2700;
  }
  .voiceList .name {
    padding-top: 5px;
    font-size: 77%;
    text-align: center;
  }
  .voiceList .name strong {
    display: block;
    font-weight: bold;
    text-align: center;
  }

/* useMovie */
  #useMovie .movieArea {
    float: left;
    width: 210px;
  }
  #useMovie .movieArea .navi {
    margin-top: 10px;
    text-align: center;
  }
  #useMovie .movieArea .navi li {
    display: inline;
  }
  #useMovie .movieArea .navi strong {
    font-weight: bold;
  }
  #useMovie .voice {
    float: right;
    width: 430px;
  }
  #useMovie .voiceList .textArea,
  #useMovie .voiceList .photo {
    float: none;
    margin: 0;
    width: auto;
  }
  #useMovie .voiceList .title {
    display: none;
  }
  #useMovie .voiceList .flashThumb {
    margin: 0 auto;
    width: 100px;
  }

/* faqList */
  .faqList {
    margin-top: 20px;
    padding-top: 20px;
    background-color: transparent;
    background-image: url(/common/2010/imgs/base/bar-02.gif);
    background-repeat: repeat-x;
    background-position: left top;
    zoom: 1;
  }
