@charset "utf-8";
/* ----------------------------------
News List Layout
2020.10.12
---------------------------------- */

body {
  margin: 0;
  padding: 0;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #666666;
  background: #fff;
}
a:link {
  color: #006699;
  text-decoration: none;
}
a:visited {
  color: #CC3399;
  text-decoration: none;
}
a:hover, a:active {
  color: #0066FF;
  text-decoration: underline;
}
/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* for macIE \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}

/* ------------------------------
News List
------------------------------ */
#newsList {
  margin: 0;
  padding: 0;
  list-style: none;
}
#newsList li {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
}
.update {}
.newsTitle {
  display: block;
}

.newsTitle::before {
  margin-right: 3px;
  color: #ff4400;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f105";
}

.newMark {
  margin: 0 0 0 3px;
  padding: 1px 1px 1px 3px;
  color: #fff;
  line-height: 1;
  background: #ff4400;
  display: inline-block;
}

/* ------------------------------
Pager Style
------------------------------ */
.pager {
  clear: both;
  padding: 20px;
  text-align: center;
}
.pager a {
  margin: 0 1px;
  padding: 3px 7px 2px;
  color: #333;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.pager a.current {
  margin: 0 1px;
  padding: 3px 7px 2px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #999;
  background: #999;
}
.pager a:hover {
  color: #fff;
  background: #999;
}
.overPagerPattern {
  padding: 0 2px;
}