@charset "utf-8";
#tb{
	display:grid;
	grid-template-columns:auto;
	row-gap:20px;
	width:auto;
	height:auto;
	overflow:hidden;
	margin-top:40px;
	margin-bottom:40px;
}
.tb_tb{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	padding-bottom:20px;
	border-bottom:1px dotted #333333;
}
.tb_thead{
	display:flex;
	display:-webkit-flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:flex-start;
	width:auto;
	height:auto;
	overflow:hidden;
}
a.tb_class_name{
	display:inline-block;
	width:auto;
	height:auto;
	overflow:hidden;
	color:#960001;
	white-space:nowrap;
	font-size:1.2rem;
}
a.tb_name{
	display:inline-block;
	width:auto;
	height:auto;
	overflow:hidden;
	vertical-align:top;
	font-size:1.2rem;
	margin-left:10px;
}
.tb_date{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	color:#999;
	padding-top:10px;
	padding-bottom:10px;
	font-size:12px;
}
.tb_miaoshu{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	color:#999;
	font-size:12px;
}