@charset "utf-8";
/* CSS Document */


/* ==========================
main
============================= */
.center{
    text-align: center;
}
.right{
    text-align: right;
}

.underline{
    text-decoration: underline;
}
/* ==========================

============================= */
 

td{
    text-align: center;
    padding: 8px;
}

.tr_color{
    background-color: #ededed;
}
.news_red{
    color: #FF0000;
}
.news_blue{
    color: #0000FF;
}
@media screen and ( max-width: 1000px ){

}
@media screen and ( max-width: 767px ){
table{
    overflow-x: scroll;
    display: block;
    margin-bottom: 15px;
}

@media print {


}