﻿@font-face {
    font-family: "Noto Sans CJK JP";
    src: url("assets/NotoSansJP-DemiLight.otf");
}

html,
body {
    height: 100%;
    background-color: #fafafa;
    color: #333333;
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
    font-size: 18px;
}

header {
    width: 100%;
    height: 48px;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    box-shadow: 0 0 16px rgba(100, 100, 100, 0.3);
}

.img-container {
    position: absolute;
    left: 16px;
    top: 0;
    bottom: 0;
}

.title {
    font-size: 24px;
    font-weight: bold;
}

#app-content {
    padding-top: 64px;
}

#sorry-container {
    padding-top: 10px;
}

.support-list {
    font-size: 14px;
}
