body,table {
	font-size: 10pt;
	word-break: break-all;
}
.table-cal {
	width: 100%;
}
.table-cal .cal-td1 {
	height: 30px;
}
.table-cal .cal-td2 {
	height: 60px;
}
.table-box {
	margin-top: 15px;
}
.box-cal {
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 1px solid #ccc;
	font-size: 10px;
}
.boxtxt-cal {
	font-size: 14px;
	line-height: 1;
	padding-left: 5px;
}


@media screen and (max-width: 400px){
.table-cal .cal-td1 {
	height: 20px;
}
.table-cal .cal-td2 {
	height: 40px;
}
}