@charset "UTF-8";
/* CSS Document */

#calenderTable th {
    font-size: 18px;
	font-weight: bold;
}

#calenderTable td {
    font-size: 24px;
	font-weight: bold;
}

#calenderTable td .schedulePulldownList {
	font-size: 13px;
	font-weight: normal;
	line-height: 1.8;
	border-bottom: 1px dotted #5b5b5b;
}

.countNum {
  font-size: 100%;
}

.reservForm input {
    font-size: 12px;
	padding: 1px 2px;
}

.reservBtnWrap {
  font-weight: normal;
  color: #969696;
}

.countNum {
  font-weight: normal;
  color: #333;
}

.reservBtnWrap input {
    font-size: 12px;
	padding: 1px 2px;
}