@charset "utf-8";

/* メインのフォント背景等の設定 */
.container {
    font-weight: 100;
    font-optical-sizing: auto;
    font-style: normal;
}

/* 行間調整 */
.main {
    margin-top: 160px;
}


h2 {
    margin-bottom: 80px;
}

.bio,
.exhibitions,
.competitions {
    margin-bottom: 80px;
}

dt,
dd {
    margin-block: 5px;
}

/* top artwork 装飾 */
.captionLink {
    text-align: right;
    padding-top: 0;
}

@media screen and (min-width: 750px) {
    .captionLink {
        padding-top: 10px;
    }
}

.artworkLink {
    text-decoration: underline;
}

#top .container {
    margin-bottom: 100px;
}