html,
body {
	padding: 0;
	margin: 0;
	height: 100%;
	color: #444;
	/* 	font-family: "vdl-v7mincho", sans-serif; */
	font-weight: 300;
	font-style: normal;
}

body {
	background: #fff;
}

body a {
	color: #fff;
}

table {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	font-size: 18px;
	table-layout: fixed;
	border-bottom: 2px solid #777;
	border-collapse: separate;
	border-spacing: 0px;
}

#calnav {}

#calbody {}

table tr th {
	text-align: center;
}

table tr td {
	box-sizing: border-box;
	text-align: center;
	height: calc((100% - 90px) / 6);
	max-height: 60px;
}

.date {
/* 	height: 45px; */
/* 	line-height: 45px !important; */
	background: #fff !important;
	color: #444;
	font-size: 85%;
}

table tbody {}

table thead {
	background: #bfa239;
	color: #fff;
}

table thead tr td {
	height: 45px;
	line-height: 45px;
}

table tbody td {
	background: #fff;
	border-top: 1px solid #777;
}

tbody tr:first-child td {
	background: #f6f6f6;
}

form {
	margin: 0;
	padding: 0;
}

.date {}

#calnav td {}

#calnav tr td {}

#calnav #prev,
#calnav #next {}

#month {}

#month p {}

.mon,
.case1 {
	background: url('images/calendar_icon1.svg') no-repeat center center !important;
	background-size: contain !important;
	color:#fff;
}

.case2 {
	background: url('images/calendar_icon3.svg') no-repeat center center !important;
	background-size: contain !important;
}

.case3{
	background: url('images/calendar_icon2.svg') no-repeat center center !important;
	background-size: contain !important;
}


.case4 {
	background: url('images/calendar_icon4.svg') no-repeat center center !important;
	background-size: contain !important;
}


body > form > table > thead > tr > td:nth-child(1) > a,
body > form > table > thead > tr > td:nth-child(3) > a{
	font-weight: bold;
	text-shadow: 0 1px 2px #00000044;
}