@charset "UTF-8";

.marker_tb_btn {
  background: linear-gradient(rgba(255,255,255,0) 0%, #ffffa5 );
  color: #000033;
  padding: 3px 2px 0.5px 2px;
  font-weight: bold;
  border-radius: 6px;
}
/* ボタンの背景色 */
.btn_bg_class {
  background: radial-gradient(ellipse farthest-side,rgba(255,255,165,0.8),rgba(255,255,225,0));
}
