@charset "utf-8";

table.normal{
	width: 400px;
}
@media screen and (max-width: 479px) {
table.normal{
	width: 100%;
}
}