@font-face{
    font-family: 'YuGo';
    src: url("/wp-includes/fonts/Yu Gothic UI - Regular.ttf") format('truetype');
}
*,html {
    margin: 0;
    padding: 0;
    word-break: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'YuGo',"Yu Gothic UI","メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Hiragino Sans,"Noto Sans JP",sans-serif;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
}

ul,li{
    list-style: none;
}

a{
    text-decoration: none;
}

body {
    width: 100%;
    margin: 0 auto;
}

img {
    max-width: 100%;
}