@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');

/* ifreme css */

.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }
body,html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
div#newsWrap {
    font-family: 'Noto Sans JP', sans-serif;
}
ul#newsList {
    /* margin: 0 0 15px; */
    margin: 0;
    padding: 0;
    border-top: 1px solid #eee;
}
ul#newsList li {
    color: #666;
    font-size: 0;
    letter-spacing: 0;
    margin: 0;
    padding: 15px 0 10px;
    margin-bottom: 0px;
    border-bottom: 1px solid #eee;
    line-height: 120%;
    list-style-type: none;
}

.catName {
    display: inline-block;
    padding: 4px 15px;
    border: 1px solid #333;
    background: #333;
    color: #fff;
    font-size: 11px;
    line-height: 100%;
    letter-spacing: 0.05em;
    text-indent: 0.1em;
    width: 50px;
    text-align: center;
    margin-right: 20px;
}
ul#newsList li a {
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #111111;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block !important;
    line-height: 1;
}
ul#newsList li a:hover {
    color: #dd2e20;
    transition: .3s;
}
ul#newsList li span {
    vertical-align: middle;
}
.thumbNailWrap{
	display:block;
	width:110px;
	float:left;
	height:auto;
	overflow:hidden;
	padding-left: 115px;
}
.thumbNailWrap img {
    padding-top: 15px;
}
span.up_ymd {
    min-width: 135px;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.05em;
}
span.title {
    display: inline-block;
    width: calc(100% - 200px);
    letter-spacing: 0.1em;
}
span.comment {
    display: block;
    line-height: 1.6;
    font-size: 13px;
    width: 100%;
    color: #999;
    padding-top: 5px;
    text-align: justify;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.05em;
    padding-left: 115px;
    clear: both;
}
ul#newsList li a, span.title {
    font-size: 13px;
    display: inline-block;
    margin-top: -1px;
}

@media only screen and (max-width:767px) {
  span.up_ymd {
      min-width: 115px;
      font-size: 13px;
  }
  /* span.title {
      width: 100%;
      display: block;
      padding-top: 8px;
  } */
  ul#newsList li a {
      font-size: 13px;
  }
  .catName {
      padding: 3px 10px;
      font-size: 10px;
      margin-right: 10px;
  }
  /* .thumbNailWrap {
      padding-left: 0;
  } */
}

@media only screen and (max-width:480px) {
  span.title {
      display: block;
      width: 100%;
      padding-top: 10px;
  }
  span.comment,
  .thumbNailWrap {
      padding-left: 0;
  }
  span.comment {
      padding-top: 7px;
  }
}
