.user_detail{
    display: flex;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    justify-content: flex-start;
}
.user_detail_group{
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.user_table_left{
    background: #f2f2f2;
    width: 20%;
    padding: 12px;  
}
.user_table_right{
    background: #ffffff;
    width: 80%;
    padding: 12px !important;  
    
}
.user_detail_title{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.user_btn_group a + a{
    margin-left: 4px;
}
.user_btn_group i{
    color: white;
}
.word_break{
    word-wrap:break-word;
}
.notification_body{
    white-space:pre-wrap;
}

.hold_width4_5{
    width: 4.5%;
}
.hold_width10{
    width: 10%;
}
.hold_width15{
    width: 15%;
}
.hold_width20{
    width: 20%;
}
.hold_width30{
    width: 30%;
}
.hold_width50{
    width: 50%;
}

.bg_gray{
    background:#f1f1f1;
}

/*
.section_notification{
    background: url(../img/mv_img.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px;
    max-height: 100%;
    height: auto;
    overflow: scroll;
}

.section_notification_top{
    padding: 30px;
    max-height: 100%;
    height: auto;
    overflow: scroll;
}
.section_notification_top .inner {
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 6px;
    padding: 24px 15px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 3px;
}
.section_notification .notification_date,.section_notification_top .notification_date{
    margin-right:20px;
    white-space: nowrap;
}
.section_notification .inner {
    width: 100%;
    margin: 0 auto;
    background: #f2f6f6;
    border-radius: 6px;
    padding: 24px 15px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 3px;
}
.notification_detail_link:hover{
    color: #CCAA66;
}

.notification_detail_link{
    display:flex;
}

.notification_title{
    
    
}
.notification_title:hover{
    color: #ffffff;

}
.notification_list{
    padding: 10px 0;
}
*/
.block_display{
    display: block;
}
.inline_block_display{
    display: inline-block;
}
.inline_display{
    display: inline;
}
.notification_area{
    font-size: 1.2em;
    margin:0 auto;
}
.pd_tb_10{
    padding: 10px 0;
}
.pd_5{
    padding: 5px;
}
.pd_10{
    padding: 10px;
}
.pd_15{
    padding: 15px;
}
.mg_auto{
    display: block;
    text-align: center;
}
.err-font{
    font-size: 1.4rem;
}

@media (min-width: 768px){
    /*
    .section_notification .notification_date{
        margin-right:30px;
    }  
    .section_notification .inner,.section_notification_top .inner{
        width: 80%;
       
    }
    .section_notification .container,.section_notification_top .container {
        max-width: 70%;
    }
    */
}
@media (min-width: 1149px) {
    /*
    .section_notification .inner,.section_notification_top .inner {
        width: 60% ;
        padding: 30px 50px;
    }
    .section_notification .container,.section_notification_top .container  {
        max-width: 70%;
    }
    */
    
}