@charset "UTF-8";

/*------------ コンテンツ ------------*/

section label.message {
  font-size: 16px;
  font-weight: bold;
  margin-left: 15px;
}

section table.inquiry {
  width: stretch;
  padding: 8px 0 8px 0;
}

section td.input_title {
  width: stretch;
  padding: 5px 5px 5px 5px;
  background: linear-gradient(to bottom, #e6e6fa, #fff);
}

section td.input_control {
  width: stretch;
  padding: 5px 5px 5px 5px;
}

section .func_command {
  padding: 10px 5px 10px 5px;
  margin: 10px 10px 10px 10px;
  line-height: 20px;
}

section input.cmd_clear {
  width: 150px;
  height: 30px;
  border-radius: 30px;
  background-color: #f5f5f5;
}

section input.cmd_confirm {
  width: 150px;
  height: 30px;
  border-radius: 30px;
  color: #ffffff;
  background-color: #1e90ff;
}

section .input_essential {
  padding: 0px 8px;
  margin: 2px 8px;
  color: #ffffff;
  background-color: #ff69b4;
  border: 1px solid #777;
  border-radius: 2px;
  box-shadow: 1px 2px 2px #ddd;
  font-family: inherit;
  font-size: 0.85em;
}

section .input_optional {
  padding: 0px 8px;
  margin: 2px 8px;
  background-color: #f9f9f9;
  border: 1px solid #777;
  border-radius: 2px;
  box-shadow: 1px 2px 2px #ddd;
  font-family: inherit;
  font-size: 0.85em;
}

section select {
  border: 0;
  box-shadow: 0 0 1px 0 black;
}

section select:focus {
  box-shadow: 0 0 5px 0 blue;
  outline: 0;
  border-radius: 3px;
}

section input[type="text"] {
  height: 22px;
  border: 0;
  box-shadow: 0 0 1px 0 black;
}

section input[type="text"]:focus {
  height: 22px;
  box-shadow: 0 0 5px 0 blue;
  outline: 0;
  border-radius: 3px;
}

section input[type="tel"] {
  height: 22px;
  border: 0;
  box-shadow: 0 0 1px 0 black;
}

section input[type="tel"]:focus {
  height: 22px;
  box-shadow: 0 0 5px 0 blue;
  outline: 0;
  border-radius: 3px;
}

section input[type="email"] {
  height: 22px;
  border: 0;
  box-shadow: 0 0 1px 0 black;
}

section input[type="email"]:focus {
  height: 22px;
  box-shadow: 0 0 5px 0 blue;
  outline: 0;
  border-radius: 3px;
}

section textarea {
  resize: none;
  border: 0;
  box-shadow: 0 0 1px 0 black;
}

section textarea:focus {
  box-shadow: 0 0 5px 0 blue;
  outline: 0;
  border-radius: 3px;
}

section select.country {
  width: stretch;
  height: 25px;
}

section select.business {
  width: stretch;
  height: 25px;
}

section input.name_kanji {
  width: stretch;
  height: 22px;
  ime-mode: active;
}

section input.name_kana {
  width: stretch;
  height: 22px;
  ime-mode: active;
}

section input.name_other {
  width: stretch;
  height: 22px;
  ime-mode: inactive;
}

section input.postcode {
  width: 120px;
  height: 22px;
  ime-mode: inactive;
}

section select.prefectures {
  width: 120px;
  height: 25px;
}

section textarea.address {
  width: stretch;
  height: 50px;
  padding: 2px;
  ime-mode: active;
}

section input.tel {
  width: 120px;
  height: 22px;
  ime-mode: inactive;
}

section input.fax {
  width: 120px;
  height: 22px;
  ime-mode: inactive;
}

section input.mobile {
  width: 120px;
  height: 22px;
  ime-mode: inactive;
}

section input.mailaddress {
  width: stretch;
  height: 22px;
  ime-mode: inactive;
}

section textarea.inquiry {
  width: stretch;
  height: 300px;
  padding: 2px;
  ime-mode: active;
}
