@charset "UTF-8";

.no-border a,
.no-border span {
	color: #21279a;
}

.section-title {
    color:#21279a;
    font-size:130%;
    font-weight:bold;
}

.indent {
    margin: 4px 0 10px;
    padding-left: 1em;
    text-indent: 0;
}

/* 表彰式写真 */
.award-photo {
    text-align: center;
    margin: 20px 0 30px;
}

.award-photo img {
    max-width: 100%;
    height: auto;
    border: 1px solid #dddddd;
    padding: 5px;
    background: #ffffff;
}

.photo-caption {
    color: #21279a;      /* 青 */
    font-size: 115%;     /* section-title(130%)より少し小さめ */
    font-weight: normal; /* 太字なし */
    margin-top: 10px;
}

/* 選考委員会 */

.committee {
    margin-top: 5px;
}

.committee div {
    margin: 0;
    line-height: 1.4;
}

.member-row{
    display:flex;
    align-items:flex-start;
}

.member-row .role{
    flex:0 0 6em;
}

.member-row .member{
    flex:1;
}

.committee .role,
.committee .member {
    color: #000000 !important;
}