@charset "utf-8";
/* CSS Document */

/* aiチャット */
button.bnr-aichat{
    background: url("../img/cmn/ai_chat.png") no-repeat center/278px 75px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 278px;
    height: 75px;
    cursor: pointer;
    padding: 0;
    border: none;
}

