@charset "utf-8";

/* base */

@media screen {
  body {
    margin: 0;
    padding: 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.5;
    background-color: #fff;
    color: #000080;
    display: flex;
    flex-direction: column;
  }
}

@media print {
  body {
    background-color: #fff;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333333;
    margin: 0;
    padding: 0 5px;
    display: flex;
    flex-direction: column;
  }
  br {
    font-size: 30%;
  }
}

input[type="button"], input[type="reset"], input[type="submit"], .cursor-p {
  cursor: pointer;
}

input[type="button"]:disabled {
  cursor: default;
}

fieldset {
  padding: 4px 10px;
  margin: 0;
  text-align: left;
  border: #666666 1px solid;
  color: #000080;
}

legend {
  color: #000080;
}

a:link {
  color: #000080;
}

a:visited {
  color: #660099;
}

a:active {
  color: #0000ff;
  font-weight: bold;
}

a:hover {
  color: #0000ff;
  font-weight: bold;
}

a img {
  vertical-align: middle;
}

ul, ol, dl {
  padding: 5px;
  margin: 0;
  font-size: 100%;
}

ul {
  list-style: none;
  margin-left: 10px;
}

p {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

hr {
  margin: 10px 0;
  height: 1px;
}

header {
  top: 0;
  left: 0;
  padding: 5px 5px 5px 5px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

header ul {
  margin: 2px 0;
  padding: 0 10px;
  list-style-type: none;
  display: flex;
  flex-direction: row;
}

header li {
  padding: 0 4px;
}

section {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

footer {
  padding: 0;
  margin-top: 16px;
  margin-bottom: 0;
  width: 100%;
  box-sizing: border-box;
  text-align: right;
}


/* color */

.c-orangered {
  color: #ff6600;
}

.c-deep-indigo {
  color: #263f59;
}

.bg-green {
  background-color: #ccff99;
}

.bg-white {
  background-color: #fff;
}

.bg-yellow {
  background-color: #ffff99;
}

.bg-paleblue {
  background-color: #e5f7ff;
}

.bg-pink {
  background-color: #ffcccc;
}

.bg-gray {
  background-color: #ebebe4;
}

.bg-ivory {
  background-color: #fffff0;
}

.bg-red {
  background-color: #f00;
}


/* align */

.align-c {
  text-align: center;
}

.align-l {
  text-align: left;
}

.align-r {
  text-align: right;
}

.align-m {
  vertical-align: middle;
}


/* font-size */

.font-big {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.3em;
}

.f10 {
  font-size: 10px;
}

.f12 {
  font-size: 12px;
}

.f13 {
  font-size: 13px;
}

.f14 {
  font-size: 14px;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}


/* font-weight */

.font-bold {
  font-weight: bold;
}

.font-underline {
  text-decoration: underline;
}

/* margin */

.mb00 {
  margin-bottom: 0 !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml50 {
  margin-left: 50px;
}

.ml150 {
  margin-left: 150px;
}

.ml170 {
  margin-left: 170px;
}

.ml190 {
  margin-left: 190px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.pb10 {
  padding-bottom: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pl10 {
  padding-left: 10px;
}


/* width */

.w70 {
  width: 70px;
}

.w100 {
  width: 100px;
}

.w127 {
  width: 127px;
}

.w135 {
  width: 135px;
}

.w140 {
  width: 140px;
}

.w150 {
  width: 150px;
}

.w160 {
  width: 160px;
}

.w170 {
  width: 170px;
}

.w180 {
  width: 180px;
}

.w240 {
  width: 240px;
}

.w270 {
  width: 270px;
}

.w350 {
  width: 350px;
}


/* border */

.bt-red {
  border-top: solid 2px #f00;
}


/* mainBody */

.mainbody {
  margin: 0 auto;
  width: 810px;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mainbody02 {
  margin: 0 auto;
  width: 880px;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


/* error */

.error-area {
  margin: 0 0 20px;
  background: #ffffcc url(../img/error_icon.gif?v=20250825115056) no-repeat left center;
  border: #f00 solid 2px;
  padding: 10px 10px 10px 55px;
  font-weight: bold;
  font-size: 12px;
  color: #f00;
}

.error-msg {
  color: #f00;
  font-size: 12px;
  text-align: left;
  display: block;
}

.error-field {
  background-color: #ffcccc;
}


/* header,title */

.stock-title {
  margin: 0;
  padding-top: 5px;
  padding-left: 80px;
  text-align: left;
  background-color: #f00;
  color: #fff;
  font-size: 130%;
}

.honda-header {
  text-align: center;
}

.cs-header {
  text-align: center;
}

.cs-title {
  color: #000088;
  font-weight: bold;
  font-size: 24px;
  line-height: 140%;
  cursor: default;
}

.cs-title-02 {
  color: #000088;
  font-weight: bold;
  font-size: 22px;
  line-height: 140%;
  cursor: default;
}

.ecommit-header {
  text-align: center;
  padding: 30px 0 10px 0;
}


/* area */

.mainbtn-area {
  margin: 10px auto;
  display: flex;
  justify-content: center;
}

.mainbtn-area a {
  margin: 20px;
}

.mainbtn-area input {
  margin: 10px;
}

.info-text {
  cursor: default;
  text-align: left;
  margin-bottom: 20px;
}

.result-area {
  width: 600px;
  border-collapse: collapse;
  border: none;
  padding: 10px;
  margin: 20px auto;
  text-align: left;
  background-color: #ffcccc;
}

.result-area * {
  padding: 10px 0;
}


/* 基本的なテーブル - 線あり */

.table-border {
  width: 100%;
  box-sizing: border-box;
  border: solid 1px #000;
  padding: 0;
  margin: 0 auto 20px auto;
  border-collapse: collapse;
  border-spacing: 0;
}

.table-border th, .table-border td {
  padding: 5px 10px;
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: top;
  text-align: left;
  border: solid 1px #000;
}


/* 基本的なテーブル - 線なし */

.table-noborder {
  width: 100%;
  box-sizing: border-box;
  border: none;
  margin: 0 auto 20px auto;
  border-collapse: collapse;
  border-spacing: 0;
}

.table-noborder th, .table-noborder td {
  border: none;
  padding: 5px 10px;
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: top;
  text-align: left;
}

.table-noborder thead th, .table-noborder thead td {
  vertical-align: top;
}

.table-noborder tbody th, .table-noborder tbody td {
  padding: 5px 10px;
  text-align: left;
}


/* 基本的なテーブル - 線なし角丸 */

.table-rounded {
  width: 100%;
  box-sizing: border-box;
  border: none;
  border-radius: 10px;
  padding: 10px;
  margin: 0 auto 20px auto;
}

.table-rounded th, .table-rounded td {
  border: none;
  border-spacing: 0;
  padding: 0;
  border-collapse: collapse;
  vertical-align: top;
}

.table-rounded thead th, .table-rounded thead td {
  vertical-align: top;
}

.table-rounded tbody th, .table-rounded tbody td {
  padding: 5px 2px;
  text-align: left;
}


/* 角丸 divタグ */

.rounded-rectangle {
  width: 100%;
  box-sizing: border-box;
  border: none;
  border-radius: 10px 10px 10px 10px;
  padding: 10px 10px;
  margin: 0 auto 20px auto;
  background-color: #ccff99;
}

.rounded-rectangle-top {
  width: 100%;
  box-sizing: border-box;
  border: none;
  border-radius: 10px 10px 0 0;
  padding: 10px 0 0 0;
  margin: 0 auto;
}

.rounded-rectangle-bottom {
  width: 100%;
  box-sizing: border-box;
  border: none;
  border-radius: 0 0 10px 10px;
  padding: 0 0 10px 0;
  margin: 0 auto 20px auto;
}

.inner-table {
  display: table;
}

.inner-table-row {
  display: table-row;
}

.inner-table-th {
  display: table-cell;
  padding: 0 10px 0 0;
}

.inner-table-td {
  display: table-cell;
  padding: 0 0 0 10px;
}

.babySeatNumHidden {
  display: inline-block;
  margin-left: 10px;
}

.childSeatNumHidden {
  display: inline-block;
  margin-left: 10px;
}

.juniorSeatNumHidden {
  display: inline-block;
  margin-left: 10px;
}

.form-text th {
  width: 145px;
}

.form-text th.en {
  width: 250px;
}

.form-text select, .form-text input {
  padding: 3px 0;
  margin: 1px;
  color: #000080;
}

#searchAddress {
  margin: 0 0 5px 0;
  padding: 3px;
  background: #fff;
  border: #ccc solid 1px;
  font-size: 12px;
}

.required {
  color: #f00;
  font-weight: bold;
  font-size: 12px;
}

.note {
  width: auto;
  padding: 0;
  margin: 0;
  font-size: 100%;
  list-style: none;
}

.note li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
}

.extxt {
  margin: -1.8em 0 0.5em 30px;
  font-size: 12px;
}

.input-auxiliary {
  margin: -2.1em 0 0 340px;
  font-size: 12px;
}

.input-auxiliary-query {
  width: 160px;
  margin: -2.1em 0 0 260px;
  font-size: 12px;
}

.input-auxiliary input, .input-auxiliary-query input {
  padding: 3px 10px;
  margin: 0 0 5px 0;
}

.input-auxiliary .honda-select {
  padding: 3px 10px;
  margin: 0 0 5px 20px;
}

.fwd-info {
  margin-left: 165px;
}

.etc-info {
  margin-left: -45px;
}

.fee-info {
  margin-left: 30px;
}

.cdw-info {
  margin-left: 75px;
}

.fwd-info, .etc-info, .fee-info, .cdw-info, .cs-input-auxiliary {
  padding-left: 14px;
  background: url(../img/icon_link.gif?v=20250825115056) no-repeat;
  background-position: left;
}

.supplement {
  font-size: 12px;
}


/* TA */

.ta-header {
  background-color: #f00;
  margin-bottom: 10px;
}

.ta-title {
  margin: 0;
  padding-top: 5px;
  padding-left: 80px;
  text-align: left;
  background-color: #f00;
  color: #fff;
  font-size: 130%;
}

.ta-header-menu ul {
  float: right;
  padding: 0 10px;
  margin: 0;
  display: flex;
  flex-direction: row;
  list-style-type: none;
  background-color: #f00;
}

.ta-header-menu a {
  padding: 0 8px;
  color: #fff;
  font-weight: bold;
  font-size: 100%;
  text-decoration: none;
}

.ta-header-menu a:hover {
  text-decoration: underline;
}

.ta-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ta-menu img {
  margin: 10px auto 0px auto;
}


/* TA ユーザ表示 */

.ta-user {
  text-align: center;
  padding-bottom: 10px;
  margin: auto;
  box-sizing: border-box;
}

.ta-user th {
  text-align: center;
  /* font-weight: bold; */
  padding-right: 30px;
}

.ta-user td {
  text-align: left;
  font-weight: bold;
}


/* ta 結果 */

.ta-result {
  width: 450px;
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px;
  border: solid 1px #000;
  text-align: center;
  background-color: #ffcccc;
  font-size: 2em;
  font-weight: bold;
  color: #000080;
  line-height: 1.3em;
}


/* TA 詳細表示テーブル */

.ta-detail th {
  background-color: #ffff99;
  width: 200px;
}

.ta-detail td {
  font-weight: bold;
}

.ta-detail td:nth-child(3) {
  width: 250px;
}

.ta-troublr-link:hover {
  font-weight: normal;
}


/* TA 予約一覧 */

.ta-list thead {
  text-align: left;
  color: #fff;
  background-color: #000080;
}

.ta-list tbody tr:nth-child(even) {
  background-color: #ffff99;
}

.ta-list tbody tr:nth-child(odd) {
  background-color: #e0e0e0;
}

.ta-list .ja {
  text-align: center
}

.ta-list02 thead {
  text-align: left;
  color: #fff;
  background-color: #295782;
}

.ta-list02 tbody tr:nth-child(even) {
  background-color: #fffae5;
}

.ta-list02 tbody tr:nth-child(odd) {
  background-color: #fff2bf;
}

.car-availability-header-en {
  font-size: 10px;
  letter-spacing: -0.3px;
  white-space: nowrap;
}

.car-availability-header-en th:nth-child(-n+2) {
  font-size: 11px;
}

ul.indent li {
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
}

.ta-input-auxiliary {
  width: 170px;
  margin: -2.1em 0 0 340px;
  font-size: 12px;
}

.input-auxiliary-en {
  width: 150px;
  margin: -2.1em 0 0 400px;
  font-size: 12px;
}

.input-auxiliary-query-en {
  width: 150px;
  margin: -2.1em 0 0 220px;
  font-size: 12px;
}

.input-auxiliary-en-ml248 {
  width: 100px;
  margin: -2.1em 0 0 248px;
  font-size: 12px;
}

.input-auxiliary-en-ml348 {
  width: 100px;
  margin: -2.1em 0 0 348px;
  font-size: 12px;
}

.ta-input-auxiliary input, .input-auxiliary-en input, .input-auxiliary-en-ml248 input, .input-auxiliary-en-ml348 input, .input-auxiliary-query-en input {
  padding: 3px 10px;
  margin: 0 0 5px 0;
}

.ta-en-result {
  width: 750px;
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px;
  border: solid 1px #000;
  text-align: center;
  background-color: #ffcccc;
  font-size: 2em;
  font-weight: bold;
  color: #000080;
  line-height: 1.3em;
}

.ta-en-detail th {
  background-color: #ffff99;
  width: 350px;
}

.ta-en-detail td {
  font-weight: bold;
}

.ta-en-detail td:nth-child(3) {
  width: 180px;
}

.ta-departuredate-table {
  border-collapse: collapse;
}

.ta-departuredate-table tr td {
  padding: 0 2px 0 0;
}

.ta-departuredate-table .calendar {
  padding: 0 5px;
}

.ta-departuredate-table tr td img {
  vertical-align: bottom;
}

.ta-login-table {
  width: 360px;
  box-sizing: border-box;
  border: none;
  border-radius: 10px;
  padding: 10px;
  margin: 0 auto 20px auto;
}

.ta-login-table th, .ta-login-table td {
  padding: 5px 2px;
  border-collapse: collapse;
  vertical-align: top;
  text-align: left;
}

.book-search-table {
  width: 100%;
  box-sizing: border-box;
  border: none;
  border-radius: 10px;
  padding: 10px 10px 10px 110px;
  margin: 0 auto 20px auto;
}

.book-search-table th, .book-search-table td {
  padding: 5px 2px;
  text-align: left;
  border: none;
  border-spacing: 0;
  border-collapse: collapse;
  vertical-align: top;
}

.book-search-table th {
  width: 200px;
}

.book-search-en-table {
  width: 100%;
  box-sizing: border-box;
  border: none;
  border-radius: 10px;
  padding: 10px 10px 10px 60px;
  margin: 0 auto 20px auto;
}

.book-search-en-table th, .book-search-en-table td {
  padding: 5px 2px;
  text-align: left;
  border: none;
  border-spacing: 0;
  border-collapse: collapse;
  vertical-align: top;
}

.book-search-en-table .type01 {
  width: 180px;
  padding-right: 20px;
  text-align: right;
}

.book-search-en-table .type02 {
  width: 250px;
}

.book-search-en-table .type03 {
  width: 350px;
}

.dl-list-table {
  width: 200px;
  box-sizing: border-box;
  border: solid 1px #000;
  padding: 0;
  margin: 0 auto 20px auto;
  border-collapse: collapse;
  border-spacing: 0;
}

.dl-list-table th, .dl-list-table td {
  padding: 5px 2px;
  border: solid 1px #000;
  border-collapse: collapse;
  vertical-align: top;
  text-align: center;
}


/* ホンダ */

.honda-main {
  font-size: 120%;
  color: #263f59;
  font-weight: bold;
  line-height: 150%;
}

.honda-below-msg {
  cursor: default;
  margin: 0 0 20px 0;
  font-size: 12px;
  text-align: center;
  color: #263f59;
}

.honda-detail tbody th {
  background-color: #295782;
  color: #fff;
}

.honda-detail tbody td {
  color: #000;
}

.honda-detail .even {
  background-color: #fffae5;
}

.honda-detail .odd {
  background-color: #fff2bf;
}


/* 空車照会 */

.stock-list tbody, .stock-list thead {
  font-size: 13px;
  line-height: 13px;
}

.stock-list td {
  width: 33px;
}

.stock-list td:first-child, .stock-list th:first-child {
  width: 70px;
}

.stock-list td:nth-child(2), .stock-list th:nth-child(2) {
  text-align: left;
  width: 139px;
}

.stock-list thead, .stock-list tbody {
  display: block;
}

.stock-list tbody {
  overflow-y: scroll;
  height: 400px;
}

.stock-list thead th {
  background-color: #295782;
  color: #fff;
}

.stock-list thead th:first-child {
  text-align: center;
}

.stock-list tbody th {
  background-color: #fff2bf;
  color: #000;
}

.stock-list tbody td {
  background-color: #fffae5;
  text-align: center;
  color: #000;
}

.stock-list tbody td.loading {
  background-color: #ffffff;
  vertical-align: middle;
  width: 769px;
  height: 390px;
}

.stock-list .date-blue {
  color: #99cccc;
  text-align: center;
  width: 33px;
}

.stock-list .date-red {
  color: #f00;
  text-align: center;
  width: 33px;
}

.stock-list .date-normal {
  color: #fff;
  text-align: center;
  width: 33px;
}

.stock-list .pr20 {
  padding-right: 20px;
}

.empty-query-table {
  width: 640px;
  box-sizing: border-box;
  border: none;
  border-radius: 10px;
  padding: 10px;
  margin: 0 auto 10px auto;
}

.empty-query-table th {
  width: 170px
}

.empty-query-table th.en {
  width: 220px
}

.empty-query-table th, .empty-query-table td {
  padding: 5px 2px;
  text-align: left;
  vertical-align: top;
}


/* CS-アンケート */

.cs-info-text {
  margin-top: 10px;
  margin-bottom: 2px;
  text-align: left;
  font-size: 14px;
  cursor: default;
}

.cs-present-text {
  margin-top: 20px;
  margin-bottom: 2px;
  text-align: left;
  font-size: 14px;
  cursor: default;
}

.cs-below-msg {
  cursor: default;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
}

.cs-expired-area {
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  border: none;
  border-radius: 10px;
  padding: 10px 10px;
  margin: 80px auto 10px auto;
}

.cs-complete-area {
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  border: none;
  border-radius: 10px;
  padding: 22px 22px;
  margin: 80px auto 10px auto;
}

.cs-stop-delivery-area {
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  border: none;
  border-radius: 10px;
  padding: 34px 34px;
  margin: 80px auto 10px auto;
}

.cs-input-field {
  width: auto;
  padding: 3px 15px 0 70px;
  text-align: left;
  color: #000080;
  font-size: 13px;
  padding-bottom: 6px;
  cursor: default;
}

.cs-field-group-comment {
  margin-left: 15px;
  padding-bottom: 3px;
  font-size: 13px;
  text-align: left;
  vertical-align: baseline;
  color: #000080;
  cursor: default;
}

.cs-div-text-area {
  margin: 0;
  padding: 0;
  border: 1px solid #000080;
  font-size: 13px;
  min-height: 80px;
}

.cs-div-text-area-text {
  padding: 0.5em;
  word-wrap: break-word;
  text-align: left;
}

.cs-detail tbody th, .cs-detail tbody td span {
  font-weight: normal;
  font-size: 14px;
}

.cs-description {
  padding: 40px 30px;
}

.mrq1 {
  margin-right: 1.4em;
}

.mrq2 {
  margin-right: 0.4em;
}

.cs-input-field label {
  margin-right: 13px;
}

.cs-result-field {
  mardin-left: 13px;
  font-size: 13px;
  vertical-align: baseline;
  color: #000080;
  cursor: default;
}

.cs-result-field dt {
  float: left;
  width: 450px;
  padding-left: 15px;
  padding-bottom: 5px;
  padding-top: 5px;
}

.cs-result-field dd {
  padding-bottom: 5px;
  padding-top: 5px;
}

.cs-result-table {
  padding: 0 0 0 10px;
  margin: 0px;
  border-spacing: 0px;
}

.cs-result-td {
  width: 370px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}

.cs-result-tr {
}

.cs-detail dt {
  float: left;
  width: 200px;
  padding-left: 15px;
  padding-bottom: 5px;
  padding-top: 5px;
}

.cs-detail dd {
  float: left;
  width: 400px;
  padding-bottom: 5px;
  padding-top: 5px;
}

.cs-email-addr-area {
  padding: 16px;
  width: 400px;
  word-wrap: break-word;
}

.cs-input-auxiliary {
  margin: -2.1em 0 0 300px;
  font-size: 12px;
}

.cs-input-auxiliary input {
  padding: 3px 10px;
  margin: 0 0 5px 0;
}

.srm-membership-city {
  width: 255px;
}

.srm-membership-street {
  width: 290px;
}

.cs-error {
  font-size: 14px;
}

.cs-note {
  text-indent: -1em;
  padding-left: 1em;
  width: 620px;
}


/* eコミット */

.ecommit-list thead {
  color: #fff;
  background-color: #295782;
}

.ecommit-list .center td {
  text-align: center;
}

.ecommit-below-msg {
  cursor: default;
  margin-bottom: 20px;
  text-align: center;
}

.ecommit-list tbody tr:nth-child(even) {
  background-color: #fffae5;
}

.ecommit-list tbody tr:nth-child(odd) {
  background-color: #fff2bf;
}

.ecommit-company {
  line-height: 200%;
  font-weight: bold;
  margin-bottom: 20px;
}

.ecommit-user {
  text-align: left;
  font-weight: bold;
  margin-bottom: 10px;
}

.ecommit-login-frame {
  width: 100%;
  box-sizing: border-box;
  display: table;
  border: solid 2px #000080;
  border-collapse: separate;
  border-spacing: 15px;
  font-size: 14px;
}

.ecommit-table-center {
  width: auto;
  border-width: 0;
  border-spacing: 0;
  margin: 0 225px;
}

.ecommit-table-center th, .ecommit-table-center td {
  border: none;
  padding: 5px 10px;
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: top;
}

.ecommit-table-center th {
  width: auto;
  text-align: right;
  font-weight: normal;
}

.ecommit-result-area {
  padding: 25px;
  margin-top: 0;
}

.ecommit-table-subtitle {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background-color: #295782;
}

.ecommit-table-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  font-size: 12px;
}

.ecommit-table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}

.ecommit-table th {
  padding: 6px;
  border: solid 1px #000080;
  width: 150px;
  vertical-align: top;
  text-align: left;
}

.fee-table {
  width: 48.8%;
  border-spacing: 0;
  border: solid 1px #000080;
}

.fee-table th {
  padding: 5px 10px;
  border: none;
  width: 150px;
  vertical-align: top;
  text-align: center;
}

.ecommit-table td {
  padding: 8px;
  border: solid 1px #000080;
  font-weight: normal;
  vertical-align: middle;
  text-align: left;
}

.fee-table td {
  padding: 5px 10px;
  font-weight: normal;
  vertical-align: middle;
  text-align: left;
  font-size: 12px;
}

.ecommit-table td:nth-child(1) {
  width: 100px;
}

.ecommit-table .two-rows {
  width: 217px;
}

.fee-table tr:nth-child(odd) {
  background-color: #fffae5;
}

.fee-table tr:nth-child(even) {
  background-color: #fff2bf;
}

.fee-table td:nth-child(2) {
  text-align: right;
}

.ecommit-table-block .fee-table .car-class {
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  height: 244px;
}

.ecommit-table-block .fee-table .fee-rows {
  background-color: #fff;
  padding-top: 85px;
  vertical-align: top;
}

.ecommit-table-block .fee-table .total {
  font-size: 16px;
}

.ecommit-entry-table {
  width: 100%;
  box-sizing: border-box;
  border: solid 2px #295782;
  border-collapse: collapse;
  font-size: 14px;
  margin-bottom: 20px;
}

.ecommit-entry-table th, .ecommit-entry-table td {
  padding: 5px 10px;
  vertical-align: top;
  text-align: left;
}

.ecommit-entry-table tr:nth-child(3n) {
  border-bottom: solid 2px #295782;
}

.office-tel-position {
  margin: -18px 0 0 200px;
}

.postcode-forward3 {
  width: 28px;
}

.postcode-backward4 {
  width: 38px;
}

.month-day, .number-people {
  width: 43px;
}

.month-day02 {
  width: 36px;
}

.year {
  width: 57px;
}

.flight {
  width: 134px;
}

.phone-number {
  width: 204px;
}

.fleft {
  float: left;
}

.bc-navy {
  border-color: #000080;
}

.invisible {
  display: none;
}

.new-line {
  white-space: pre-line;
}

input[type="radio"], input[type="checkbox"] {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  margin: 0.5em;
  vertical-align: middle;
}

.nowrap {
  white-space: nowrap;
}

#password-show, #passwordConfirm-show {
  color: royalblue;
  font-size: 11px;
  position: relative;
  left: -42px;
}

#password-show:hover, #passwordConfirm-show:hover {
  color: blue;
  cursor: pointer;
}

input[type='password'], input[type='text'] {
  height: 1.2em;
}

input[type='password']::-ms-reveal {
  display: none;
}

input[type='text']::-ms-clear {
  display: none;
}
.wovn-inline {
  display: inline;
}
