/*共通の部品や文字装飾*/
.underline_yellow {
  background: linear-gradient(transparent 0%, #ebfc03 60%);
  font-weight: bold;
}
.futomozi {
  font-weight: bold;
}
.link_under {
  text-decoration: underline;
  text-decoration-color: blue;
  color: blue;
}
.marker_save {
  font-weight: 400;
  color: #ffffff;
  background-color: #2b9ad6;
  padding: 2px 6px 2px 6px;
}
.marker_fukugen {
  font-weight: bold;
  color: #ffffff;
  background-color: #e7ae12;
  padding: 3px;
}
.marker_del {
  font-weight: bold;
  color: #ffffff;
  background-color: #ff0000;
  padding: 3px;
}
