@charset 'UTF-8';
* {
	font-family: 'ＭＳ Ｐゴシック';
	font-size: 12px;
}
h1 { font-size: 24px; }
h2 { font-size: 16px; }
table {
	border: none;
	border-collapse: collapse;
}
th, td {
	border: 1px solid #ffffff;
	margin: 0;
	padding: 3px;
}
th { text-align: left; }
input {
	font-weight: normal;
	padding-right: 3px;
	text-align: right;
}

.center { text-align: center; }
.left   { text-align: left; }
.right  { text-align: right; }
.clear  { clear: both; }
.sum th, .sum td {
	border-bottom: 1px solid #000000;
	padding: 10px 3px;
}
.table-in {
	border-bottom: 1px solid #000000;
	padding: 12px 0;
}
.table-in table, .table-in table th, .table-in table td {
	border: none;
	border-color: #ffffff;
	padding: 3px;
	padding-left: 0;
}
.result td {
	font-weight: bold;
	padding-top: 8px;
}
.button {
	padding: 2px 5px;
	text-align: center;
	width: 65px;
}
#memo {
	padding-left: 10px;
}

