@charset "UTF-8";
.table--fixed {
		table-layout: fixed;
}
.table {
		border-collapse: separate;
}
.table td {
		vertical-align: top;
}
.l-note .note {
		display: table-cell;
}