table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 1050px;
  table-layout: fixed;
}

table tr {
  background-color: #fff;
  padding: .35em;
  border: 2px solid #eee;
}
table tr:last-child{
  border: none;
}
table td:nth-child(2) {
  background-color: rgb(255, 244, 244);
}
table th{
  padding: 0em;
  border-right: 2px solid #fff;
}
table td {
  padding: 2em .5em;
  border-right: 2px solid #eee;
  text-align: center;
}
table th {
  font-size: .85em;
}
table thead tr{
  background-color: #0c556f;
  color:#fff;
}
table tbody th {
    border-right: 2px solid #eee;
}
th.non {
    border-right: none;
}
.txt{
   text-align: left;
   font-size: .85em;
}
.subject{
  color: #000;
  font-weight: bold;
  font-size:1.3em
}
.subject span {
    font-size: .7em;
}
.time{
  color: #000;
  font-weight: bold;
  font-size:2.3em
}
.time span {
    font-size: .9em;
}
.red_bk{
  background:#dd0000
}
.red-txt{
  color:#e81010
}

table .btnarea td {
  padding: .2em .5em;
  border-right:none
}
@media screen and (max-width: 800px) {
  .wrap{
     overflow-x: scroll;
  }
}