@charset "utf-8";
/* 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;
}
ul#newsList {
  margin: 0 0 15px;
  padding: 0;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul#newsList li {
  color: #666;
  font-size: 1.8rem;
  margin: 2rem;
  padding: 0.5rem 0 2rem;
  border-bottom: 1px dotted #ccc;
  line-height: 1.6;
  list-style-type: none;
}
ul#newsList li a {
  color: #36F;
  text-decoration: underline;
}
ul#newsList li a:hover {
  color: #039;
  text-decoration: none;
}
ul#newsList li span.catName {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-size: 1.2rem;
  line-height: 1;
  margin: 0.2rem 2rem;
  height: 2.6rem;
  float: none;
  vertical-align: top;
  text-align: center;
  width: 120px;
}
ul#newsList li.cat-0 span.catName {
  background-color: #102541;
  color: #fff;
}
ul#newsList li.cat-1 span.catName {
  background-color: #102541;
  color: #fff;
}
ul#newsList li.cat-2 span.catName {
  background-color: #102541;
  color: #fff;
}
.up_ymd {
  font-size: 1.8rem;
}
ul#newsList li div.title-box {
  margin: 1.5rem 0;
}
ul#newsList li div.title-box span.title a {
  font-size: 1.4rem;
  line-height: 1.2;
}
ul#newsList li .newMark {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-size: 1.2rem;
  line-height: 1;
  color: #C50003;
  background: #FFFFFF;
  border: solid 1px #CF0003;
  margin: 0.2rem 2rem 0.2rem 0;
  height: 2.6rem;
  float: none;
  vertical-align: top;
  text-align: center;
}
ul#newsList li .comment {
  display: block;
  padding: 0;
  float: left;
  overflow: hidden;
  max-width: calc(100% - 150px); /* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
  word-break: break-all;
}
ul#newsList li .thumbNailWrap {
  display: block;
  width: 110px;
  float: left;
  height: 80px;
  overflow: hidden;
  margin-right: 15px;
  background-image: url(./ts-news/upload/noimage.png);
}
ul#newsList li .thumbNailWrap img {
  display: block;
  width: 11rem;
  height: 8rem;
  object-fit: cover;
}
/* Pager style（外部化可） */
#newsWrap .pager {
  text-align: right;
  padding: 1rem;
  clear: both;
}
/*ページャーボタン*/
#newsWrap .pager a {
  border: 1px solid #999;
  border-radius: .8rem;
  color: #333;
  font-size: 2rem;
  padding: 0.5rem 1rem 0.7rem;
  text-decoration: none;
  margin: 0 0.2rem;
}
/*現在のページのボタン*/
#newsWrap .pager a.current {
  background: #999;
  border: 1px solid #999;
  border-radius: .8rem;
  color: #fff;
  font-size: 1.6rem;
  padding: 0.5rem 1rem 0.7rem;
  margin: 0 0.2rem;
  text-decoration: none;
}
#newsWrap .pager a:hover {
  background: #999;
  color: #fff;
}
#newsWrap .overPagerPattern {
  padding: 0 2px;
}
/* /Pager style */
h3.news-title {
  font-size: 2rem;
  color: #232323;
  margin: 10px 0px 10px 0;
  font-weight: normal;
  border-bottom: 1px solid #777777;
  padding: 15px 0;
  text-shadow: 1px 1px 0px #fff;
}
#up_ymd {
  text-align: right;
  font-size: 1.6rem;
  margin: 5px 10px 20px;
}
.detailUpfile {
  margin: 25px 0 45px;
  text-align: center;
}
.backORcloseBtn {
  text-align: center;
  line-height: 100%;
  margin-top: 55px;
}
.backORcloseBtn a {
  display: inline-block;
  padding: 4px 15px;
  border: 1px solid #aaa;
  color: #999;
  border-radius: 6px;
  text-decoration: none;
  font-size: 12px;
}
.detailUpfile img {
  max-width: 100%;
  height: auto;
}
.pNav {
  font-size: 11px;
}
div.detailText {
  word-break: break-all;
}