#main-info {
	width: 1000px;
}

#main-info th {
	width: 140px;
	padding: 1em;
}

#main-workers {
	border: 1px solid #333;
	overflow-x: scroll;
	
	font-size: 0.9em;
	
	margin: .3em 0;
}

#main-workers table, #main-workers table td, #main-workers table th {
	border-color: #999;
	border-width: 1px;
}

#main-workers table {
	border-top-style: solid;
	border-left-style: solid;
}

#main-workers table td, #main-workers table th {
	border-style: none;
	border-right-style: solid;
	padding: .2em .1em;
}

#main-workers table td.dot, #main-workers table th.dot {
	border-bottom-style: dotted;
}

#main-workers table td:not(.dot), #main-workers table th:not(.dot) {
	border-bottom-style: solid;
}

/*#main-workers {
	position: relative;
	overflow: hidden;
}

#main-workers ul {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	margin: 0;
	padding: 0;
}

#main-workers li {
	float: left;
	list-style-type: none;
	width: 20%;
	text-align: center;
	padding: .5em;
	
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}*/

#main-attendance th, #main-attendance td {
	padding: 0;
}

#main-attendance a {
	display: block;
	padding: .2em 0;
	width: 100%;
	height: 100%;
	color: black;
}

.kintai-on {
	background-color: #fcc;
}

.caption-strong {
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
}
/*
.main-spot {
	width: 400px;
}*/