@charset "UTF-8";
html,
body {
  min-width: 100%;
  width: auto;
  min-height: 100%;
  height: auto;
  line-height: 1.7;
}

body {
  padding: 5px;
}

html,
body,
input,
textarea,
option,
button {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
}

h1 {
  font-size: 1em;
}

h3 {
  margin-bottom: 5px;
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-bottom: 130px;
}

ul {
  padding-left: 1em;
}

.copyright {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  line-height: 100px;
  margin: 0;
  font-size: 14px;
  text-align: center;
  background: #f0f0f0;
}

.copyright p {
  margin: 0 0 5px;
}

.copyright p:last-child {
  margin-bottom: 0;
}

button,
input[type=text],
input[type=password],
input[type=submit],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=text],
input[type=email],
input[type=number],
input[type=password],
textarea {
  width: 100%;
  margin-bottom: 5px;
}

input[type=text].input-text-short,
input[type=email].input-text-short,
input[type=number].input-text-short,
input[type=password].input-text-short,
textarea.input-text-short {
  width: 25%;
}

input[type=text].input-text-middle,
input[type=email].input-text-middle,
input[type=number].input-text-middle,
input[type=password].input-text-middle,
textarea.input-text-middle {
  width: 45%;
}

input[type=checkbox] {
  margin-right: 3px;
}

select {
  margin-bottom: 5px;
  padding: 1px 2px;
}

option {
  padding: 1px 2px;
}

button {
  margin-bottom: 5px;
}

.term-of-use-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
  margin: 1ex auto;
  border: 1px solid #333;
  padding: 1ex;
  font-size: 14px;
  width: 100%;
  height: 10em;
}

.result-message,
.error-message {
  display: block;
  margin-bottom: 10px;
  color: red;
  font-weight: bold;
}

.memo-text {
  font-weight: 0.8em;
}

.error-text {
  color: red;
  font-weight: bold;
}

.center-text-important {
  text-align: center !important;
}

.font-bold {
  font-weight: bold;
}

.page-scrolling {
  cursor: pointer;
}

.span-inline-block {
  display: inline-block;
}

.smoke-color {
  color: #ffcdd2;
}

.nonsmoke-color {
  color: #b2ebf2;
}

.semismoke-color {
  color: #fff9c4;
}

.smoke-bg-color {
  background: #ffcdd2;
}

.nonsmoke-bg-color {
  background: #b2ebf2;
}

.semismoke-bg-color {
  background: #fff9c4;
}

.caution-text {
  color: red;
  font-weight: bold;
}

.hide-option {
  display: none;
}

.flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subcontent-area {
  margin-right: 1em;
}

button,
.link-button {
  display: inline-block;
  padding: 3px;
  border: 2px solid #000;
  color: #000;
  background: #eee;
}

button:hover,
.link-button:hover {
  color: #000;
  background: #efefef;
  text-decoration: none;
}

table {
  margin: 10px 0;
}

table th {
  border: 1px solid #000;
  padding: 10px;
  vertical-align: top;
}

table td {
  border: 1px solid #000;
  padding: 10px;
}

.search-form th {
  color: #fff;
  background: #008a4a;
}

.search-form button[type=submit] {
  width: 10em;
  padding: 5px;
}

.date-saturday {
  background-color: #cbe9fa;
}

.date-sunday {
  background-color: #ffd5d5;
}

.status-invalid {
  background: #aaa !important;
}

.ta-center {
  text-align: center;
}
