.content table {
    border: 1px solid #CCCCCC;
    width: 100%;
    background-color: white;
    font-size: 0.85em;
}


/* コンテンツ */

.submenu {
    background-color: lightblue;
    font-size: 0.8em;
    color: black;
    line-height: 28px;
    padding-left: 6px;
    margin: 0 auto 0;
    text-align: center;
}

.content h2 {
    background-color: #014471;
    font-size: 0.9rem;
    color: #ffffff;
    line-height: 23px;
    padding-left: 15px;
    margin-top: 1px;
    margin-bottom: 0;
}

.content h3{
    font-weight: normal;
    font-size: 1rem;
    color: navy;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.content p {
    font-size: 0.85em;
    line-height: 1.6;
    margin-top: 1rem;
    margin-bottom: 1rem;
}


.content .image{
    text-align: center;
}
.content table#announce-table {
    width: 98%;
    margin: 1%;
    border-collapse: collapse
}

.content table#announce-table tr {
    border: 1px solid #dedede;
}

.content table#announce-table tr td {
    padding: 1%;
}

.content table#announce-table tr td:first-child {
    width: 11%;
}

/* topページのお知らせボックス */
div#announce{
    margin: 3% 0;
}
div#announce-box {
    height: 150px;
    overflow-x: visible;
    overflow-y: scroll;
    border: 1pt solid #014471;
}

div#announce-box table{
    border-collapse: collapse
}

div#announce-box table tr{
    border: 1px solid #dedede;
}

#announce-box-table-body tr td:first-child{
    width: 10%;
}

#announce p:last-child{
    text-align: right;
}

