@charset "utf-8";

.srh-table-ir {
  width: 100%;
  border-collapse: collapse
}
.srh-table-ir th, .srh-table-ir td {
  text-align: left;
  font-weight: 500;
  vertical-align: middle;
  padding: 12px;
  border-bottom: 1px solid var(--border-gray)
}

.srh-table-ir td {margin-top: 20px;

}
.srh-table-ir td.date {
  color: var(--text-gray)
}
.srh-table-ir a:link{
   border-bottom: none;
   color: #1f1f1f;
}

.p-section .yearlink{
   border: 1px var(--border-gray) solid;
   border-radius: 50px;
   padding: 0.3em 1rem;
   margin: 5px 5px 0 0;
   color: #1f1f1f;
   display: inline-block;
  }
.p-section .yearlink:hover{
   border: 1px #000 solid; 
   border-radius: 50px; 
   padding: 0.3em 1rem;
   margin-right: 5px;
   color: #fff;
   background-color: #000;
  }
.p-section .yearlink.is-active{
   border: 1px var(--rheosred) solid; 
   border-radius: 50px; 
   padding: 0.3em 1rem;
   margin-right: 5px;
   color: #fff;
   background-color: #bf3826;
 }
