/* CSS Document */

@charset "utf-8";
@import url("/sysform_parts/ha-res/common/css/style.css");

.formNaiyou {
  background: #fff;
  padding-top: 36px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  word-wrap: break-word;
}

.formNaiyou p.event_title {
  font-weight: bold;
}

input.submit_img {
  background: url("/sysform_parts/ha-res/ha-event/img/submit_btn.png") no-repeat
    scroll center center rgba(0, 0, 0, 0);
  background-size: contain;
  height: 80px !important;
  border: 0;
  text-indent: -9999px;
  cursor: pointer;
  width: 688px !important;
}

@media screen and (max-width: 800px) {
  input.submit_img {
    height: 50px !important;
    width: 95% !important;
  }
}
