@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;
}
.title{
    font-size: 15px;
    line-height: 1.7;
    font-weight: bold;
}
.txt{
    margin-bottom: 2rem;
    font-size: 14px;
    line-height: 1.7;
}
.bold{
    font-weight: bold;
}
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;
}

.dress-section {
  max-width: 800px;
  margin: 0 auto;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333;
  line-height: 1.6;
}


.section-title {
  font-size: 1.5rem;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.section-title span {
  color: #666;
}

.intro-text {
  margin-bottom: 30px;
  font-size: 1rem;
}

.dress-item {
  margin-bottom: 25px;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
}

.scene-name {
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
  color: #222;
  border-left: 4px solid #555;
  padding-left: 10px;
}

.dress-details {
  margin: 0;
  padding-left: 20px;
}

.dress-details li {
  margin-bottom: 5px;
  font-size: 0.95rem;
  color: #555;
}