@charset "utf-8";
/**
 * point1.css 
 * (c) FOURDIGIT Inc.
 *
 */
/* import */
  @import "/common/2010/css/basepage.css";

/* mainArea */
  #mainArea .ctitle {
    margin-bottom: 15px;
  }
  #mainArea .main {
    margin-bottom: 18px;
  }
  #mainArea strong {
    font-weight: bold;
    color: #ec7500;
  }

/* section01 */
  #section01 p {
    margin-bottom: 30px;
  }
  #section01 .imgBottom {
    margin-bottom: 0;
  }

/* section02 */
  #section02 .title {
    margin-top: 25px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 123.1%;
  }
  #section02 .list {
    zoom: 1;
  }
  #section02 .list:after { content : ''; display : block; clear : both; }
  #section02 .list li {
    float: left;
    margin-right: 15px;
    width: 210px;
  }
  #section02 .list .right {
    margin-right: 0;
  }
  #section02 .list p { text-align: center; }
  #section02 .list .type { text-align: left; }
  #section02 .list .thumb,
  #section02 .list .icon {
    margin-top: 10px;
  }
  #section02 .list .icon { margin-bottom: 0; }

/* section03 */
  #section03 .list {
    margin-top: 25px;
    zoom: 1;
  }
  #section03 .list:after { content : ''; display : block; clear : both; }
  #section03 .list li {
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
    width: 150px;
  }
  #section03 .list .right {
    margin-right: 0;
  }
  #section03 .list p { text-align: center; }
  #section03 .list .thumb {
    margin-bottom: 3px;
  }
  #section03 .list .name { font-weight: bold; }
  #section03 .faqList {
    clear: both;
    margin-top: 10px;
    margin-bottom: 30px;
  }