@charset "UTF-8";

body.inquiry .error-message {
  display: block;
  color: #ff0000;
  font-weight: bold;
  padding: 0;
  clear: both;
  margin-top: 5px;
  background: #f9dfdf;
  padding: 5px;
}
body.inquiry .error-message:before {
  content: "※";
}
body.inquiry #searchAdress {
  cursor: pointer;
}
body.inquiry .contact-form .submit-contact-wrap {
  overflow:  hidden;
  text-align:  center;
}
body.inquiry .contact-form .submit-contact-wrap .submit-contact {
  display: inline-block;
  width: 40%;
}
body.inquiry .contact-form .submit-contact-wrap .submit-contact.reenter {
  background-color: #666;
}
body.inquiry .contact-form .submit-contact-wrap .submit-contact.reenter input {
  background: #999;
}


body.technology .technologyDetailBox .block.gallery .galleryList .ytList .link {
  text-align: center;
  margin: 10px 0 0;
}
body.technology .technologyDetailBox .block.gallery .galleryList .ytList .link a {
  display: inline-block;
  background: #cc0000;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  width: 80%;
  max-width: 200px;
}
body.technology .technologyDetailBox .block.gallery .galleryList .ytList .link a:hover {
  background: #FF5D5F;
  color: #fff;
}

