﻿html, body {
    font-family: 'Roboto Condensed', '微軟正黑體', 'Microsoft JhengHei', 'Segoe UI Semibold', 'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    background : #000000;
}

a {
    color: #FFFFFF;
}

div#container {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 1rem;
}

/* 活動標題 */
h1.pageHeading {
    font-size: 2rem;
}

.picContainer
{
    text-align : center;
}

.eachPic {
    max-width: 90vw;
    max-height: 90vh;
    height: auto;
}

/* ==================================================== */

.mainDescription 
{
    border-bottom: solid 1px #FFFFFF;
}

/* 連結、附件、片段的標題 */
.sectionHeading {
    box-sizing: border-box;
    font-size: 1.1rem;
    font-weight: 700;
}

.medias {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: dashed 1px #e5e5e5;
    padding: 1rem 0;
}

.eachMedia {
    box-sizing: border-box;
    margin: 0.5rem auto 0.5rem auto;
    border: solid 1px #e5e5e5;
    border-radius: 5px;
    padding: 1rem;
    box-shadow: 1px 1px 4px #D1C7C5;
    max-width: 100%;
}

    .eachMedia > * {
        max-width: 100%;
    }

.links, .attachments {
    box-sizing: border-box;
    padding-left: 1rem;
    border-bottom: dashed 1px #e5e5e5;
    padding-bottom: 1rem;
}

    .links .eachLink, .attachments .eachAttachment {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: baseline;
    }

        .links .eachLink .caption, .attachments .eachAttachment .caption {
            flex-grow: 0;
            flex-shrink: 0;
            margin-right: 2rem;
            box-sizing: border-box;
            display: block;
        }

        .links .eachLink .description, .attachments .eachAttachment .description {
            display: block;
            flex-grow: 1;
            flex-shrink: 1;
            box-sizing: border-box;
        }
