.investigation-box {
  width: 100%;
  padding: 100px 30px;
  box-shadow: 0 0 15px #777777; }
  .investigation-box .investigation-txt {
    font-size: 14px;
    line-height: 28px; }

.investigation-form {
  width: 700px;
  margin: 20px auto;
  padding-left: 40px; }
  .investigation-form ul {
    margin-bottom: 9px;
    overflow: hidden; }
    .investigation-form ul .input-title {
      float: left;
      width: 81px;
      height: 26px;
      line-height: 26px;
      text-align: right; }
    .investigation-form ul .input-box {
      margin-left: 15px;
      float: left; }
      .investigation-form ul .input-box input {
        width: 248px;
        height: 24px;
        line-height: 24px;
        border: 1px solid #777;
        padding: 0 10px; }
      .investigation-form ul .input-box textarea {
        width: 500px;
        height: 150px;
        padding: 5px 10px; }
      .investigation-form ul .input-box .bt {
        color: red;
        margin-left: 14px;
        vertical-align: middle; }
      .investigation-form ul .input-box .btn {
        background-color: red;
        color: #fff; }

/*# sourceMappingURL=investigation.css.map */
