@charset "utf-8";

/* 親画面CSSの上書き用ファイル */
#chat_banner{
    cursor: pointer;
    display: block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000899;
  }

#bannerImage{
    width: 257px;
    height: 148px;
}
#bannerImageSmall{
    width: 139px;
    height: 76px;
}

#bannerCloseImage {
    right: -3px;
    top: -7px;
}
#bannerCloseImageSmall {
    position: absolute;
    right: -25px;
    top: -25px;
}