@charset "UTF-8";
/* CSS Document */

        /* リスク別の背景色 */
        td.low { background-color: #66dc66; } /* 緑 */
        td.high { background-color: #ffff33; } /* 黄色 */
        td.very-high { background-color: #ff9966; } /* オレンジ */
        td.extreme { background-color: #ff3333; } /* 濃い赤 */

.thGray1 {

}
.thGray2 {
background:#f5f5f5;
}

table.heatmap {
margin:0 auto 2em auto;
border-collapse: collapse;
border-spacing: 0;
text-align:center;
font-size:0.9em;
}
.heatmap th, .heatmap td {
  border: 1px solid #ccc;
  padding: 2px;
vertical-align:middle;
}
.heatmap th {
background:#e6e6e6;
}