@charset "utf-8";
/* CSS Document */

body{
    /*background: rgb(175,175,175);
    background: linear-gradient(90deg, rgba(175,175,175,1) 0%, rgba(255,255,255,1) 49%, rgba(175,175,175,1) 100%);
    background-size: cover;
    background-attachment: fixed;*/
    font-size:14pt;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 500;
    margin:0px;
}
html {
overflow-y:scroll;
}