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

body{
    
    width: 100vw;
    height: 100vh;
    background-repeat: no-repeat;
    background-position:center center;
    background-size: cover;
    background-attachment: fixed;
    font-size:14pt;
    font-family: "メイリオ", sans-serif;
    margin:0px;
    padding: 0px;
}