@charset "UTF-8";

body {
	width: 800px;
}
body > font {
	font-size: 24px;
}
font {
	font-size: 16px;
}

@media screen and (max-width:480px) {
body {
	width: auto;
}
th, td {
	display: flex;
}
table img {
	width: 100%;
	height: auto;
}
div > img {
	display: none;
}

}