div.flex-cal{
	display: flex;
	padding: 0;
}

@media screen and (max-width:1060px) {
	div.flex-cal{
		display: block;
		width: 80%;
		margin: 0 auto;
	}
}


div.cal_wrapper:first-child{
	padding-right: 40px;
}
@media screen and (max-width:1060px) {
	div.cal_wrapper:first-child{
		padding-right: 0;
		padding-bottom: 40px;
	}
}
div.cal_wrapper table.cal{
	border-collapse: collapse;
	border-bottom: 1px solid #ccc;
}
div.cal_wrapper table.cal tr th p {
	float: left;
	margin: 0px;
	color: #4C3F24;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px
}
div.cal_wrapper table.cal tr th div.cal_ui {
	float: right;
	margin-right: -15px;
}
div.cal_wrapper table.cal tr th div.cal_ui input {
	border: none;
	background: none;
	font-size: 10px;
	color: #ECECEC;
	letter-spacing: 15px;
}
#cal0 table.cal tr th div.cal_ui input {
	display: none;
}
div.cal_wrapper table.cal tr td {
	border: solid 1px #ccc;
	text-align: center;
	font-size: 13px;
}
div.cal_wrapper table.cal tr.headline td {
	padding: 2px 0px;
	color: #4C3F24;
	font-weight: bold;
}
div.cal_wrapper table.cal tr.headline {
}
div.cal_wrapper table.cal tr td div {
	position: relative;
	padding: 5px 8px;
	font-size: 15px;
	text-align: center;
	background-color: #FFF;
}

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

div.cal_wrapper table.cal tr td div.Today {
	font-weight: bolder;
	text-decoration: underline;
	text-decoration-color: red;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}
div.cal_wrapper table.cal tr td div.am {
	background:linear-gradient(to top left, transparent 50% , #FFCCCC 50%),linear-gradient(to bottom right, transparent 50% , #FFF 50%) ;
}
div.cal_wrapper table.cal tr td div.pm {
	background:linear-gradient(to bottom right, transparent 50% , #FFCCCC 50%),linear-gradient(to top left, transparent 50% , #FFF 50%) ;
}
div.cal_wrapper table.cal tr td div.Holyday {
	background-color:#E0DCD4;
}
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: 10px;
	color: red;
	position: absolute;
      top: 0px;
      left: 3px;
}

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;
}