* {
    box-sizing: border-box;
}

body {
margin: 0;
padding: 0;
}

.topwetr	{
  overflow: hidden scroll ;
}

#newsWrap {
  margin: auto;
  max-width: 600px;
  border: 0px dashed #09f;
  font-size: 18px;
}


#newsList {
  margin: 0px;
  padding: 0;
  background: #ffffff;
  overflow: hidden;
  border: solid 1px #eeeeee;
  width: 100%;
}

.li-block {
  display: flex;
  font-size: 80%;
  border: 1px solid #eee;
}

.right-block {
  padding: 0px;
  width: 100%;
  padding-right: 10px;
}

.aicatch {
	width: 40px;
	height: 40px;
	background: url('./images/aicatch120x120.jpg') center top;
	background-size: contain;
	border-radius: 50%;
}

.left-block {
  margin: 20px;
  flex-basis: 40px;
}

.img {  /* 一番外の枠 */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;  /* 角の丸み */
    overflow: hidden;   /* はみ出した部分を見えなく */
    gap: 2px;   /* 画像と画像の隙間 */
    margin: 0 auto;
    width: 100%;
    margin-bottom: 30px;
    /* width: calc(100% - 2px); */
  }
  .img img {
    width: 100%;
  }
  .img .wrapper {   /* 画像を包む要素 */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;   /* はみ出した部分を見えなく */
  }

  .title .title-text {
    font-weight: 600;
  }

  .newMark{
    display:inline-block;
    border:1px solid #F00;
    padding:1px 4px;
    font-size:11px;
    line-height:100%;
    background:#F00;
    color:#fff;
    box-shadow:1px 1px 1px #999;
    border-radius:8px;
    font-style:italic;
  }
  .catName{
    display:inline-block;
    padding:3px 8px;
    border:1px solid #ccc;
    border-radius:6px;
    font-size:11px;
    line-height:100%;
    margin:0 2px;
  }

  .comment {
    padding: 16px;
  }

  .thumbNailWrap {
    width: 100%;
  }

  .img-block {
    width: 100%;
    text-align: center;
  }
