<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*å•†å“è©³ç´°ãƒšãƒ¼ã‚¸ã®ã‚¹ãƒšãƒƒã‚¯è¡¨*/
.productTable{
    border-spacing:30px 0 ;
}

.productTable th,.productTable td{
    border-bottom: 1px solid #f2f2f2;
}

/*CP+2025ã‚­ãƒ£ãƒ³ãƒšãƒ¼ãƒ³ã‚µã‚¤ãƒˆç”¨ã®cssã«ãªã‚Šã¾ã™*/

/* å¤§è¦‹å‡ºã— */
.cp2025_heading {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: left;
    padding: 10px 15px;
    border-radius: 10px;
    background: linear-gradient(to right, #E0F7FA, #ECEFF1);
    color: #37474F;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    letter-spacing: 1px;
    margin-top: 30px;
}

/* èª¬æ˜Žæ–‡ */
.cp2025_description {
    text-align: center;
    font-size: 1.1rem;
    color: #455A64;
    margin: 10px 0 20px;
}

/* ã‚»ã‚¯ã‚·ãƒ§ãƒ³å…¨ä½“ */
.cp2025_product-section {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
}

/* å•†å“ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ï¼ˆæ¨ªä¸¦ã³ï¼‰ */
.cp2025_product-content {
    display: flex;
    flex-direction: column; /* ç”»åƒ â†’ ä¾¡æ&nbsp;¼ã®é&nbsp;† */
    align-items: center;
    gap: 20px;
}

/* å•†å“ç”»åƒ */
.cp2025_product-image img {
    width: 400px;
    height: 400px;
    max-width: 100%;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.15);
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 30px; /* å•†å“ç”»åƒã¨ä¾¡æ&nbsp;¼ç”»åƒã®é–“ã®ä½™ç™½ */
}

/* ä¾¡æ&nbsp;¼ç”»åƒ */
.cp2025_price-image img {
    width: 190px;
    height: 285px;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.15);
}


/* è³¼å…¥ãƒœã‚¿ãƒ³ */
.buy-button {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    padding: 10px 40px;
    margin: 20px 0;
    border-radius: 12px;
    text-decoration: none;
    color: #ffffff;
    background: linear-gradient(to right, #90CAF9, #64B5F6);
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    border: none;
}

/* ãƒ›ãƒãƒ¼æ™‚ã®ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³ */
.buy-button:hover {
    background: linear-gradient(to right, #64B5F6, #42A5F5);
    box-shadow: 4px 6px 12px rgba(0, 0, 0, 0.3);
    transform: scale(1.05);
}

/* ä¸­è¦‹å‡ºã—ã®å°è¦‹å‡ºã— */
.cp2025_subheading {
    font-size: 1.3rem;
    font-weight: bold;
    margin-top: 15px;
    padding: 6px 12px;
    background: linear-gradient(to right, #F0F4C3, #FFFDE7);
    border-radius: 8px;
    color: #5D4037;
    display: inline-block;
}

@media (max-width: 768px) {
    .cp2025_product-content {
        flex-direction: column;
        align-items: center;
    }

    .cp2025_product-image img {
        width: 100%;
        max-width: 400px;
        height: auto;
    }

    .cp2025_price-image img {
        width: 100%;
        max-width: 200px;
        height: auto;
    }

}

.product-link_cp2025 {
    display: flex;
    flex-direction: column;
    align-items: center; /* ä¸­å¤®é…ç½® */
    text-decoration: none; /* ä¸‹ç·šã‚’ãªãã™ */
}

.product-name_cp2025 {
    margin-top: 5px; /* ç”»åƒã¨ãƒ†ã‚­ã‚¹ãƒˆã®é–“ã®ä½™ç™½ */
    font-size: 1rem; /* é©åº¦ãªã‚µã‚¤ã‚º */
    font-weight: bold; /* å¤ªå­— */
    color: #37474F; /* ãƒ€ãƒ¼ã‚¯ã‚°ãƒ¬ãƒ¼ç³»ã®è½ã¡ç€ã„ãŸè‰² */
    text-align: center;
}

.cp2025_images {
    display: inline-flex;
    flex-direction: column;
}

/* å•†å“ç”»åƒ */
.cp2025_product-image {
    display: flex;
    justify-content: center;
    gap: 20px;
}

/* ä¾¡æ&nbsp;¼ç”»åƒã‚’ã¾ã¨ã‚ã‚‹ã‚³ãƒ³ãƒ†ãƒŠ */
.cp2025_price-wrapper {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 20px;
    flex-wrap: wrap; /* ç”»é¢å¹…ãŒç‹­ã„æ™‚ã¯æŠ˜ã‚Šè¿”ã™ */
}

/*CP+2025ã‚­ãƒ£ãƒ³ãƒšãƒ¼ãƒ³ã‚µã‚¤ãƒˆç”¨ã®cssã“ã“ã¾ã§ã«ãªã‚Šã¾ã™*/</pre></body></html>