@charset "utf-8";
.line_area{
    background: #fff;
    padding: 0px 50px 20px 50px;
}
.line_title{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 20px;
}
.line_note{
    text-align: center;
    margin: 0px 10px 10px 10px;
    padding: 5px 15px;
    height: 30px;
    line-height: 30px;
    border: 1px solid;
    background-color: #d8de08;
}
.text_group{
    text-align: center;
    height: 30px;
    line-height: 30px;
    padding-bottom: 5px;
}
.text_qrcode{
    text-align: center;
    margin-bottom: 20px;
}
.table_line td{
    line-height: 250%;
}