@charset "utf-8";
#tb{
	display:grid;
	grid-template-columns:calc(25% - 90px/4) calc(25% - 90px/4) calc(25% - 90px/4) calc(25% - 90px/4);
	column-gap: 30px;
	row-gap:30px;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	margin-top:50px;
	margin-bottom:20px;
}
.tb_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;	
	text-align: center;
}
@media (max-width:480px){
	.tb_tb{
		grid-template-columns:100px auto;
	}
}

a.tb_pic{
	width:auto;
	height:auto;
	padding-bottom:100%;
	overflow:hidden;
	display:block;
	margin:auto;
	position:relative;
	background-size:cover;
}
a.tb_name{
	width:auto;
	height:auto;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	text-overflow:ellipsis;
	overflow:hidden;
	margin:auto;
	overflow:hidden;
}
.tb_price{
	overflow: hidden;
	font-weight: bold;
	font-size: 1.2rem;
}
.tb_right{
	display: block;
	padding: 10px;
}