/* small-imageクラスのimg要素にスタイルを適用 */
.small-image {
 width: 400px;
 border: 1px solid #000;
}?