select {
    -webkit-appearance: none; /* iOS Safari */
    appearance: none; /* Standard */
    font-size: 20px;
  }
  
  .list-ai ul:nth-child(odd) {
    background-color: #ffffff;
    color:black;
  }
  
  .list-ai ul:nth-child(even) {
    background-color: #b0e0e6; /* 水色 */
    color:black;
  }
  
  .list-ai ul {
    padding: 8px;
    border: 1px solid #ddd;
  }
  
  .content-preview {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
    cursor: pointer;
  }
  
  .norecord {
    background-color: #AAA;
    color: aliceblue;
    color:black;

  }
  
  .finish {
    background-color: #061F62;
    color: aliceblue;
  }
  
  .read {
    background-color: #2CA51E;
    color: aliceblue;
  }
  
  .unread {
    background-color: #F43A3D;
    color: aliceblue;
  }
  
  .finish, .unread, .read, .norecord {     
    flex: 0.5 !important;  
  }
  
  .readtitle {    
    flex: 0.69 !important;  
  }
  
  .soudanwidth {
    text-align: center;
  }
  
  h4.home {
    margin-top: 20px;
  }
  
  .reserve-area .reserve-area-title { 
    padding-bottom: 0px !important;
  }
  
  section.reserve-area {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    background-color: aliceblue;
    color:black;

  }
  
  .reserve-area h1.reserve-area-title {
    font-size: 200%;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  
  /* Layout styles */
  .appraiser-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  
  .appraiser-image {
    width: 100px;
    height: 100px;
    background-color: #ddd;
    border-radius: 50%;
    color:black;

  }
  
  .appraiser-response {
    flex: 1;
    padding: 10px;
  }
  
  /* Mobile responsiveness */
  @media (max-width: 600px) {
    .appraiser-container {
      flex-direction: column;
    }
  
    .appraiser-response, .appraiser-image {
      width: 100%;
    }
  
    .appraiser-image {
      margin-bottom: 10px;
    }
  }
  
  .appraiser-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f2f5fa;
    border-radius: 10px;
    color:black;

    padding: 0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: 10px auto;
  }
  
  .appraiser-response {
    margin: 10px 0;
  }
  
  .appraiser-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 10px;
  }
  
  .reserve-area-title {
    color: #333;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  
  label {
    display: block;
    font-weight: bold;
    color: #555;
    margin-bottom: 5px;
  }
  
  p {
    color: #666;
    line-height: 1.6;
  }
  
  button {
    background-color: #e9573f;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
  }
  
  button:hover {
    background-color: #cd4436;
  }
  
  .m_remarks, h4 {
    font-size: 120%;
    padding: 20px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
  }
  
  h4 {
    border-left: #F60 6px solid;
    border-bottom: #F60 1px solid;
    padding: 2px;
    padding-left: 10px;
    color: #333;
    font-size: 140%;
    font-weight: 900;
  }
  
  .m_date { 
    color: #F60;
    float: right;
    padding: 4px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
  }
  
  .m_kantei {
    font-size: 120%;
    padding: 20px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
  }
  
  header {
    font-size: 6px;
    height: 4px;
    background-color: #666;
    color: white;
    display: none;
  }
  
  .appraiser-block {
    clear: right;
    text-align: center;
    margin-bottom: 8px;
    float: right;
    font-family: 'Noto Serif JP', serif;
    padding: 20px;
  }
  
  .appraiser-image {
    float: right;
    max-width: 200px;
    height: auto;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 0px;
  }
  
  .appraiser-name {
    display: block;
    margin-top: 4px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
  }
  
  .appraiser-name {
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
  }
  
  .alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    width: auto;
    max-width: 100%;
    height: auto;
  }
  
  .text-with-image {
    overflow: auto;
  }
  
  .reserve-area {
    background-color: #FFF !important;
    padding: 0 !important;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.8em;
    color:black;

  }
  
  body {
    padding: 0 !important;
  }
  
  .reserve-area h2,
  .reserve-area h1,
  .reserve-area h3 {
    font-size: 150%;
  }
  
  .button {
    background-color: #00F;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
  }
  
  .center {
    text-align: center;
  }
  
  .button.center {
    margin: auto;
    margin-top: 30px;
    clear: both;
    display: inline-block;
  }
  
  .image-in-text {
    float: left;
    padding: 5px;
    padding-right: 20px;
    background-color: #f2f5fa;
    width: auto;
    height: auto;
    max-width: 50%;
  }
  
  @media (max-width: 600px) {
    .image-in-text {
      float: none;
      display: block;
      margin: 0 auto 10px;
      max-width: 100%;
      background-color: aliceblue;
      color:black;

    }
  }
  
  .image-out-text {
    margin: auto;
    margin-bottom: 10px;
    width: auto;
    max-width: 50%;
    height: auto;
  }
  
  .modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
  }
  
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto; 
    padding: 20px;
    border: 1px solid #888;
    width: 50%; 
  }
  
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  
  .modal-background {
    display: none;
    position: fixed;
    font-size: 150%;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
  }
  
  .ptform {
    padding: 20px;
    margin-bottom: 10px;
  }
  
  .modal-header {
    padding: 2px 16px;
    background-color: #5c5c5c;
    color: white;
    text-align: center;
  }
  
  .modal-body {
    padding: 2px 16px;
  }
  
  .modal-footer {
    padding: 2px 16px;
    background-color: #5c5c5c;
    color: white;
    text-align: center;
  }
  
  .modal-content h2.points {
    font-family: 'Arial', sans-serif;
    font-size: 120%;
    display: inline-block;
    color: darkgreen;
  }
  
  .modal-content label {
    display: block;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    margin: 15px 0;
    width: 200px;
    display: inline-block;
  }
  
  .purchase-btn {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
    width: 40% !important;
  }
  
  @media screen and (max-width: 600px) {
    .modal-content {
      width: 80%;
    }
  }
  
  .infomationmessage {
    display: none;
    padding: 20px;
    background-color: #f2f2f2;
    border-left: 5px solid #4CAF50;
    margin: 10px 0;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    font-family: Arial, sans-serif;
  }
  
  h1.infomationmessage {
    margin: 20px 0;
    color: #333;
    text-align: center;
  }
  
  .tellings {
    color: darkblue;
    font-size: 12px;
    margin: 5px;
    margin: auto;
    line-height: 1.5em;
    width: 140px;
  }
  
  .leftline {
    text-align: left;
  }
  
  .appraiser-block li {
    list-style: none;
  }
  