/* メニューのホバー時の文字に付いてしまう下線を消去する。 */
.geSidebarContainer a:hover,
.geMenubarContainer a:hover,
.geToolbar a:hover {
  text-decoration: none;
}

/* サイドバー内のボタンの枠線の角丸を復活させる。 */
.geSidebarContainer button {
  border-radius: 3px;
  border-width: 1px;
}

/* Arial Unicode MS の影響を排除する。 */
html td.mxPopupMenuItem,
.geEditor {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial !important;
}
