@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
}

body, a {
  color: #1f1f1f;
}

.news_list {
  letter-spacing: 0.1em;
  max-width: 1024px;
text-align: left;
}
.news_list li {
  margin-bottom: 30px;
  min-height: 100px;
}
.news_list li:last-child {
  margin-bottom: 0;
}
.news_list .news_img {
  width: 100px;
  float: left;
}
.news_list .news_detail {
  margin-left: 130px;
  padding-bottom: 6px;
  background-image: linear-gradient(to right, transparent, transparent 5px, #3a3a3a);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.news_list .news_date {
  font-size: 10px;
  line-height: 10px;
  margin-bottom: 5px;
}
.news_list .news_title {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
}
.news_list .news_title a {
  font-weight: normal;
  transition: opacity 0.5s;
}
.news_list .news_title a:hover {
  opacity: 0.5;
}
.news_list .news_text {
  font-size: 12px;
  line-height: 20px;
  /*max-height: 40px;*/
  /*overflow: hidden;*/
  position: relative;
  padding-right: 20px;
}
/*.news_list .news_text::after {
  content: "...";
  display: block;
  position: absolute;
  top: 20px;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: right;
}*/
.news_list .news_text.news_text_open {
  max-height: 1000px;
}

/*# sourceMappingURL=news.css.map */
