@charset "utf-8";

.oshirase {
  font-size: 12px;
  margin: 0 0 5px;
  border: 2px solid #fffcd8;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fffcd8;
  color: #ffaf19;

}

.oshirase-label {
  display: inline-flex;
  vertical-align: top;
  padding: 5px 0 0 8px;
  width: 2%;
}

.oshirase-label::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/img/icon_info.png) no-repeat left 2px top -2px;
  background-size: contain;
}

.oshirase-date {
  margin-right: 12px;
}

.oshirase-list {
  padding: 3px 10px;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  width: 98%;
}

.oshirase-list li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.oshirase-list li a {
  color: #f58200;
}
