html {
    background-color: #EFEFEF;
   
}

.t_title {
    background-color: #0d6efd; 
    color: #ffffff; 
    width: 10%; 
    text-align: center; 
    border-radius: 3px 3px 0 0;
}

h4 {
    position: relative;
    overflow: hidden;
    padding: 1rem 2rem 1rem 120px;
    border-top: 3px solid #0d6efd;
  }
  
  h4:before {
    position: absolute;
    top: -150%;
    left: -100px;
    width: 200px;
    height: 300%;
    content: '';
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    background: #0d6efd;
  }
  
  h4 span {
    font-size: 40px;
    /* font-size: 1rem; */
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    padding-top: 3px;
    padding-left: 35px;
    color: #fff;
  }

.bg {
    background-color: #EFEFEF;
}

.gen_wrap {
    width: 996px;
    margin: 0 auto;
    /* border-right: #999 1px solid;
    border-left: #999 1px solid; */
    background-color: #FFF;
}

.list_no {
    margin-right: 15px;
    font-weight: 500;
} 

footer {
    width: 996px;
    margin: 0 auto;
    background-color: #999999;
}

.footer {
    width: 996px;
    margin: 0 auto;
    BORDER-TOP: #999999 1px solid;
    FONT-SIZE: 10px;
    /* VERTICAL-ALIGN: middle; */
    COLOR: #111111;
    /* LINE-HEIGHT: 150%; */
    height: 23px;
    BACKGROUND-COLOR: #ffffff;
    text-align: center;

}