@charset "utf-8";
/* 出勤日付部分調整 ----------------------------------------- */
.datebox {
	position: relative;
	margin-top: 20px;
}
.datelist {
	padding-bottom: 20px;
	white-space: nowrap;
	overflow-x: auto;
}
.datelist li {
	display: inline-block;
	position: relative;
	width: 60px;
	height: 60px;
	margin: 0 2px;
	color: #000;
	border: 1px solid #000;
	border-radius: 8px;
	text-align: center;
	font-size: 85%;
	font-weight: bold;
}
.datelist li.select {
	color: #fff;
	background-color: #ff6086;
	border-color: #ff6086;
}
.datelist li.point:before {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	right: 7px;
	width: 10px;
	height: 10px;
	background-color: #f00;
	border-radius: 50%;
}
.datelist li span {
	display: block;
	padding-top: 14px;
}
.datetitle {
	display: none;
	width: 100%;
	height: 28px;
	color: #000;
	text-align: center;
	font-size: 116%;
	font-weight: bold;
}
.datetitle.show {	display: block;}
.datetitle .num {
	padding: 0 3px;
	font-size: 124%;
	color: #ff6086;
}
.tablebox {
	display:none;
}
.tablebox.show {
	display:block;
}

/* 黄色い丸 */
#pan li.Rb.point a,
.link4.point {
	position: relative;
}
#pan li.Rb.point a:after,
.link4.point:after {
	content: "";
	display: block;
	position: absolute;
	top: -2px;
	right: 0;
	width: 13px;
	height: 13px;
	background-color: #ff0;
	border-radius: 50%;
}

/* 赤い丸 */
#pan li.Rj.point_red a,
.link4.point_red {
	position: relative;
}
#pan li.Rj.point_red a:after,
.link4.point_red:after {
	content: "";
	display: block;
	position: absolute;
	top: -2px;
	right: 0;
	width: 13px;
	height: 13px;
	background-color: #f00;
	border-radius: 50%;
}