/****************************************
worklist
****************************************/
.datelist {
	margin: 2% auto;
	width: 100%;
	text-align: center;
}
.datelist:after {
	content: "";
	height: 0;
	clear: both;
	display: block;
}
.week.week_controller {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    background-color: #f8f2ed;
}
.week_controller li {
    text-align: center;
    flex: 1;
	border-right: 1px #1b1b1b dashed;
}
.week.week.week_controller a {
    padding: 0;
}
.week {
	margin: 3% auto;
	width: 99.5%;
	text-align: left;
	border: 1px #1b1b1b solid;
}
ul.week:after {
	content: "";
	clear: both;
	display: block;
}
ul.week li {
	margin: 0;
	width: 14.27777777777%;
	height: auto;
	float: left;
}
ul.week li a {
	display: block;
	background: #f8f2ed;
	margin: 0;
	padding: 10% 0;
	width: auto;
	height: auto;
	color: #1b1b1b;
	text-align: center;
	border-right: 1px #1b1b1b dashed;
}
ul.week li:last-child a {
	border-right: none;
}
ul.week li a:hover,ul.week li a.hover {
	background: #f8e9db;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

@media only screen and (max-width: 680px) {
	ul.week {
		width: 98%;
		font-size: 90%;
	}
	ul.week li {
		margin: 0;
		width: 50%;
		height: auto;
		float: left;
	}
	ul.week li:first-child {
		margin: 0;
		width: 100%;
		height: auto;
		float: none;
	}
	ul.week li:first-child a {
		border-top: 1px #1b1b1b dashed;
	}
	ul.week li a {
		padding: 4% 0;
		border-left: 1px #1b1b1b dashed;
		border-bottom: 1px #1b1b1b dashed;
	}
	ul.week li:last-child a {
		border-right: 1px #1b1b1b dashed;
	}
	ul.week li a:hover,ul.week li a.hover {

	}
}
.list_zone {
	min-height: 600px;
}
.list_zone:after {
	content: "";
	clear: both;
	display: block;
}

ul.stafflist li.non {
	width: 99%;
	padding: 20% 0;
	text-align: center;
}
ul.stafflist {
	width: 100%;
	margin: 0 auto;
}
ul.stafflist li a .area-time .time-container {
	flex: 1;
}
ul.stafflist:after {
	display: block;
	content: "";
	clear: both;
}
ul.stafflist li {
	width: 24%;
	margin: 0 0.5% 2%;
	float: left;
    padding: 1%;
    background: #f3f1ef;
}
ul.stafflist li a {
	display: block;
	color: #663300;
	position: relative;
}
ul.stafflist li a:hover,ul.stafflist li a.hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
ul.stafflist li a .icon {
	width: 34px;
	font-size: 90%;
	overflow: hidden;
	background: #ea68a2;
	padding: 0 1%;
}
ul.stafflist li a .icon i {
	display: block;
	width: 98%;
	margin: 0 auto 5%;
	padding: 0;
	text-align: center;
	color: #ffffff;
	font-size: 80%;
	transition: .25s linear;
	-webkit-transition: .25s linear;
	-moz-transition: .25s linear;
	position: relative;
	overflow: hidden;
}
ul.stafflist li a .icon i:last-child {
	margin: 0 auto;
}
ul.stafflist li a .icon i:before {
	display: block;
	position: absolute;
	z-index: 3;
	left: -30%;
	top: -50%;
	content: "";
	width: 30px;
	height: 50px;
	transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	background-image: linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 50%,rgba(255,255,255,0) 100%);
	background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.7)),color-stop(100%,rgba(255,255,255,0)));
	background-image: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, #ffffff rgba(255,255,255,0.7),rgba(255,255,255,0) 100%);
	animation: shiny 3s infinite linear;
	-webkit-animation: shiny 3s infinite linear;
	-moz-animation: shiny 3s infinite linear;
}
@keyframes shiny {
	0% {
		left: -30%;
	}
	20% {
		left: 120%;
	}
	100% {
		left: 120%;
	}
}
@-webkit-keyframes shiny {
	0% {
		left: -30%;
	}
	20% {
		left: 120%;
	}
	100% {
		left: 120%;
	}
}
@-moz-keyframes shiny {
	0% {
		left: -30%;
	}
	20% {
		left: 120%;
	}
	100% {
		left: 120%;
	}
}
ul.stafflist .info {
    display: flex;
    /* align-items: center; */
    margin-bottom: 5px;
}



ul.stafflist li a .area {
	background: #F2961D;
	width: fit-content;
  /* max-width: 30%; */
	padding: 0% 1%;
	text-align: center;
	/* line-height: 175%; */
	font-size: 80%;
	color: #ffffff;
	/* font-weight: bold; */
	white-space: nowrap;
}
ul.stafflist li a .time {
	background: #FFF;
  color: #F00;
	padding: 0;
	text-align: center;
	/* line-height: 175%; */
	font-size: 80%;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
}

ul.stafflist li a .area-time {
	text-align: center;
	font-size: 80%;
	color: #ff0000;
	font-weight: bold;
	position: absolute;
	top: 3%;
	left: 2%;
	right: 2%;
	white-space: nowrap;
	display: flex;
}

@media only screen and (max-width: 1000px) {
}


ul.stafflist li a img {
	width: 100%;
    height: 13em;
    object-fit: cover;
}
ul.stafflist li a .prof {
	margin: 0;
	padding: 2% 0;
	line-height: 135%;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
ul.stafflist li a .prof .name {
	font-weight: normal;
    font-size: 1.3em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
ul.stafflist .prof .nickname {
    font-size: 1.1em;
    color: #663300;
    max-width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size: 17px;
}
ul.stafflist li a .prof .age {
	font-size: 80%;
    flex: 1;
    margin-left: 5px;
}
ul.stafflist li a .prof .size {
	font-size: 75%;
}

@media only screen and (max-width: 680px) {
	ul.stafflist {
		margin: 0 0 0 -1%;
	}
	ul.stafflist li {
		margin: 0 0 8% 1%;
		width: 49%;
    box-sizing: border-box;
	}
	ul.stafflist li.non {
		width: 100%;
	}
	ul.stafflist li a .icon i {
		padding: 0;
		font-size: 70%;
	}
}
.check {
	text-align: center;
	font-size: 75%;
}

@media only screen and (max-width: 450px) {

	ul.stafflist li a .icon {
		visibility: hidden;
		clear: both;
		float: left;
		margin: 10px auto 5px 20px;
		width: 28%;
		display: none;
	}

	ul.stafflist li a .area {
		max-width: 50%;
	}

}
