@charset "UTF-8"; body { width: 100%; height: 100%; background-color: #595757; font-family: 'メイリオ', Meiryo, Osaka, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック体', 'Yu Gothic', YuGothic, 'MS Pゴシック', 'MS PGothic', sans-serif; } div.table { width: 100%; display: table; height: 100%; } div.table_cell { width: 100%; display: table-cell; height: 100%; text-align: center; vertical-align: middle; } div.anime_wrap { width: 400px; height: 300px; margin-left: auto; margin-right: auto; } div.click_me { a,a:link,a:visited { border-bottom: 1px dotted #999; color: #000; font-size: 12px; text-decoration: none; } a:hover { background-color: #EEEEEE; } } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .anime_wrap:not(:target) { visibility: hidden !important; /* IE10(\9なしでIE11にも適用) */ } }