img { /*display: block;*/
border: 0;
}

.hide{ /*img要素をブロック要素に変更＆ボーダー無し*/
display: none;
}

