@charset "UTF-8";
/* CSS Document */

/*　展覧会詳細ページ　収蔵品展／project N */
header.p-exhArticle__header h1 { font-weight: 600; }
header.p-exhArticle__header h1 span.title { font-size: 1.75rem; }

#exhibition-detail a {
    color: #04a7c4;
    text-decoration: none;
}

#exhibition-detail a:hover {
    text-decoration: underline;
}

/*トップ画像を最大600pxとした場合*/
.p-exhArticle__contents figure { max-width: 600px; }

/*トップ画像を縦画像が大きすぎる場合300〜500を指定*/
.p-exhArticle__contents figure.width500 { max-width: 500px; }
.p-exhArticle__contents figure.width400 { max-width: 400px; }
.p-exhArticle__contents figure.width300 { max-width: 300px; }
