.week-wrapper {
	position: relative;
	margin-top: -1px;
	width: 100%;
}

.week {
	display: flex;
	align-items: flex-start;
	width: 100%;
	border: 1px solid #ddd;
}

.week-header {
	display: flex;
	align-items: flex-start;
	width: 100%;
	border: 1px solid #ddd;
}

.th {
	height: 30px;
	background-color: #fefefe;
	width: 14.2857%;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
	text-align: center;
	line-height: 28px;
	font-weight: bold;
	background-color: #ccc;
}

.th:nth-child(7) {
	border-right: 0;
}

.day {
	min-height: 100px;
	background-color: #fefefe;
	width: 14.2857%;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
}

.day:nth-child(7) {
	border-right: 0;
}


.cal-bar {
	position: absolute;
	height: 20px;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 4px;
	border-radius: 4px;
}

.cal-bar.step1 {
	top: 20px;
}

.cal-bar.size1 {
	width: 14.2857%;
}

.cal-bar.size2 {
	width: calc(14.2857% * 2);
}

.cal-bar.size3 {
	width: calc(14.2857% * 3);
}

.cal-bar.size4 {
	width: calc(14.2857% * 4);
}

.cal-bar.size5 {
	width: calc(14.2857% * 5);
}

.cal-bar.size6 {
	width: calc(14.2857% * 6);
}

.cal-bar.size7 {
	width: calc(14.2857% * 7);
}

.cal-bar.offset0 {
	left: 0;
}

.cal-bar.offset1 {
	left: calc(14.2857% * 1);
}

.cal-bar.offset2 {
	left: calc(14.2857% * 2);
}

.cal-bar.offset3 {
	left: calc(14.2857% * 3);
}

.cal-bar.offset4 {
	left: calc(14.2857% * 4);
}

.cal-bar.offset5 {
	left: calc(14.2857% * 5);
}

.cal-bar.offset6 {
	left: calc(14.2857% * 6);
}

.day.sun {
	background-color: #fce4ec;
	color: red;
}

.day.sun .date .no {
	color: red;
}

.day.sat {
	background-color: #e8eaf6
}

.day.sat .date .no {
	color: blue;
}
.day.today {
	background-color: #fff8e1;
}

.date {
	color: #333;
	opacity: 0.5;
	text-align: left;
	padding: 0.2em;
}
.date .anim.red{
	color:red;
}
.date .anim.blue{
	color:blue;
}
.date .no {
	font-weight:bold;
}

.mm .date {
	color: #333;
	font-size: 1.2em;
	opacity: 1;
}

.calendar {
	margin: 5px auto;
	width: 100%;
	min-width: 757px;
}

.calendar-wrapper {
	width: 100%;
	overflow-x: auto;
}

.calendar-nav {
	display:flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-top:5px;
}

.calendar-nav .nav { 
margin-top:50px

}

.nav .yyyymm {
	font-size: 1.5em;
	color: #304ffe;
	line-height: 1em;
	display: inline-block;
}

.nav .btn {
	line-height: 1em;
	display: inline-block;
	padding: 0.5em 0.4em;

}
.nav .btn i {
	width:1.2em;
}