@charset "utf-8";
#tb{
	display:grid;
	grid-template-columns:calc(25% - (45px/4)) calc(25% - (45px/4)) calc(25% - (45px/4)) calc(25% - (45px/4));
	column-gap:15px;
	row-gap:15px;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	min-height: 100%;
}

a.tb_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	overflow:hidden;
	display:block;
	text-align:center;
	box-sizing:border-box;
}

.tb_pic{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	padding-bottom:75%;
	background-color:#f5f5f5;
	position:relative;
}
.tb_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	text-align:center;
	padding:10px;
}
