@charset "UTF-8";
/* CSS Document */

/* レスポンシブデザイン */
/*@media screen and (max-width: 767px) {*/
  /* タブレットサイズ以下の場合のスタイル */


table{
	border-collapse: collapse;
	width: 100%;
}

#time_table .table p{
	font-size: 0.45rem;
}

#teacher_table tr,th,td{
	font-size: 0.5rem;
	border: solid 1px;
	width: 12.28%;
	height: 17px;
	text-align: center;
	vertical-align:middle
}	

#room_table tr,th,td{
	font-size: 0.5rem;
	border: solid 1px;
	height: 17px;
	text-align: center;
	vertical-align:middle
}	

	.table{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 0px 0px;
	}
	
	.table p{
		font-size: 0.5rem;
		width: 16.6%;
		height: 50px;
		border: solid 0.25px #555;
		text-align: center;
		line-height: normal;
		display: grid;/*テキスト上下左右中央*/
		place-items: center;/*テキスト上下左右中央*/
	}
	
	.time_belt_table p{
		font-size: 1.2rem;
		text-align: center;
		line-height: 1.9em;
		display: grid;/*テキスト上下左右中央*/
		place-items: center;/*テキスト上下左右中央*/
	}
	
	.comment{
		font-size: 0.5rem;
		text-align: right;
		padding-top: 5px;
		margin-bottom: 50px;
	}

	.headline_data{
		font-size: 0.8rem;
		text-align: center;
	}
	
	.teacher_table{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 0px 0px;

	}
	
	#t_time_table{
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 0px 5%;		
	}
	
	.teacher_time_table{
		width: 30%;
	}
	
	
	.teacher_table p{
		font-size: 0.3rem;
		width: 16.6%;
		height: 17px;
		border: solid 0.25px #555;
		text-align: center;
		line-height: normal;
		display: grid;/*テキスト上下左右中央*/
		place-items: center;/*テキスト上下左右中央*/
	}
	
	.teacher_name{
		font-size:0.5rem;
		margin: 20px 0 3px;
	}
	
/*}*/