﻿@font-face {
	font-family: 'NotoSans-Bold';
	src: url(../font/NotoSans-Bold.ttf);
}

@font-face {
	font-family: 'NotoSans-Regular';
	src: url(../font/NotoSans-Regular.ttf);
}

body {
    width:1920px;
    margin: 0px auto;
    padding: 0px;
    overflow-y:hidden;
    background-color: #19d7ff;
    touch-action: none;
}

#chara {
    position: absolute;
    left: 71%;
    top: 38%;
}

#chara_img {
    width:100px;
    height:150px;
}