@charset "utf-8";
/* CSS Document */
#xj-select-category li.kessan {
  left: 20%;
}
#xj-select-category li.tekiji {
  left: 40%;
}
#xj-select-category li.siryo {
  left: 60%;
}
#xj-select-category li.other {
  left: 80%;
}
#xj-select-category {
  clear: both;
  background-color: #e7eef8;
}
#xj-select-category li {
  position: absolute;
  top: 0;
  width: 20%;
  padding: 0.3rem 0 0;
  z-index: 2;
  box-sizing: border-box;
  background-color: #e7eef8;
  box-shadow: 0 -1rem 10rem -10rem rgba(0, 0, 0, 0.3) inset;
}
#xj-select-category li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.1rem;
  height: 0.8rem;
  margin-top: -0.6rem;
  background-color: #c3ccd8;
}
#xj-select-category li:last-child::after {
  display: none;
}
#xj-select-category li a {
  display: block;
  position: relative;
  margin: 0 0.2 0 0.1rem;
  padding: 1.2rem 0 1.5rem;
  text-align: center;
  font-weight: bold;
  color: #005bac;
  text-decoration: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='8' height='4' viewBox='0 0 8 4' style='enable-background:new 0 0 8 4;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%230d5daa;%7D%3C/style%3E%3Cpolygon class='st0' points='0,0 4,4 8,0 '/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center 2.75em;
  background-size: 0.8rem 0.4rem;
}
#xj-select-category li a:first-child {
  margin: 0 0.2rem 0 0.2rem;
}
#xj-select-category li a:hover,
#xj-select-category li a:focus {
  background-color: #fff;
  background-image: none;
}
#xj-select-category li a.active {
  background-color: #fff;
  background-image: none;
}
.irnews#xj-mainlist {
  height: auto;
  clear: both;
  padding-top: 5.1rem;
  border-top: 0;
}

/* 480px SP font-size */
@media screen and (max-width: 30em) {
  #xj-select-category li {
    position: relative;
    width: 100%;
    padding: 0;
  }
  #xj-select-category :is(li.all, li.kessan, li.tekiji, li.siryo, li.other) {
    left: 0;
  }
  #xj-select-category li a {
    padding: 1.2rem 5% 1.5rem;
    text-align: left;
  }
  #xj-select-category li a.active {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='8' height='4' viewBox='0 0 8 4' style='enable-background:new 0 0 8 4;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%230d5daa;%7D%3C/style%3E%3Cpolygon class='st0' points='0,0 4,4 8,0 '/%3E%3C/svg%3E");
  }
  #xj-select-category li::after {
    display: none;
  }
  .irnews#xj-mainlist {
    padding-top: 0;
  }
}
.newsList li .nolink {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 1.2rem 0;
  border-top: 0.3rem solid #fff;
  border-bottom: 0.3rem solid #fff;
}
.newsList li .nodata .title p::before {
  content: none;
}
.newsList li .nodata .title p {
  background: none;
}
.loc_gflist > div table :is(.xj_chart_header, .xj_chart_header_first) {
  border: 0.1rem solid #ccc;
  background: #ececec;
  text-align: center;
  padding: 0.4em 0;
  vertical-align: middle;
}
.xj_chart_no_header td:first-child {
  display: none;
}
