/* CSS Document */

@charset "utf-8";
@import url("/sysform_parts/ha-res/common/css/style.css");

input.submit_shiryou_img {
  background: url("/sysform_parts/ha-res/ha-shiryou/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_shiryou_img {
    height: 50px !important;
    width: 95% !important;
  }
}
