<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 縺ｯ縺ｨ縺ｯ縺ｨ繝悶Ο繧ｰ 霑ｽ蜉�繧ｹ繧ｿ繧､繝ｫ */

/* 謚慕ｨｿ繝壹�繧ｸ縺ｮ繧ｹ繧ｿ繧､繝ｫ */
.single-post-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.single-post-content {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    padding: 30px;
    margin-bottom: 30px;
}

.post-title {
    color: #6a5acd;
    font-size: 24px;
    margin-bottom: 15px;
}

.post-meta {
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
}

.post-meta span {
    margin-right: 15px;
    display: inline-flex;
    align-items: center;
}

.post-meta i {
    margin-right: 5px;
}

.post-content {
    line-height: 1.8;
}

.post-content p {
    margin-bottom: 20px;
}

.post-content h2 {
    color: #6a5acd;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 22px;
}

.post-content h3 {
    color: #6a5acd;
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 20px;
}

.post-content img {
    max-width: 100%;
    height: auto;
    margin: 15px 0;
}

.post-content ul, 
.post-content ol {
    margin-bottom: 20px;
    padding-left: 30px;
}

.post-content li {
    margin-bottom: 10px;
}

/* 繝��繝悶Ν縺ｮ繧ｹ繧ｿ繧､繝ｫ */
.post-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.post-content table th,
.post-content table td {
    padding: 12px 15px;
    text-align: left;
    border: 1px solid #e0e0e0;
}

.post-content table th {
    background-color: #f5f5f9;
    color: #333;
    font-weight: bold;
}

.post-content table tr {
    background-color: #fff;
}

.post-content table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.post-content table tr:hover {
    background-color: #f0f0f0;
}

/* 繝代Φ縺上★繝ｪ繧ｹ繝� */
.breadcrumbs {
    margin-bottom: 20px;
    font-size: 14px;
    color: #666;
}

.breadcrumbs a {
    color: #6a5acd;
    text-decoration: none;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

/* 繝ｬ繧ｹ繝昴Φ繧ｷ繝� */
@media (max-width: 768px) {
    .single-post-container {
        padding: 10px;
    }
    
    .single-post-content {
        padding: 20px;
    }
    
    .post-title {
        font-size: 22px;
    }
    
    .post-content h2 {
        font-size: 20px;
    }
    
    .post-content h3 {
        font-size: 18px;
    }
}
</pre></body></html>