@charset "UTF-8";
/**
 * スマホサイト 色指定CSS
 * [変更履歴]
 * ---------------------------------------
 * [00] 新規作成
 */
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

/* 閾値超過の色変え */
/* 表内 定数凡例色ラベル */
span.colorLbl:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 14px;
  border: 1px solid #fff;
  vertical-align: top;
}

/* 欠測 */
td.missing, #hanreiScreen div.dataLegend span.dispStr {
  background: #a7a7a7 !important;
}

.missing.ex-colorLbl {
  color: #a7a7a7 !important;
}
