@charset "UTF-8";

/* コンテンツバー */
article h1 { background: url(../images/contact_bar.gif) no-repeat; }

form {
  margin-left: 10px;
  margin-right: 10px;
}

table {
  border: 1px solid black;
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  padding: 5px;
  border-style: solid;
  border-width: 1px;
}

.label {
  background-color: #a5d1e7;
  text-align: center;
  font-size: small;
}

textarea, input.string {
  margin-left: 1em;
}

textarea {
  height: 15em;
}

.require {
  color: red;
  margin-left: 1em;
  font-size: x-small;
}

#buttons {
  width: 10em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 5px;
}

#submit, #reset {
  width: 10em;
}
