/**
 * 【総合防災】避難所開設状況用css
 * ------
 * 更新履歴
 * [00] 新規作成
 * [01] 2021.05.07 SGK 	避難所混雑状況用のcssを追加
 */
.disapre-situation-table tbody tr th,
.disapre-situation-table tbody tr td {
  border-left: 1px solid #b5b4b4;
  border-bottom: 1px solid #b5b4b4;
  width: 10rem;
  text-align: center;
  padding: 0 5px;
}
.disapre-situation-table tbody tr th{
  width: 6rem;
}
.disapre-situation-table tbody tr th:first-child {
  border-left: none;
  width: 11rem;
}
/*********************
	[01]避難所混雑状況
**********************/
.disapre-search-shelter-detail .shelter-congestion{
  display: inline-block;
  padding:1px 10px 2px 10px;
  border-radius: 10px;
  letter-spacing: 1px;
}
.disapre-search-shelter-detail .shelter-congestion.status_0{
	background-color: #CAD9E1;
}
.disapre-search-shelter-detail .shelter-congestion.status_1{
	background-color: #CAF86F;
}
.disapre-search-shelter-detail .shelter-congestion.status_2{
	background-color: #FFE066;
}
.disapre-search-shelter-detail .shelter-congestion.status_3{
	background-color: #FFA6B5;
}
.disapre-search-shelter-detail .shelter-congestion span{
  margin-right: 3px;
  vertical-align: baseline;
  font-weight: bold;
}