﻿
#detail-table {
	padding-top: 40px;
}

#contents img  {
	padding: 0px;
    display: inline;
	width:16%;
	border: 2px solid white;
	float:left;
}

#contents  img:hover {
	border: 2px solid blue;
}


@media  screen and (max-width:360px){
	#contents  img {
		width:25%;
	}
}


