﻿html, body {
  height: 100%; }

body {
  font-size: 1.0rem;
  min-width: 373px; }
  body header .nav-item {
    min-width: 150px; }
  body header h4 {
    background-color: #007bff;
    text-align: center; }
  body header .h5 {
    text-align: left; }
  body header .mypage-img {
    width: 180px; }
  body header .mypage-header {
    font-size: 1rem; }
  body header .mypage-title {
    height: 28px;
    background-color: #4169E1; }
  body header .mypage-sub-header {
    height: 28px;
    background-color: #AAAAAA; }
  body .body-header {
    background: linear-gradient(90deg, #fff, #fff 10%, #6eacfc);
    border-bottom: solid 1px #ccc; }
    body .body-header .header-menu {
      margin-left: 100px; }
      body .body-header .header-menu .menu-item {
        position: relative;
        margin-left: 2px; }
        body .body-header .header-menu .menu-item .menu-tab {
          position: relative;
          width: 150px;
          height: 30px;
          border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;
          border: solid 1px #ccc;
          border-bottom: none;
          cursor: pointer;
          background-color: white; }
          body .body-header .header-menu .menu-item .menu-tab:hover {
            background-color: #eee; }
          body .body-header .header-menu .menu-item .menu-tab:active {
            background-color: #ccc; }
          body .body-header .header-menu .menu-item .menu-tab label {
            display: block;
            margin: 0; }
          body .body-header .header-menu .menu-item .menu-tab a {
            position: absolute;
            top: 0;
            left: 0;
            width: 150px;
            height: 30px; }
        body .body-header .header-menu .menu-item input[type="checkbox"].menu-swich {
          display: none; }
        body .body-header .header-menu .menu-item ul {
          position: absolute;
          top: 30px;
          left: 0;
          width: 150px;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s;
          margin: 0;
          padding: 0;
          list-style: none;
          z-index: 1; }
        body .body-header .header-menu .menu-item li {
          padding: 5px;
          cursor: pointer;
          background-color: white;
          border-color: #ccc; }
          body .body-header .header-menu .menu-item li a {
            text-decoration: none;
            color: black; }
          body .body-header .header-menu .menu-item li:hover {
            background-color: #eee; }
          body .body-header .header-menu .menu-item li:active {
            background-color: #ccc; }
        body .body-header .header-menu .menu-item input[type="checkbox"].menu-swich + ul {
          height: 0;
          overflow: hidden; }
        body .body-header .header-menu .menu-item input[type="checkbox"].menu-swich:checked + ul {
          height: 200px; }
  body .btn-between {
    height: fit-content; }
  body .mypage-back-icon {
    width: 17px; }
    body .mypage-back-icon.reverse-color {
      mix-blend-mode: exclusion;
      background-color: #888;
      text-align: center;
      color: #000; }
  body .mypage-back-btn {
    height: 24px;
    border-radius: unset; }
  body .show-pw-btn {
    background-color: #DFDFDF; }

.mypage-body {
  background-color: #ECECEC; }

table {
  table-layout: fixed; }

input[type=date] {
  width: 100px; }

input[type=tel] {
  width: 110px; }

input.zip {
  width: 75px; }

.input-validation-error {
  background-color: #ffc0cb !important; }

.readonly {
  background-color: #DDDDDD !important; }

select[disabled] {
  background-color: #EBEBEB !important; }

.indent {
  display: inline-block;
  width: 16px; }

.act-on-specified-commuercial-transactions {
  width: 100%;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0; }
  @media (max-width: 992px) {
    .act-on-specified-commuercial-transactions {
      position: relative;
      text-align: center; } }
  .act-on-specified-commuercial-transactions > a {
    color: black; }

.paging {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  min-width: 400px;
  font-size: 0.9rem; }
  .paging .total-count {
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 5px; }
  .paging .page-size {
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 5px; }
  .paging .label-page {
    flex-grow: 0;
    flex-shrink: 0; }
  .paging .page-buttons {
    flex: 0 0 300px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center; }
    .paging .page-buttons .page-button {
      margin-bottom: 0; }
      .paging .page-buttons .page-button input[type=radio] {
        display: none; }
        .paging .page-buttons .page-button input[type=radio] + span {
          display: inline-block;
          border: 1px solid #000;
          text-align: center;
          margin: 3px;
          background-color: #FFF;
          padding: 3px;
          min-width: 30px;
          cursor: pointer; }
        .paging .page-buttons .page-button input[type=radio]:checked + span {
          background-color: #CC0000;
          color: #FFF;
          cursor: default; }
      .paging .page-buttons .page-button.selected {
        background-color: #CC0000;
        color: #FFF;
        cursor: default; }
