/*-- Inquiry --*/
.inquiry #contents form > * {
  margin-bottom: 15px;
}
.inquiry #contents ul.buttons {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 0;
}
.inquiry #contents ul.buttons:after {
  content: '';
  display: table;
  clear: both;
}
.inquiry #contents ul.buttons li {
  display: inline-block;
  margin: 0 10px;
}
.inquiry #contents ul.buttons button[type=submit] {
  width: 400px;
}
.inquiry #contents table tbody td {
  padding: 10px 20px;
}
.inquiry #contents table tbody td input, .inquiry #contents table tbody td textarea, .inquiry #contents table tbody td select {
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 5px 8px;
  width: 100%;
  resize: none;
}
.inquiry #contents table tbody td input[maxlength='3'], .inquiry #contents table tbody td textarea[maxlength='3'], .inquiry #contents table tbody td select[maxlength='3'] {
  width: 50px;
}
.inquiry #contents table tbody td input[maxlength='4'], .inquiry #contents table tbody td textarea[maxlength='4'], .inquiry #contents table tbody td select[maxlength='4'] {
  width: 70px;
}
.inquiry #contents table tbody td input:focus, .inquiry #contents table tbody td textarea:focus, .inquiry #contents table tbody td select:focus {
  border-color: rgba(19, 88, 147, 0.5);
  outline: none;
  background: rgba(19, 88, 147, 0.1);
}
.inquiry #contents table tbody td input {
  height: 30px;
  line-height: 31.5px;
  padding: 0 8px;
}
.inquiry #contents table tbody td input.tel {
  width: 35%;
}
.inquiry #contents table tbody td input.spec {
  width: 90%;
}
.inquiry #contents table tbody td input[type=checkbox], .inquiry #contents table tbody td input[type=radio] {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}
.inquiry #contents table tbody td select {
  width: auto;
}
.inquiry #contents table tbody td select + input {
  margin-top: 8px;
}
.inquiry #contents table tbody td label {
  display: inline-block;
  margin-right: 15px;
}
.inquiry #contents table tbody td span {
  font-size: 0.8571428571rem;
  display: block;
  float: left;
  width: 100%;
  color: #f00;
  margin-bottom: 5px;
}

/*# sourceMappingURL=parts.css.map */


p.error_messe{
	font-weight: bold;
	color: red;
	margin: 20px 0;
}