@charset "UTF-8";

/*------------ コンテンツ ------------*/

section input.cmd_close {
  width: 80px;
  height: 30px;
  border-radius: 30px;
  color: #000000;
  background-color: #ffb6c1;
  margin: 10px 5px 20px 5px;
}

section table.ctrltest {
  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 input[type="text"] {
  border: 0;
  box-shadow: 0 0 1px 0 black;
}

section input[type="text"]:focus {
  box-shadow: 0 0 5px 0 blue;
  outline: 0;
  border-radius: 3px;
}

section input[type="date"] {
  border: 0;
  box-shadow: 0 0 1px 0 black;
}

section input[type="date"]:focus {
  box-shadow: 0 0 5px 0 blue;
  outline: 0;
  border-radius: 3px;
}

section input[type="time"] {
  border: 0;
  box-shadow: 0 0 1px 0 black;
}

section input[type="time"]:focus {
  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 {
  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.radiobutton {
  width: 12px;
  height: 12px;
}

section input.checkbox {
  width: 12px;
  height: 12px;
}

section input.txt_test {
  width: stretch;
  height: 22px;
  ime-mode: inactive;
}

section input.dat_test {
  width: 100px;
  height: 22px;
  ime-mode: inactive;
}

section input.tim_test {
  width: 80px;
  height: 22px;
  ime-mode: inactive;
}

section textarea.mlt_test {
  width: stretch;
  height: 100px;
  padding: 2px;
  ime-mode: active;
}

section a.lnk_test {
  line-height: 21px;
  color: cornflowerblue;
  font-size: 14px;
}

section select.prefecture {
  width: 120px;
  height: 25px;
}

section label.prefecture {
  width: 120px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}
