@charset "utf-8";

.gal {
	border: 1px solid #ccc;
}

.gal:hover {
	border: 1px solid #777;
}

.gal img {
	width: 100%;
	height: auto;
}

.desc {
	padding: 15px;
	text-align: center;
}

.galresponsive {
	padding: 0 6px;
	float: left;
	width: 33.3333%;
}

.galresponsive2 {
	padding: 0 6px;
	float: left;
	width: 49.9%;
}





@media only screen and (max-width: 500px){
.galresponsive {
	width: 100%;
}

.galresponsive2 {
	width: 100%;
}



}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}



