@charset "utf-8";
/**
 * index.css 
 * (c) FOURDIGIT Inc.
 *
 */
/* import */
  @import "/common/2010/css/basepage.css";

/* mainArea */
  #mainArea .list {
    margin-bottom: 20px;
    zoom: 1;
  }
  #mainArea .list:after { content : ''; display : block; clear : both; }
  #mainArea .list li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    width: 310px;
  }
  #mainArea .cmnTable th,
  #mainArea .cmnTable td {
    vertical-align: middle;
  }
  #mainArea .list .right {
    margin-left: 330px!important;
    margin-left: 165px;
    font-size: 100%;
  }

/* questCourse */
  #questCourse .cmnTable th {
    padding-right: 25px;
    padding-left: 15px;
    white-space: nowrap;
    line-height: 21px;
    vertical-align: middle;
  }
  #questCourse .cmnTable th,
  #questCourse .cmnTable th a,
  #questCourse .cmnTable th img {
    white-space: nowrap;
  }
  #questCourse .cmnTable th img {
    margin-right: 5px;
    vertical-align: top;
    white-space: nowrap;
  }

/* section01 */
  #section01 {
    margin-bottom: 50px;
  }
  #section01 .list {
    margin-bottom: 20px;
    zoom: 1;
  }
  #section01 .list:after { content : ''; display : block; clear : both; }
  #section01 .list li {
    float: left;
    margin-right: 10px;
  }
  #section01 .list .right {
    margin-right: 0;
  }

/* faqList */
  .faqList dt {
    text-decoration: underline;
    cursor: pointer;
		color: #29a3da;
  }
  .faqList dt.hover,
  .faqList dt.on {
    text-decoration: none;
		color: #ff0000;
  }
