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

section{
    width: 100%;
    margin: 15px auto 40px;
    overflow: hidden;
}

section h3{
    margin: 40px auto 20px;
}

section h3:after {
    width: 10%;
}

.catlist_inner{
    width: 100%;
    margin: 15px auto;
    padding: 0 10px;
}

.catlist_inner ul{
    display: flex;
    list-style-type: none;
    margin-left: 10px;
    flex-wrap: wrap;
}

.catlist_inner ul li{
    width: calc( 100% / 2 );
    margin: 10px auto;
}

.catlist_inner ul li::before {
  position: relative;
  top: -2px;
  left: -10px;
  display: inline-block;
  width: 6px;
  height: 6px;
  content: '';
  border-radius: 100%;
  background: #98A6B5;
}

.catlist_inner ul li a{
    text-decoration: none;
    color: #000;
}

/**/

.pdflist_inner{
    width: 100%;
    margin: 0px auto 60px;
}

.pdflist_inner h4{
}

.pdflist_inner table{
    width: 100%;
    margin: 15px auto;
}

.pdflist_inner table th, .pdflist_inner table td{
    padding: 10px;
    border-bottom: 1px solid #CCC;
}

.pdflist_inner table th{
    width: 50%;
    padding: 10px;
    text-align: left;
}

.pdflist_inner table tr td:nth-of-type(1){
    width: 20%;
}

.pdflist_inner table tr td:nth-of-type(2){
    width: 30%;
}

.notes{
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
    color: red;
    font-weight: bold;
}




























/**/