@charset "Shift_JIS";

/* コラム 一覧テーブル1 ここから */

.column-list-table01
{
	border-collapse: collapse;
	width: 95%;
	padding: 0;
	border-top: 1px solid #7F7F7F;
	border-left: 1px solid #7F7F7F;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.column-list-table01 th
{
	background: #EFF3F6;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	padding: 2px 5px;
	border-right: 1px solid #7F7F7F;
	border-bottom: 1px solid #7F7F7F;
	height: 20px;
	font-size: 14px;
}

.column-list-table01 th.number
{
	width: 23%;
}

.column-list-table01 th.date
{
	width: 30%;
}

.column-list-table01 th.lot
{
	width: 12%;
}

.column-list-table01 th.money
{
	width: 35%;
}

.column-list-table01 td
{
	background: #fff;
	vertical-align: middle;
	text-align: center;
	padding: 5px 5px;
	border-right: 1px solid #7F7F7F;
	border-bottom: 1px solid #7F7F7F;
	height: 20px;
	font-size: 14px;
}

.column-list-table01 td.number
{
	width: 23%;
}

.column-list-table01 td.date
{
	width: 30%;
    text-align: left;
}

.column-list-table01 td.lot
{
	width: 12%;
}

.column-list-table01 td.money
{
	width: 35%;
}

.column-list-table01 tr:nth-child(odd) td {
	background-color: #f5faff; /* 薄い青 */
}

/* コラム 一覧テーブル1 ここまで */

