div.cal{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	margin: 1em auto 4em;
	text-align: center;
}
div.flex-cal{
	padding: 0 30px;
}
div.cal_wrapper {
	width: 100%;
	margin: 0 auto;
}
div.cal_wrapper table.cal{
	border-collapse: collapse;
	width: 100%;
}
div.cal_wrapper table.cal tr th p {
	float: left;
	margin: 0px;
	color: #4C3F24;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 1px
}
div.cal_wrapper table.cal tr th div.cal_ui {
	display: none;
}
div.cal_wrapper table.cal tr td {
	border: solid 1px #999999;
	font-size: 17px;
	text-align: center;
}
div.cal_wrapper table.cal tr.headline td {
	padding: 10px 0px;
	color: #4C3F24;
}
div.cal_wrapper table.cal tr.headline td:nth-child(6) {
	color: blue;
}
div.cal_wrapper table.cal tr.headline td:last-child {
	color: red;
}
div.cal_wrapper table.cal tr td div {
	position: relative;
	font-size: 19px;
	text-align: center;
	background-color: #FFF;
	padding: 10px 0;
}


/* 以下、クラス指定するときのアレ */

div.cal_wrapper table.cal tr td div.Today {
	font-weight: bolder;
	text-decoration: underline;
	text-decoration-color: red;
	text-decoration-style: double;
	text-underline-offset: 5px;
}
div.cal_wrapper table.cal tr td div.Holyday {
	background-color: #FFCCCC;
}
div.cal_wrapper table.cal tr td div.pm {
	background-color: #8ED2FF;
}
div.cal_wrapper table.cal tr td div.kome {
	color: #000;
}
div.cal_wrapper table.cal tr td div.kome::before {
	content: "\0274b";
	font-size: 15px;
	color: red;
	position: absolute;
      top: 0px;
      left: 10px;
}
div.cal_wrapper table.cal tr td div.none {
	color: #000;
	background: none;
	font-weight: normal;
}
div.cal_wrapper table.cal tr td div.backward {
	color: #CCC;
	font-weight: normal;
	background: none;
}
