@charset "UTF-8";

.txfb input[type="text"],
.txfb input[type="email"],
.txfb input[type="url"],
.txfb input[type="date"],
.txfb input[type="password"],
.txfb input[type="search"],
.txfb input[type="tel"],
.txfb input[type="number"],
.txfb textarea,
.txfb select {
  background: #f7f7f7;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  color: #686868;
  padding: .25rem .8rem;
  min-height: 31px;
  width: 100%;
}

.txfb input[type="number"] {
  max-width: 70%;
  width: 320px;
}

.txfb .button {
  background: #fff;
  border: 1px #438D52 solid;
  border-radius: 4px;
  color: #666;
}

.txfb .button:hover,
.txfb .button:active {
  background: #438D52;
  color: #fff;
}

.txfb .button-primary {
  background: #438D52;
  color: #fff;
}

.txfb .button-primary:hover,
.txfb .button-primary:active {
  background: #fff;
  color: #438D52;
}

.txfb .button-container {
  text-align: center;
  margin-top: 24px;
}

.txfb-tax-information {
  border: 1px #438D52 solid;
  font-size: 14px;
}

.txfb-tax-information-title {
  background: #438D52;
  color: #fff;
  font-size: 1.1rem;
  margin: 0;
  padding: 2px 6px;
  text-align: center;
}

.txfb-tax-information-title p {
  margin-bottom: .1em;
}

.txfb-line-title {
  border-bottom: #438d52 1px solid;
  font-size: 1.1rem;
  padding: 2px 0;
}

.txfb .required-mark {
  background: #d44;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  margin-right: 8px;
  padding: 1px 6px;
}

.txfb-view-container {
  margin-bottom: 1.2rem;
}

.txfb-view-container:last-of-type {
  margin-bottom: 0;
}

.txfb-view-container-title {
  background: #777;
  color: #fff;
  padding: 2px 6px;
}

.txfb-view-container-content {
  min-height: 24px;
  padding: 4px 8px;
}

/* txfb form */

.txfb-form,
.txfb-reserve {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}


.txfb-form-header,
.txfb-form-content,
.txfb-form-footer,
.txfb-reserve-header,
.txfb-reserve-content,
.txfb-reserve-footer {
  padding: 0 12px;
}

.txfb-form-header,
.txfb-reserve-header {
  border-bottom: #438D52 2px solid;
  padding-top: 32px;
}

.txfb-form-content,
.txfb-reserve-content {
  padding-top: 18px;
  padding-bottom: 18px;
}

.txfb-form-footer,
.txfb-reserve-footer {
  padding: 32px 0;
}

.txfb-form-footer .copyright,
.txfb-reserve-footer .copyright {
  color: #727272;
  text-align: center;
}

.txfb-form-container {
  margin-bottom: 1.2em;
}

.txfb-form-container label {
  display: block;
  padding-bottom: 6px;
}

.txfb-form .button-container {
  padding: 32px 0;
  text-align: center;
}

.txfb-form .page-error {
  margin-bottom: 1.4rem;
}

.txfb-form .error-message {
  color: #f66;
  font-size: .82rem;
  margin: .2em 0 0 0;
}

.txfb-form .page-title,
.txfb-reserve .page-title {
    margin-bottom: .8em;
}

.txfb-form .page-message {
  margin-bottom: 3.8em;
}

.txfb-form .top-link {
  margin: 0;
  text-align: center;
}

.txfb-form-container.txfb-sep-text input {
  display: inline-block;
  width: 49%;
}

.txfb-form-container.txfb-sep-text input:last-of-type {
  margin-left: 2%;
}

.txfb-form-container .txfb-num .before {
  margin-right: 6px;
}

.txfb-form-container.txfb-num .after {
  margin-left: 6px;
}

/* reserve */
.txfb .txfb-header-control {
  margin-bottom: 18px;
}

.txfb .reserve-detail-header {
  text-align: center;
}

.txfb .reserve-detail-rest {
  border: #a55 1px solid;
  padding: 12px;
}

.txfb .login-logo {
  text-align: center;
}

.txfb .pagination {
  margin: 24px 0;
}

.txfb .pagination .page-item {
  background: #fff;
  border: #999 1px solid;
  color: #438D52;
  margin-left: 6px;
  padding: 6px 14px;
}

.txfb .pagination .page-item:first-child {
  margin-left: 0;
}

.txfb .pagination .page-item.current, .pagination .page-item.inactive:hover, .pagination .page-item.inactive:active {
  background: #438D52;
  color: #fff;
  text-decoration: none;
}

@media print {
  .txfb-reserve.detail .txfb-reserve-header,
  .txfb-reserve.detail .header-control {
    display: none;
  }

  .txfb-reserve-detail {
    background: #fff;
  }

  .txfb-reserve.detail .txfb-view-container-title {
    background: transparent;
    color: #323232;
    font-weight: bold;
  }
}
