@charset "utf-8";
/* CSS Document */

table.table1 {
	width: 320px;
}
table.table1 th {
	vertical-align: middle;
	width: 80px;
}
table.table1 td {
	padding: 2px;
	text-align: left;
	vertical-align: middle;
	border: none;
}
table.table1 td.bt {
	border-top: 1px solid gray;
}
table.table1 td.br {
	border-right: 1px solid gray;
}
table.table1 td.bb {
	border-bottom: 1px solid gray;
}
table.table1 td.bl {
	border-left: 1px solid gray;
}

table.table2 {
	margin-left: 0;
}
table.table2 td {
	border: none;
	padding-right: 8px;
	vertical-align: middle;
	text-align: left;
	line-height: 1.3;
}

span.chuumoku {
	display: inline-block;
	padding: 0 4px;
	border: 2px solid red;
}

span.inlinet {
	display: table-row;
}
span.inlinet > span {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding: 4px 8px 4px 0;
	line-height: 1.3;
}
