img {
/*img要素をブロック要素に変更＆ボーダー無し*/
	border: 0;
}

.hide{
	display: none;
}
