@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@200;500&display=swap');
.font1 {
    font-family: 'Kanit', sans-serif;
}

.month{
	font-family: "Microsoft Sans Serif";
	font-size: 16px;
	color: #909;
	font-weight: bold;
}
.day{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	display: block;
	height: 60px;
	width: 99.5%;
	background-color: #FF9D9D;
	line-height: 60px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	float: left;
}
.day1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: block;
	height: 60px;
	width: 99.5%;
	background-color: #C6E2FF;
	line-height: 60px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	float: left;
}
.day2{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: block;
	height: 60px;
	width: 99.5%;
	background-color: #17A2BF;
	line-height: 60px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	float: left;
}
.daybd {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: block;
	height: 60px;
	width: 99.5%;
	background-color: #F60;
	line-height: 60px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	float: left;
	color: #FFF;
	text-decoration: none;
	margin-top:-60px;
	padding-top:-50px;
}
.day_bd1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: block;
	height: 60px;
	width: 99.5%;
	background-color: #F4F4F4;
	line-height: 60px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	float: left;
	color: #333;
    text-decoration: none;
}
