/* Gallery */
.sb_gall .sp_table {font-size:0;}
.sb_gall .sp_table dl { position:relative; width:21%; padding:30px 2% 10px 2%; float:none; display:inline-block; vertical-align: top;}
.sb_gall .sp_table dl dt { position:relative; width:100%; height:auto; padding:2px; border:1px solid #ddd; }
.sb_gall .sp_table dl dt img { width:100%; height:auto; }

.title{word-break:keep-all;}


@media (max-width: 960px) {
	.sb_gall .sp_table dl {width:31%; padding:30px 1% 10px 1%;}
}

@media (max-width: 640px) {
	.sb_gall .sp_table dl {width:46%; padding:20px 2% 10px 2%;}
}