@charset "utf-8";
/* content/basic - minimal overrides */
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}
.ctt_admin {text-align:right}

    body {        
        line-height: 1.7;
        margin: 0;
        background: #f8f9fb;
        color: #222;
    }
    .container {
        max-width: 960px;
        margin: 40px auto;
        padding: 40px;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    }
    h1 {
        font-size: 32px;
        margin-bottom: 10px;
        color: #0b1f3a;
    }
    .date {
        font-size: 14px;
        color: #777;
        margin-bottom: 30px;
    }
    h2 {
        margin-top: 40px;
        font-size: 20px;
        color: #007BFF;
        border-left: 4px solid #007BFF;
        padding-left: 10px;
    }
    p {
        margin: 10px 0;
    }
    ul {
        padding-left: 20px;
    }
    li {
        margin-bottom: 6px;
    }
    .highlight {
        background: #f1f7ff;
        padding: 15px;
        border-radius: 8px;
        margin: 15px 0;
    }
    .footer {
        margin-top: 50px;
        padding-top: 20px;
        border-top: 1px solid #eee;
        font-size: 14px;
        color: #666;
    }

