@charset "utf-8";
html{
    zoom:1 !important;
}
body{
    background:rgba(0,0,0,0) !important;
    overflow: hidden !important;
}
#PLiCySystemParent{
    overflow: auto;
}
#Popup{
    left: 5%;
    width: 90%;
    height: 80%;
    top: 5%;
    zoom: 0.8;
}
#PLiCySystemBottoms {
    background:rgba(0,0,0,0) !important;
}
.isSP canvas#windowCanvas{
    position:fixed !important;
    top:0 !important;
    left:0 !important;
    width:100% !important;
    height:96% !important;
}