/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

/* カスタマイズする場合にはこれより下に追記してください  */
----------------------------------------------------------------------------------------

.scroll-table {
	white-space: nowrap;
}

table.layout-table {
	table-layout: fixed;
	text-align: center;
}
table.layout-table tr td:nth-child(1) {
	width: 60px;
	background: #f4f4f4;
}
table.layout-table tr td:nth-child(n+2) {
	width: 100px;
}
table.layout-table tr:nth-child(1) {
	background: #f4f4f4;
}
------------------------------------------------------------------------------------------