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

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

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

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

.catlist_inner ul{
    display: flex;
    list-style-type: none;
    padding: 0px 10px;
}

.catlist_inner ul li{
    width: calc( 100% / 4 );
}

.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: 95%;
    margin: 15px auto;
}

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

.pdflist_inner table th{
    width: 55%;
    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: 25%;
    text-align: right;
}

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



























/**/