﻿.view .bs_gallery_top					{ display:table; width:100%; border-top:1px dotted #999; }
.view .bs_gallery_top .row				{ display:table-row; }
.view .bs_gallery_top div				{ display:table-cell; padding:10px; border-bottom:1px dotted #999; }
.view .bs_gallery_top .cellTh			{ width:150px; background:#eaeaea; text-align:center; }
.view .bs_gallery_contents				{ clear:both; padding:10px; }
.view .bs_gallery_contents img			{ max-width:95%; }
.view .bs_gallery_btn					{ clear:both; text-align:center; }
.view .bs_gallery_btn a					{ display:inline-block; padding:5px 15px; border:1px solid #c5c5c5; border-radius:3px; background:#f6f6f6; }
@media (max-width: 768px) {
	.view .bs_gallery_top .cellTh			{ display:none; }
}

