

/*画像とテキスト回り込み*/
img.img-text{
width:240px;
margin:0px 5px 0px 5px;
border:none;
float:left;
}

.clear{clear:both;}


.img-small-down{
		max-width: 600px ;
		height: auto ;
		}



@media screen and ( max-width:479px )/* 趣味画像だけスマホのとき小さくする*/
{
		img.img-text{		max-width: 140px ;		height: auto ;		}
		
.img-small-down{
		max-width: 100% ;
		height: auto ;
		}
}

