@charset "utf-8";

/* CSS Document */

.mainTitle {
  background: url(../img/contact/main_bg.jpg) no-repeat;
}
#contact {
  margin-bottom: 100px;
}
#contact .c_title01 {
  font-size: 21px;
  margin-bottom: 30px;
}
#contact .text {
  padding-bottom: 30px;
}
#contact dl {
  border-bottom: 1px dotted #222;
  padding: 15px 5px;
  font-size: 14px;
  margin: 0 20px;
}
#contact dl dt {
  float: left;
  width: 120px;
  padding-top: 5px;
}
#contact dl dd {
  float: right;
  width: 400px;
}
#contact input[type="text"] {
  width: 100%;
  padding: 5px;
}
textarea {
  width: 100%;
  padding: 10px;
  height: 150px;
}
.send_btn {
  text-align: center;
  padding-top: 40px;
}
.error_messe {
  color: #FF0004;
}
.btnS,
.btnO,
.btnB,
.btnL {
  display: inline-block;
  width: 147px;
  background: #333333;
  line-height: 30px;
  color: #fff;
  border: 0;
  margin: 0 5px;
}
.send_btn a {
  display: inline-block;
  width: 147px;
  background: #333333;
  line-height: 30px;
  color: #fff;
  border: 0;
  margin: 0 5px;
}

@media only screen and (max-width: 767px) {
  
  #contact {
    margin-bottom: 100px;
  }
  #contact .c_title01 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #contact .text {
    padding-bottom: 30px;
  }
  #contact dl {
    border-bottom: 1px dotted #222;
    padding: 5px 5px;
    font-size: 14px;
    margin: 0;
  }
  #contact dl dt {
    float: none;
    width: 100%;
    padding-top: 5px;
  }
  #contact dl dd {
    float: none;
    width: 100%;
  }
  #contact input[type="text"] {
    width: 100%;
    padding: 5px;
  }
  textarea {
    width: 100%;
    padding: 10px;
    height: 100px;
  }
  .send_btn {
    text-align: center;
    padding-top: 20px;
  }
  .error_messe {
    color: #FF0004;
  }
  .btnS,
  .btnO,
  .btnB,
  .btnL {
    display: inline-block;
    width: 147px;
    background: #333333;
    line-height: 30px;
    color: #fff;
    border: 0;
    margin: 0 5px;
  }
  .send_btn a {
    display: inline-block;
    width: 147px;
    background: #333333;
    line-height: 30px;
    color: #fff;
    border: 0;
    margin: 0 5px;
  }
}



