.calTable {
	border-collapse: collapse;
}
.calTable td, .calTable th {
	width: 27px;
	height: 22px;
	text-align: center;
	font-family: Verdana, Helvetica;
	font-size: 10px;
	color: #666;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	vertical-align:middle;

}
.calTable th {
	height: 22px;
	background-color: #eeeeee;
	text-align: center;
	font-weight: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.calTable td.mon {
	width: 135px;
	height: 22px;
	font-size: 12px;
	font-weight: bold;
	border: 0px solid #e0e0e0;
}
.calTable td.btn {
	height: 22px;
	font-weight: bold;
	border: 0px solid #e0e0e0;
}
.calTable td.sat {
	background-color: #f0f6ff;
	color: #4b86de;
}
.calTable td.sun {
	background-color: #fff0f0;
	color: #d63838;
}
.calTable th.sat {
	background-color: #f0f6ff;
	color: #4b86de;
}
.calTable th.sun {
	background-color: #fff0f0;
	color: #d63838;
}
.calTable td.today {
	background-color: #06C;
	font-weight: bold;
	color: #FFF;
}
.calTable td.webJozu {
	width: 189px;
	height: 22px;
	text-align: right;
	padding-right:5px;
}
.calTable td.btn a {
	display: block;
	width: 27px;
	height: 22px;
	color: #3366cc;
	padding: 9px 0px 0px 0px;
	text-decoration: none;
}
.calTable td.btn a:hover {
	background-color: #BEDCFA;
	text-decoration: underline;
}
.yView {
	font-size: 10px;
	font-weight: normal;
	color: #666;
}
.tbView {
	display:none;
}
.linkArea {
	display: block;
	width: 27px;
	height: 22px;
	line-height: 22px;
	font-weight: bold;
}
a.linkArea:link, a.linkArea:visited {
	color: #F60;
}
a.linkArea:hover {
	background-color: #FC9;
}
.linkPopup {
	display: block;
	position: absolute;
	left: -6px;
	top: 46px;
	text-align: left;
	visibility: visible;
}
.popTxt {
	display: block;
	background-color: #F60;
	width: 36px;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	color: #FFF;
	border: 1px solid #630;
	padding: 4px 6px;
}
.popArrow {
	font-size: 10px;
	font-weight: bold;
	line-height: 60%;
	color: #630;
	padding-left: 21px;
}





.carousel-container {
  width: 189px;
  height: 410px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.carousel {
  width: 100%;
  height: 100%;
  display: flex;
  transition: transform .3s;
}

.box {
  height: 100%;
  min-width: 100%;
}

.box-1 {
  background: white;
}

.box-2 {
  background: white;
}

.box-3 {
  background: white;
}

.box-4 {
  background: white;
}

#lt, #gt {
  position: absolute;
  top: 3.3%;
  transform: translateY(-50%);
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, .8);
  color: #fff;
  font-size: 13px;
  padding: 0 3.3px;
  cursor: pointer;
}
#lt {
  left: 8px;
}

#gt {
  right: 8px;
}

#lt:hover,
#gt:hover {
  opacity: .8;
}

.hidden {
  display: none;
}