/* CSS Document */

html, body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

.table th, .table td {
	vertical-align: middle;
}

th.wauto,
td.wauto {
    white-space: nowrap;
    width: 1px;
}