@charset "UTF-8";
/* 日本語（UTF-8） */

body {
	margin: 20px;
	padding: 0;
	font-family: sans-serif;
	line-height: 150%;
}

h1 {
	font-size: 175%;
	font-weight: normal;
	margin: 0;
	margin-top: 30px; /* xrea */
}

ul {
	margin: 5px 35px;
	padding: 0;
}

li {
	list-style-type: circle;
}

#trash a {
	position: absolute;
	top: 0px;
	right: 0px;
	border: none;
}

#trash a img {
	border: none;
	width: 25px;
	height: 24px;
}

canvas {
	/*border: 1px solid black;*/
	position: fixed;
	right: 0;
	bottom: 0;
}

