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

/* section */
  .section {
    clear: both;
    margin-bottom: 50px;
  }

/* ctitle */
  .ctitle {
    margin-bottom: 5px;
  }

/* cmnArea */
  .cmnArea .text .title {
    margin-bottom: 5px;
    font-size: 123.1%;
    color: #b56b01;
  }

/* CmnBoxArea */
  .pointArea { zoom: 1; }
  .pointArea:after { content : ''; display : block; clear : both; }
  .pointArea .text {
    float: right;
    width: 435px;
  }
  .CmnBoxArea {
    margin-top: 25px;
  }

  #mainContentArea .EndRequestArea {
    margin-bottom: 0;
  }

/* bnrArea */
  .bnrArea {
    margin-left: auto;
    margin-right: auto;
    width: 650px;
    text-align: left;
  }
