<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.header {
  height: 330px;
  background: url(../images/inquiry/bg01.jpg) no-repeat top center;
}

div.option {
  margin: 30px 30px 10px;
  color: #c33;
}

div.form {
  background: #ffbb22;
  padding: 5px;
  width: 670px;
  margin: auto;
}

div.form fieldset {
  background: #fff;
  border: 1px solid #ffaa11;
  padding: 1em;
  color: #683d00;
}

span.ex {
  color: #999;
}

span.option {
  color: #c33;
}

div.form div.row {
  margin-top: 20px;
  margin-left: 30px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #999;
}

div.form div.row div.label,
div.form div.row div.input {
  float: left;
}

div.form div.row div.label {
  width: 180px;
}

div.form div.row div.input {
  margin-left: 30px;
}

div.form div.row div.input div {
  line-height: 2em;
}

div.buttons {
  text-align: center;
  margin: 4em;
  margin-bottom: 150px;
}

input.postcode {
  width: 3em;
}

#msg_body {
  width: 300px;
}

table.e_tb2 {
  margin-left: 20px;
  width: 100%;
}
table.e_tb2 td {
  padding: 10px;
}


</pre></body></html>