/* Panel用設定 */
[data-jwf-style="Panel"] {
  box-sizing: border-box;
  user-select: none;
  background-color: darkgrey;
  border-color: lightgray dimgrey dimgrey lightgray;
}