﻿
/* 設定１つ  - 四辺すべてに適用 */
/* 設定２つ  - 上下 | 左右 */
/* 設定３つ  - 上 | 左右 | 下 */
/* 設定４つ  - 上 | 右 | 下 | 左 */

#mask {
    display: none;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    width: calc(100vw - 15px);
    height: 99999px; /*画面外を含めた高さの設定がわからず．．．．*/
}

#datablk { /*とりあえずdatablk内のみ*/
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
/*    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
*/}