@charset "utf-8";
#tb{
	display:grid;
	grid-template-columns:calc(25% - (60px/4)) calc(25% - (60px/4)) calc(25% - (60px/4)) calc(25% - (60px/4));
	row-gap:20px;
	column-gap:20px;
	width:auto;
	height:auto;
	margin:auto;
	padding:0px;
	overflow:hidden;
	margin-top:20px;
	margin-bottom:20px;
}
.tb_item{
	width:auto;
	height:auto;
	overflow:hidden;
	overflow:hidden;
	display:block;
	cursor:pointer;
}
a.tb_tb{
	width:auto;
	height:100%;
	overflow:hidden;
	margin:auto;
	overflow:hidden;
	display:block;
	text-align:center;
}
.tb_pic{
	width:auto;
	height:180px;
	overflow:hidden;
	display:block;
	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;
}
