@charset "utf-8";
.headline1 {
  background-image: url(../images/title.jpg);
}

.newsList, .updateList {
  border-bottom: 1px dotted rgba(228, 228, 228, 1.00);
  margin-bottom: 8px;
}
.newsList dt, .updateList dt {}
.newsList dd, .updateList dd {
  padding-bottom: 10px;
}
.commonList {
  position: absolute;
  top: 17px;
  right: 10px;
}

@media screen and (max-width: 767px) {

}
@media print, screen and (min-width: 768px) {
  #btnList li {
    margin-right: 30px;
    float: left;
    width: 325px;
  }
  #btnList li:nth-child(even) {
    margin-right: 0px;
  }
  #btnList li:nth-last-child(-n+2) {
    margin-bottom: 0px;
  }
  .borderTable {
    width: 100%;
    border-collapse: collapse;
  }
  .borderTable th {
    color: #4F91CA;
    text-align: left;
    white-space: nowrap;
    padding: 5px 20px;
  }
  .borderTable td {
    padding: 10px 20px;
  }
  .borderTable tr:nth-child(odd) {
    background-color: #EDF6FC;
  }
 
  .newsList dt {
    padding-right: 2em;
    width: 110px;
    float: left;
    padding: 7px 0;
  }
  .newsList dd {
    padding: 7px 0;
  }

  .pdfList li {
  font-size: 140%;
  
  background-size: auto auto;
  padding-left: 40px;
  margin-bottom: 10px;
}



}