.archive-body h2 {
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .archive-main-image {
    padding: 0px 0 32px 0;
  }
  .archive-body .title {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .archive-main-image {
    padding: 0px 0 64px 0;
  }
  .archive-body .title {
    margin-bottom: 0;
  }
}
.postListWrap .postList {
  border-bottom: 1px dotted #000;
}
.postListWrap .postList .dataCol {
  font-size: 14px;
}
.postListWrap .postList .dataCol .titleRow {
  color: #03a731;
  font-weight: bold;
}
.postListWrap .postList .dataCol .titleRow:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .postListWrap .postList {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .postListWrap .postList .dataCol .dateRow {
    padding: 0 0 0px 0;
  }
  .postListWrap .postList .dataCol .captionRow {
    padding: 8px 0 0 0;
  }
  .secPager {
    padding: 40px 0 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .postListWrap .postList {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .postListWrap .postList .imgCol {
    width: 31.5%;
  }
  .postListWrap .postList .dataCol {
    width: 61.65%;
  }
  .postListWrap .postList .dataCol .dateRow {
    padding: 0 0 8px 0;
  }
  .postListWrap .postList .dataCol .captionRow {
    padding: 16px 0 0 0;
  }
  .secPager {
    padding: 60px 0 0 0;
  }
}/*# sourceMappingURL=style.css.map */