@charset "utf8";

.trash-box {
  border-radius: 8px;
  padding: 8px 12px;
  font-family: sans-serif;
  line-height: 1.6;
	transition: background-color 0.5s, color 0.5s;
	background-image: url(https://ichinotsubo-kamicho.jp/article/img/環境・美化/260102_trash-car.png);
}

/* 通常（彩度低め） */
.trash-normal {
  background: #f5f5f5;
  color: #333;
}

/* 回収当日 朝4:00〜8:45 */
.trash-highlight {
  background: #fff3c4;
  color: #000;
  border: 2px solid #f0c000;
}

/* 収集なし */
.trash-none {
  background: #ffecec;
  color: #b00000;
  border: 2px solid #d00000;
}

.trash-title {
  font-size: 1.0em;
  font-weight: bold;
}

.trash-today {
  font-size: 1.2em;
  margin-top: 0px;
  font-weight: bold;
}

.trash-note {
  margin-top: 0px;
  font-size: 1.0em;
  font-weight: bold;
}

.trash-tomorrow {
  margin-top: 10px;
  font-size: 0.85em;
  color: #555;
}


.trash-detail {
  font-size: 0.85em;
  color: #555;
}