/* 社会的活動ページ用CSS */

/* イベント画像 */
.event-image {
    max-width: 100%;
    height: auto;
}

/* イベント概要テーブル */
.event-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.event-table td {
    padding: 10px;
    border: 1px solid #ddd;
}

.event-table td:first-child {
    background-color: #f9f9f9;
    font-weight: bold;
    width: 150px;
}

/* プログラムリスト */
.program-list {
    margin-top: 15px;
    padding-left: 20px;
}

.program-list li {
    margin-bottom: 10px;
}

/* 申込締切 */
.deadline {
    margin-top: 15px;
}

.deadline strong {
    font-weight: bold;
}

/* お問合せ */
.contact-info {
    margin-top: 15px;
}

/* LinkBox スタイル（link.cssから移動） */
div.LinkBox {
    margin: 0 10px 5px 10px;
    padding: 10px 5px 10px 5px;
    border-bottom: 1px dotted #CCCCCC;
    text-align: center;
}

div.LinkBox a {
    background: #f5f5f5;
    display: block;
    padding: 16px 10px;
    text-decoration: none;
    border-radius: 6px;
    font-size: large;
    color: #088875;
    width: 80%;
    margin: 0 auto;
}

div.LinkBox a:hover {
    background: #ddd;
}

div.LinkBox:last-child {
    border-bottom: none;
}

div.LinkBox a img {
    vertical-align: top;
}

/* PDFアイコン */
.pdf-icon {
    vertical-align: middle;
    margin-right: 5px;
}
