﻿#NAAIRagChatIframe {
    border: none;
    overflow: hidden;
    z-index:10001;
}

#NAAIRagChatIframe.chatMode-largeIcon {
    position: fixed;
    left: 45px;
    bottom: 20px;
    width: 111px;
    height: 170px;
}

#NAAIRagChatIframe.chatMode-smallIcon {
    position: fixed;
    left: 45px;
    bottom: 10px;
    width: 78.5px;
    height: 101px;
}

#NAAIRagChatIframe.chatMode-largeChat {
    position: fixed;
    top: 0px;
    height: 100%;
    left: 0px;
    max-height: 100%;
    width: 100%;
    z-index: 1000000;
}

#NAAIRagChatIframe.chatMode-openChat {
    height: 600px;
    max-height: calc(100vh - 1.5rem);
    width: 470px;
    left: .75rem;
    bottom: 1rem;
    z-index: 10100;
    position: fixed;
}

@media print {
    #NAAIRagChatIframe {
        display:none !important;
    }
}

/* #NAAIRagChatIframe.chatMode-largeIcon は幅1000px以下で右側配置するに変更 */
@media screen and (max-width: 1000px) {
    #NAAIRagChatIframe.chatMode-largeIcon {
        bottom: 45% !important;
        left:10px;
    }
    #NAAIRagChatIframe.chatMode-smallIcon {
        bottom: 45% !important;
        left: 10px;
    }
}