/* Version: 1.1.0 */
.memberBlk a:last-child {
  width: auto !important;
  padding-left: 0px !important;
}

.dataPrdTree .TreeMenu[hidden] {
  display: none !important;
}

.dataPrdTree .TreeGroup.hasSubMenu > .TreeMenu.is-menu-open {
  display: block;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 2;
  left: 50%;
  transform: translate(-50%);
  overflow-y: auto;
  max-height: 400px;
  z-index: 999 !important;
}

.dataPrdTree a.TreeItem:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

.dataPrdTree a.TreeItem[role="button"] {
  cursor: pointer;
}

@media (max-width: 768px) {
  .dataPrdTree .TreeGroup.hasSubMenu > .TreeMenu.is-menu-open {
    position: relative;
    left: 0;
    transform: none;
    min-width: 0;
    max-height: none;
    box-shadow: none;
  }
}

a.presTabIndex {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
}

.meMsg_ItemImgDiv .meMsg_ItemURL {
  position: absolute;
  top: 0;
}

a.focusable-img {
  display: inline-block; /* ç¢ºä¿æœ‰å¯¬é«˜ */
  pointer-events: auto; /* ç¢ºä¿å¯èšç„¦ */
  position: relative;
  top: -40px;
}

a.focusable-img:focus {
  outline: 3px solid #00f; /* èšç„¦æ™‚é¡¯ç¤ºè—æ¡† */
  outline-offset: 2px;
}

img.b1,
img.b0,
body .JsShowImg .meMsg_MsgListBlk img.b0,
body .JsShowImg .meMsg_MsgListBlk img.b0:hover {
  top: 0 !important;
}
