@charset "utf-8";
/* CSS Document */

.xj_chart_table{
  margin-top: 15px;
}
.xj_chart_table td{
  border: 1px solid #ccc;
}
.xj_chart_table td:first-child{
  display: none;
}
.xj_chart_header{
  width: 104px;
  background: #eee;
  text-align: center;
}
.xj_chart_value{
  text-align: center;
}

@media screen and (max-width:767px) { 
  .xj_chart_table{
    font-size: 2.6rem;
  }
  .xj_chart_header{
    font-weight: bold;
  }
}