@charset "utf-8";

/* =======================================

  Inquiry CSS

========================================== */

table.formTable {
  width: 100%;
  border-collapse: collapse;
}

table.formTable th {
  font-weight: bold;
  width: 20%;
  padding-left: 12px;
  text-align: left;
  vertical-align: middle;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #e5e3e1;
}

table.formTable th.topAlign {
  vertical-align: top;
}

table.formTable td {
  padding: 6px;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #e5e3e1;
}

div.rednote {
  color: #c00;
  font-size: x-small;
}

.inputSubmit {
  border-radius:5px;
  box-shadow:2px 2px #666562;
  background-color: #70ad3c;
}

.inputSubmit:hover {
  background-color: #80bd4c;
}

.inputButton {
  border-radius:5px;
  box-shadow:2px 2px #666562;
}
