@charset "utf-8";
/* CSS Document */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote {
  margin: 0;
  padding: 0;
}
a {
  color: #000;
  text-decoration:none;
}

/*-----------------
news
-----------------*/
.newsPage {
  margin: 0 15px;
}
.newsPage .newsList {
  color: #000;
}
.newsPage .newsList li .title a {
  color: #000;
}

/*newsList*/
.newsList {
  color: #FFF;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}
.newsList li {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px dotted #ccc;
  list-style: none;
}
.newsList li .date {
  margin: 0 0 5px;
  padding: 0;
}
.newsList li .title {
  margin: 0 0 10px;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}
.newsList li .title a {
  color: #FFF;
}
.newsList li .comment {
}
.newsList li .comment img {
  display: block;
  width: 200px;
  height: auto;
  margin: 15px auto;
}

.newsList + a,
.newsPage + a {
  display: none !important;
}
