::selection {
  color: #fff;
  background: #555;
}
@font-face {
  font-family: YakuHanJP;
  src: url("YakuHanJPs_M.woff2");
}
body {
  font-family: YakuHanJP, "Hiragino Sans", Meiryo, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 12px;
  background-image: url(../image/back.png);
}
#formWrap {
  width: 700px;
  margin: auto;
  line-height: 120%;
  font-size: 90%;
}
table.formTable {
  width: 100%;
  background-color: #fff;
  margin: auto;
  border-collapse: collapse;
}
table.formTable td, table.formTable th {
  border: 1px solid #ccc;
  padding: 10px;
}
table.formTable th {
  width: 210px;
  font-weight: normal;
  background: #fff;
  text-align: left;
}
.f_input {
  outline: none;
  border-radius: 3px;
  border: 2px solid #ccc;
  max-width: 430px;
  max-height: 150px;
}
.f_input:focus {
  box-shadow: 0 0 10px 3px rgba(0, 200, 250, 0.3);
  border: 2px solid #0cf;
}
select, label, input[type="checkbox"], input[type="button"], input[type="submit"] {
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
}
