.noteRss{
  background: #ffffff;
  border: #e6e6e6 solid 1px;
  border-radius: 4px;
  margin: 25px auto;/*あとで確認*/
  max-width: 700px;
  overflow: hidden;
  width: 100%;
  word-wrap: break-word;
}
.noteRss a{
  text-decoration: none;
}
.noteRssInner{
  position: relative;
}
.noteRssLink {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.noteRssEyecatch{
  border-radius: 4px;
  float: right;
  margin: 16px;
  overflow: hidden;
  width: 160px;
}
.noteRssEyecatch img {
  height: auto;
  vertical-align: top;
  width: 100%;
}
.noteRssBody{
  padding: 16px 16px 0 16px;
}
.noteRssTitle{
  display: -webkit-box;
  font-feature-settings: 'palt' 1;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 8px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
.noteRssDiscription{
  color: #787c7b;
  display: -webkit-box;
  font-size: 12px;
  line-height: 1.5;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-all;
}
.noteRssFooter{
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-top: 8px;
  padding: 0 16px 16px 16px;
  pointer-events: none;
  position: relative;
  z-index: 2;
}
.noteRssAvatar{
  overflow: hidden;
  padding-right: 8px;
}
.noteRssAvatar a{
  pointer-events: auto;
}
.noteRssAvatar img{
  border-radius: 50%;
  height: 32px;
  vertical-align: top;
  width: 32px;
}
.noteRssAuthor{
  overflow: hidden;
}
.noteRssName{
  font-size: 12px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.noteRssName a{
  color: #222222;
  pointer-events: auto;
}
.noteRssDate{
  font-size: 12px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.noteRssDate a{
  color: #787c7b;
  pointer-events: auto;
}






