@charset "utf-8";

body {
	background-color: #FFF;
}

header, footer, nav {
	display: none;
}

article {
	width: 100%;
}

#contents {
	width: 100%;
	padding: 10px;
}

h2 {
	margin: 0 0 0.5em 0;
}

select {
	border: none;
	font-size: 1em;
}

input[type=submit], .button {
	display: none;
}

table th, table td {
	font-size: 0.7em;
	padding: 3px;
}
