@charset="utf-8";
body {
background-color: #FFF3E3;
margin: 0;
padding: 0;
width: 100%;}

.content-wrapper {        
    margin: 15px;
    text-align: center;
    padding: 10px;
      }


.page-title {
font-size: 50px;
text-align: center;
font-weight: 500;
color: #025136;
margin-bottom: 20px;
}  

.container-grid {
    gap: 20px;     
    width: 95%;
    max-width: 1000px; 
    margin: 80px auto;
　　}

.market-card {
background: #fff;
border: 10px double #c43a30;
overflow: hidden;
margin: 25px;
   }

.image-flex-container {
    display: flex;         
    justify-content: center; 
    align-items: center;   
    gap: 15px;             
    padding: 15px;
    flex-wrap: wrap;       
}

.img-small {
    width: 150px;
    height: 180px;
    display: block;
    margin: 0 auto; 
}

.img-medium {
    width: 250px;
    height: auto;
    display: block;
    margin: 0 auto;
}
.market-info {
    margin: 15px;}

.market-info h3 {
    color: #025136;
    font-size: 22px;
    margin-bottom: 20px;
}

.mini-list {
    list-style: none;
    padding: 0;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    }

.mini-list li::before {
    content: "⭐";
    margin-bottom: 10px; 
    line-height: 1.5;
    text-align: left;
}

.detail-btn {
    display: block;
    text-align: center;
    gap: 20px;
    border: 1.5px solid #025136;
    color: #025136;
    text-decoration: none;
    padding: 10px;
    border-radius: 6px;
    font-weight: bold;
    transition: 0.2s;
}

.detail-btn:hover {
    background: #025136;
    color: #fff;
}

.table-section {
    max-width: 800px;
    margin: 25px auto;
    padding: 0 20px;
}

.table-title {
    text-align: center;
    color: #025136;
    margin-bottom: 40px;
}

.market-table {
    width: 100%;
    border-collapse: collapse;
   }

.market-table th, .market-table td {
    padding: 15px;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
    text-align: left;
}

.market-table thead th {
    background: #c43a30;
    color: white;        
}


.market-table tbody th {
    background: #f9f9f9;
    font-weight: bold;
}

.market-table td {
    background: #fff;
}

footer {
    background-color: #025136; 
    color: #ffffff;           
    text-align: center;
    padding: 20px 0;
    margin-top: 230px;        
}

footer a {
    color: #FFF3E3;           
    text-decoration: none; 
     font-size: 20px;   
    margin: 0 10px;
}

footer a:hover {
    color: #c43a30;}

.footer-info {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.6;
    color: #FFF3E3;           }

.footer-contact {
    margin: 15px 0;
    font-size: 20px;
}

.contact {
    width: 600px;    
    height: auto;
    vertical-align: middle; 
    margin-right: -180px;
}

