
#confirm_area,#alert_area{
    width: 280px; 
    left: 30%; 
    top: 35%; 
        color: #666;
        text-align: center;
        display: none;
        /*display: block;*/
        border-radius: 10px;
       /* border: solid 1px #333;*/
        border: solid 3px rgb(80,180,55);
        /*padding: 12px;*/
        /* width: 280px; */
        /*background-color: white;*/
        background:rgb(240,245,220);
        z-index: 9999999;
        position: absolute;
        top: 40vh;
        left: 40vw;
        font-size: 1.2rem;
    opacity:1;
    }
    
    
    
#alert_header{
    color: rgb(50,100,40);
    line-height: 30px;
    background: rgb(155,225,130);
    z-index: 99999999;
    height: 30px;
    font-size:1rem;
    text-align:left;
    padding-left:1rem;
    margin: 0;
    border-radius: 8px 8px 0px 0px;
}
    
    
    
    #conf_comment_parent{
    line-height:130%;
    padding: 10px;
    }

    .conf_comment{
        text-align: left;
        font-size: 1rem;
        /*text-align: center;*/
        padding-left:0.5rem;
        color:#222;
        min-height: 40px;
        width: 100%;
        font-family: "FOT-テロップ明朝 ProN B";
    }


    .conf_btn_area{
        /*border-top: solid 1px;*/
        width: 100%;
        float: left;
        /*height: 40px;*/
        font-family: FOT-テロップ明朝 ProN B;
        display: flex;
        justify-content: space-around;
    }
    .conf_ok{
    /*    background:rgb(249,131,0); */
    background: linear-gradient(rgb(160,228,100),rgb(222,255,110));
        color:#333;
        border:solid 2px rgb(50,100,40);
        /*border-radius:4px 4px 4px 4px;*/
        border-radius:20px;
        padding:4px 0px 4px 0px;
        margin:2%;
        width: 30%;
        float: left;
        cursor: pointer;
        cursor: hand;
        font-size: 1rem;
    }
    .conf_cancel{
    /*    background:rgb(249,131,0);*/
        background: linear-gradient(rgb(95,100,185),rgb(100,120,200));
        color:white;
        border:solid 2px rgb(90,95,180);
        border-radius: 20px;
        padding:4px 0px 4px 0px;
        margin:2%;
        /*width: 35%;*/
        width: 40%; /* 20230715*/
        float: left;
        cursor: pointer;
        cursor: hand;
        font-size: 1rem;
    }
    

    .alert_btn_area{
        /*border-top: solid 1px;*/
        width: 100%;
        float: left;
        /*height: 40px;*/
        font-family: FOT-テロップ明朝 ProN B;
        display: flex;
        justify-content: space-around;
    }
    #alert_close{
        background: linear-gradient(rgb(160,228,100),rgb(222,255,110));
        color:#333;
        border:solid 2px rgb(50,100,40);
        /*border-radius:4px 4px 4px 4px;*/
        border-radius:20px;
        padding:4px 0px 4px 0px;
        margin:2%;
        /*float: left;*/
        width: 100%;
        cursor: pointer;
        cursor: hand;
        font-size: 1rem;
    }
    
    
   /*------------------- 
    #alert_area{
    width: 280px; 
    left: 30%; 
    top: 35%; 
        color: #666;
        text-align: center;
        display: none;
        border-radius: 10px;
        border: solid 4px rgb(80,180,55);
        padding: 12px;
        background-color: white;
        z-index: 9999999;
        position: absolute;
        top: 40vh;
        left: 40vw;
        font-size: 1.2rem;
    opacity:1;
    }
    --------------------*/
    
    /*
    #alert_close{
    background: rgb(10 26 176);
        color: white;
        border-radius: 4px 4px 4px 4px;
        padding: 4px 0px 4px 0px;
    }
    */
    
    .alert_comment{
     margin-bottom:10px;
     min-height:4rem;
     vertical-align:middle;
     text-align: left;
     margin: 10px;
     line-height: 2.4rem;
    }