@charset "utf-8";
/* CSS Document */
#xj-mainlist.newsList01 a[target="_blank"]::after {
  margin: 0;
  content: none;
}
#xj-mainlist.newsList01 a[href$=".pdf"]::after, #xj-mainlist.newsList01 a[href*=".pdf#"]::after {
  margin: 0 10px 0 5px;
  content: url(/common/images/pdf.png);
  vertical-align: text-top;
}
.xj-unit {
  text-align: right !important;
  display: block;
}
.xj_chart_table {
  width: 100%;
  border: solid 1px #b4b4b4;
  border-top: solid 2px #ff0000;
  table-layout: fixed;
}
.xj_chart_table td {
  padding: 10px 20px;
  border-right: solid 1px #b4b4b4;
  border-bottom: solid 1px #b4b4b4;
  vertical-align: top;
  word-wrap: break-word;
}
td.xj_chart_header_first, td.xj_chart_header {
  background: #ffeff0;
  border-top: none;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
}
td.xj_chart_header:first-child {
  background: #eaeaea;
  font-weight: normal;
}
td.xj_chart_value {
  text-align: right;
}
td.xj_chart_no_value {
  text-align: center;
}
.xj_chart_table_note{
  margin-top: 10px;
}
.xj-w010per td {
  width: 18%;
}
.xj-w010per td.xj_chart_header_first {
  width: 10%;
}
.xj-w020per td {
  width: 16%;
}
.xj-w020per td.xj_chart_header_first {
  width: 20%;
}
.xj-w025per td {
  width: 15%;
}
.xj-w025per td.xj_chart_header_first {
  width: 25%;
}
.xj-w030per td {
  width: 14%;
}
.xj-w030per td.xj_chart_header_first {
  width: 30%;
}