/** 警報色（マーク） */
.lv0 { background-color: rgba(255,255,255,1); }
.lv2 { background-color: rgba(243,231,0,1); }
.lv3 { background-color: rgba(255,40,0,1); color: #fff; }
.lv4 { background-color: rgba(170,0,170,1); color: #fff; }
.lv5 { background-color: rgba(12,0,12,1); color: #fff; }
/** 警報色（テキスト） */
.lv2-text { color: rgba(243,231,0,1); }
.lv3-text { color: rgba(255,40,0,1); }
.lv4-text { color: rgba(170,0,170,1); }
.lv5-text { color: rgba(12,0,12,1); font-weight: bold; }