@charset "euc-jp";
.cnf_comment {
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 3.5rem;
    height: 2.5rem;
}
.cnf_comment_insist {
    color: #FF0000;
    line-height: 2rem;
}
.phone_call_cnf_cancel {
    border: none;
    border-bottom-left-radius: 0.6rem;
    border-right: 0.05rem solid #999999;
    width: 50%;
    background: #FFFFFF;
}
.phone_call_cnf_dialog {
    background: #FFFFFF;
    text-align: center;
    border-top-left-radius: 0.6rem;
    border-top-right-radius: 0.6rem;
    border-bottom: 0.05rem solid #999999;
    display:none;
}
.phone_call_cnf_ok {
    border: none;
    border-bottom-right-radius: 0.6rem;
    width: 50%;
    background: #FFFFFF;
}
.ui-dialog {
    z-index: 100;
    width: 300px;
    background: #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0 0 15px #000000;
    border-radius: 0.6rem;
}
.ui-dialog-buttonset {
    height: 50px;
    display: flex;
}
.ui-dialog-titlebar {
    display: none;
}
.ui-button-text-only {
    display: inline-block;
    padding: 3px 10px;
    text-align: center;
    margin: 0 auto;
    line-height: 20px;
    font-size: 14px;
    background: #FFFFFF;
    color: #000000;
    cursor: pointer;
    width: 50%;
    height: 100%;
}
.ui-widget-overlay {
    background: #AAAAAA;
    opacity: 0.3;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
}
