@charset "utf-8";
#tb{
	display:grid;
	grid-template-columns:calc(33.3% - (40px/3)) calc(33.3% - (40px/3)) calc(33.3% - (40px/3));
	column-gap:20px;
	row-gap:20px;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
}
@media (max-width:767px){#tb{grid-template-columns:calc(50% - (10px/2)) calc(50% - (10px/2));row-gap:10px;column-gap:10px;}}
@media (max-width:480px){#tb{grid-template-columns:auto;}}
.tb_item{
	width:auto;
	height:auto;
	overflow:hidden;
	overflow:hidden;
	display:block;
}
a.tb_tb{
	width:auto;
	height:100%;
	overflow:hidden;
	display:block;
	margin:auto;
}
.tb_pic{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	position:relative;
	padding-bottom:60%;
	background-size:cover;
	background-position:top center;
	background-repeat:no-repeat;
}
.tb_name{
	width:auto;
	height:auto;
	display:block;
	margin:auto;
	overflow:hidden;
	text-align:center;
	padding:5px;
	font-size:14px;
}