@charset "utf-8";
/* Default CSS STYLE **********************************************

* Copyright TAKAYA COMMUNICATIONS.inc
**************************************************************/

.ui-dialog {
    z-index: 500;
}
.ui-widget-header {
    border: none;
    /* background: none; */
}
.ui-dialog .ui-dialog-content {
    /* padding: 0px; */
}
.ui-dialog,
#modalBox {
    overflow: auto !important;
    -webkit-overflow-scrolling: touch;
}
#modalBox iframe {
    border: 0;
    pointer-events: auto;
    user-select: auto;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: block;
}
#modalBox {
    position: relative;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
