@charset "utf-8";

* {
    opacity: 1 !important;
}
#coverall {
    display:none !important;
}
body {
    padding-top:30px;
}
body::after {
    content: "javascriptがオフになっているため正常な表示ができません";
    position:fixed;
    top:0;
    bottom:0;
    width:100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    background-color: #f00;
    color: #fff;
}