@charset "utf-8";
#partyreport h2{
    text-align: center;
    letter-spacing: 3px;
    font-size: 28px;
}
#partyreport .info-article-header{
    border-bottom: none;
    margin: 2em 0;
}
#partyreport .info-article-header small{
    margin-top: 10px;
    font-weight: normal;
    font-size: 9pt;
    line-height: 1;
}#partyreport .content{
    max-width: 700px;
    margin: auto;
}
#partyreport .content .inner{
    padding: 10px;
}
.desc{
    margin-bottom: 2rem;
    font-size: 14px;
    line-height: 1.7;
}
.txt{
    margin-bottom: 2rem;
    font-size: 14px;
    line-height: 1.7;
}
img{
    width: 100%;
    vertical-align:top;
}
.image{
    margin: 0;
}
#partyreport .photo-1,.photo-2,.photo-2-small,.photo-3,.photo-4{
    display: grid;
    margin-bottom: 1.5rem;
}
.right-image{
    grid-column: 2 / 3;
    grid-row: 1 / 3;
}
.left-image{
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}
.top-right-image{
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}
.bottom-right-image{
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}
