/* RSS画像サイズ */
img.rssimg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 120px;
 	height: 60px;
	border: 2px #e2d7c2 solid;
	border-radius: 5px;
 	object-fit: cover; /* この一行を追加するだけ！ */
}

span.rssTitle {
	font-weight: bold;
	font-size: 1.2em;
}

/* <br class="clear"> */
.clear {
    clear: both;
}
