@charset "utf-8";
#tb{
	display:grid;
	grid-template-columns:calc(25% - (30px/4)) calc(25% - (30px/4)) calc(25% - (30px/4)) calc(25% - (30px/4));
	row-gap:10px;
	column-gap:10px;
	width:auto;
	height:auto;
	margin:auto;
	padding:0px;
	overflow:hidden;
}
.tb_item{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
}
a.tb_tb{
	width:auto;
	height:100%;
	overflow:hidden;
	margin:auto;
	overflow:hidden;
	display:block;
	text-align:center;
}
.tb_pic{
	width:auto;
	height:200px;
	overflow:hidden;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	margin:auto;
	border:1px solid #ddd;
	margin-bottom:10px;
	position:relative;
}

.tb_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	overflow:hidden;
	display:block;
	text-align:center;
	padding:10px;
}
