﻿.notice {
    width:100%;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 20px;
    margin-bottom: 20px;
    box-sizing:border-box;
}

.date {
    color: #0078D4;
    font-weight: bold;
}

.title {
    font-weight:bold;
    margin: 10px 0;
}

.title a {
    color: #00608d;
    text-decoration: none;
    font-size: 1.2em;
    text-align:center;
}

.title a:hover {
    text-decoration: underline;
    color: #68a9cf;
}

.content {
    text-align:center;
}

.content p {
    margin: 10px 0;
    text-align:left;
}

.content strong {
    display: block;
    margin: 10px 0;
    font-size: 1.1em;
    color: #333;
}

.footer {
    font-size: 0.9em;
    color: #666;
    border-top: 1px solid #e0e0e0;
    padding-top: 10px;
    margin-top: 10px;
    text-align:right;
}

.footer a {
    color: #0078D4;
    text-decoration: none;
}

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

hr {
    width:100%;
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 40px 0;
}

.end {
    color:red;
}

.read-more {
    display: inline-block;
    padding: 10px 20px;
    background-color: #006400;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

.read-more:hover {
    background-color: #008000;
}
