@charset "UTF-8";

table.std-tbl tr > * {
	padding: calc(var(--space-unit) / 2);
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	overflow: auto;
}
table.std-tbl tr:last-child > * {
	border-bottom-width: 0;
}
table.std-tbl th {
	background-color: #E9EEF6;
	font-weight: 700;
	white-space: nowrap;
	min-width: 100px;
}
table.std-tbl .tate-kotei:before, table.std-tbl .tate-yoko-kotei:before {
	content: "";
	position: absolute;
	background-color: #DDE3EA;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
}
table.std-tbl .yoko-kotei:after, table.std-tbl .tate-yoko-kotei:after {
	content: "";
	position: absolute;
	background-color: #DDE3EA;
	width: 1px;
	height: 100%;
	top: 0;
	right: 0;
}
table.std-tbl tr > *:hover {
	background-image: url("../../img/hover.png");
}