@charset "utf-8";
/* CSS Document */

.zEWidget-launcher{
  display: none;
}

.launcherFrame{
  display: none;
  position: fixed; 
  bottom: 100px;
  right: 10px;
}


/*---------------------------
ウィジェット設定 2022/0304/追加
---------------------------*/
.launcherFrame .launcherImage { 
  background-color: transparent;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  display: block;

  cursor: pointer;

  width: 120px;
  height: 62px;
  background-image: url("/common/images/widgets_bnr.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1000;
}

@media (min-width: 700px){
  .launcherFrame:not(.min) .launcherImage { 
    width: 180px;
    height: 63px;
    background-image: url(/common/images/widgets_bnr.png);
    background-size: contain;
  }
}