@charset "utf-8";
table {
	padding: 10px;
	margin: 0 auto 0 50px;
	background-color: #eeeeee;
	border: 1px solid #5E740B;
}
td, th {
	width: 100px;
	height: 25px;
	border: 1px solid #5E740B;
}
th {
	text-align: center;
	background-color: #cccccc;
}
#table1 td:nth-child(1) {
	text-align: left;
	padding-left: 5px;
}
#table1 td:nth-child(2) {
	text-align: left;
	padding-left: 5px;
}
#table1 td:nth-child(3) {
	text-align: right;
	padding-right: 5px;
}
#table2 td:nth-child(1) {
	text-align: left;
	padding-left: 5px;
}
#table2 td:nth-child(2) {
	text-align: right;
	padding-right: 5px;
}
#table2 td:nth-child(3) {
	text-align: right;
	padding-right: 5px;
}

@media screen and (max-width: 768px) {
	table {
		margin-left: 30px;
	}
	td, th {
		width: 80px;
	}
}