@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;
  }

/* presentArea */
  #presentArea {
    position: relative;
  }
  #presentArea .sub {
    position: absolute;
    left: 568px;
    top: 225px;
    z-index: 10;
  }

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

/* pointArea */
  .pointArea .list strong {
    color: #b56b01;
  }

/* middleRequest */
  .middleRequest {
    clear: both;
    margin-bottom: 30px;
  }
  #mainContentArea .middleRequest .notes {
    margin: 0 15px;
    width: 660px;
  }

/* pamphArea / lastSection */
  #pamphArea,
  #lastSection {
    margin-bottom: 30px;
  }
.red{
color:#ff0000;
}
