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

/* レスポンシブデザイン */
/*@media screen and (max-width: 767px) {*/
  /* タブレットサイズ以下の場合のスタイル */
	
table{
	border-collapse: collapse;
	width: 100%;
}
th,td{
	font-size: 0.5rem;
	border: solid 1px;
	width: 12.28%;
	height: 35px;
	text-align: center;
	vertical-align:middle
}	

	.cal_nav{
		margin: 70px 0 ;
	}
	
	.cal_month{
		display: flex;
		justify-content: center;
		gap:0 20px;
	}

	.calendar{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 0px 0px;
		margin-bottom: 50px;
	}
	
	.calendar p{
		font-size: 0.3rem;
		width: 12.28%;
		height: 35px;
		border: solid 0.25px #555;
		text-align: center;
		line-height: 1.25;
		padding-top:2px; 
		display: grid;/*テキスト上下左右中央*/
		place-items: center;/*テキスト上下左右中央*/
	}
		
	.gray{
		background: #dae1e7;
	}
	.t-red{
		color: #F85558;
	}
/*}*/