@charset "utf-8";

.knsk_navi {
	margin-top: 17px;
}

.knsk_navi dt {
	clear: both;
	width: 74px;
	height: 28px;
	margin: 1px 10px 17px 0;
	text-align: center;
	font-weight: bolder;
	line-height: 28px;
	background-color: #5276c9;
	color: white;
	float: left;
}

.knsk_navi dd {
	overflow: hidden;
	margin: 0 0 17px 84px;
}


.knsk_navi dd ul {
	font-size: 0;
}

.knsk_navi dd ul li {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin-right: 7px;
	text-align: center;
	font-weight: bold;
	color: rgba(120, 120, 120, 1);
	font-size: 13px;
	vertical-align: top;
}

.knsk_navi dd ul li a {
	display: block;
	width: 150px;
	height: 28px;
	line-height: 28px;
	border: 1px solid rgba(120, 120, 120, 1);
	border-radius: 5px;
	background: #fff;
	color: rgba(120, 120, 120, 1);
	text-decoration: none;
}

.knsk_navi dd ul li li a {
	width: 62px;
}

.knsk_navi dd ul li.active a {
	border-color: #c1d8f4;
	background-color: #c1d8f4;
	color: #5276c9;
}

.knsk_navi dd ul li a:hover {
	border-color: #5276c9;
	color: #5276c9;
}

/*検索枠・ボタン*/
.kennsakubox{
	width: 290px;
	height: 36px;
	padding: 0 0 20px 600px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #333;
}
input.kennsakuwaku{
	display: block;
	width: 214px;
	height: 31px;
	margin-right: 3px;
	padding: 1px 0 0 5px;
	color: #444444;
	border: 1px solid #444444;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	line-height: 30px;
	float: left;
}
.kennsakubutton{
	width: 64px;
	height: 47px;
	line-height: 31px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	text-align: center;
	float: right;
}

/*出勤状況一覧*/
.attd_box {
	margin-bottom: 5px;
}
.attd_box > li {
	width: 213px;
	/*height: 417px;*/
	border: 1px solid #d3d1d4;
	float: left;
	margin: 10px 10px 0px 0;
	padding-bottom: 10px;
}

.attd_box > li:nth-child(4n) {
	margin-right: 0;
}

/*出勤中などの文字*/
.attd_box > li .states {
	overflow: hidden;
	width: 100%;
	height: 27px;
	line-height: 27px;
	background-color: #eeeeee;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
}
.attd_box > li .states.type2 {
	background-color: #f00000;
	color: #fff;
}

.attd_box > li .states.type3 {
	background-color: #2849c4;
	color: #fff;
}

.attd_box > li .states.type4 {
	background: #ffe7fe;
}

.attd_box > li .states span {
	font-weight: normal;
}

.attd_box > li .states span::before {
	content: "｜";
}

.attd_box > li figure {
	position: relative;
	overflow: hidden;
	width: 213px;
	height:286px;
	clear: both;
}
.attd_box > li figure .status {
	position: absolute;
	top: 0;
	width: 100%;
	font-size: 85%;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
}
.attd_box > li .profile{
	overflow: hidden;
	/*width: 203px;*/
	/*height:102px;*/
	margin: 0 9px;
}
.attd_box > li .profile h3 a {
	margin-right: 2px;
	font-size: 120%;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.attd_box > li .profile h3 a:hover {
	color: #666666;
	text-decoration: underline;
}
.attd_box > li .profile .comment {
	text-align: center;
	color: #fff;
	background-color: #7A7A8A;
}