@charset "utf-8";
@import url(inc.css);
#tb{
	display:grid;
	grid-template-columns:calc(33.3% - (30px/3)) calc(33.3% - (30px/3)) calc(33.3% - (30px/3));
	column-gap:15px;
	row-gap:15px;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
}
.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{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:220px;
	background-color:#fff;
	position:relative;
}
.tb_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	text-align:center;
	padding:5px;
}
