#black_board h1{
	padding-top: 25px;
	font-size: 30pt;
	text-align: center;
}

#seat{
	margin-left: auto;
	margin-right: auto;
}

#seat td,
#seat th{
	border: 1px solid #999;
	vertical-align: middle;
	text-align: center;
	padding: 15px 0 15px 0;
	font-size: 14px;
}

.seat_center{
	text-align: center !important;
}

.summary{
	width: 200px;
	padding: 0 !important;
}

.class_name{
	padding-top: 5px;
	padding-left: 5px;
	margin-bottom: 3px;
	text-align: left;
	font-size: 20px !important;
}

.class_time{
	padding-right: 10px;
	text-align: right;
	font-size: 15px !important;
}

.seat_each{
	width: 80px;
}

#clock2{
	width: 200px;
	font-size: 4px !important;
	opacity: 0;
}

.date{
	border: none !important;
	text-align: right !important;
	padding-bottom: 5px !important;
	font-size: 20px !important;
}

.big{
	font-size: 20px !important;
	padding: 5px 0 5px 0 !important;
}

.name{
	font-size: 16px !important;
	margin: 1px;
}

#seat_footer td{
	border: none !important;
	text-align: right !important;
	padding-top: 5px !important;
}

.cell_form_student,
.cell_form_summary{
	display: none;
}

input.cell_form_student[type="text"],
input.cell_form_student[type="text"]:focus{
	border: none;
	background: transparent;
	color: #fff;
	width: 50px;
	text-align: center;
	margin: -2px 0 -1px 0;
	padding: 0;
	outline: none;
}

input.cell_form_summary[type="text"],
input.cell_form_summary[type="text"]:focus{
	border: none;
	background: transparent;
	color: #fff;
	width: 150px;
	text-align: left;
	margin: -2px 0 -1px 0;
	padding: 0;
	outline: none;
	font-size: 10px;
	font-family: "Meiryo", sans-serif;
}

input[type="submit"]{
	margin-top: -2px;
	border: none;
	background: transparent;
	padding: 0 5px 2px 5px;
	border-radius: 2px;
	color: #fff;
	font-size: 10px;
	font-weight: 100 !important;
	font-family: "Meiryo", sans-serif;
}

input[type="submit"]:hover{
	text-decoration: none;
	background: #9a493f;
}

#navi{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 11px;
	background-color: #69821b; /*#1f3134;*/
	width: 100%;
	padding: 15px auto 15px auto;
	height: 22px;
	text-align: center;
	border-bottom: 4px solid #241a08;
}

#navi div{
	display: inline-block;
	padding-top: 5px;
}

a.current_day,
a.today:hover{
	background-color: #9a493f;
}

a.today{
	background-color: #165e83;
}

#cal:before{
	display: inline;
	content: '[ ';
}

#cal:after{
	display: inline;
	content: ' ]';
}

span.cal_cell{
	display: inline-block;
	width: 24px;
	margin:0 1px 0 1px;
	padding-bottom: 7px;
	border-bottom: 2px solid #a8bf93; /*#badcad;*/
}

span.w0{
	border-bottom: 2px solid #c53d43;
}

span.w6{
	border-bottom: 2px solid #2ca9e1; /*#2a83a2;*/
}

a.present,
a.present:visited,
a.present:active,
span.present{
	text-decoration: none;
	padding: 0 5px 2px 5px;
	border-radius: 6px !important;
	/*background-color: #47885e;*/
	text-shadow: 1px 1px 1px #47885e, 1px -1px 1px #47885e, -1px 1px 1px #47885e, -1px -1px 1px #47885e, 2px 2px 3px #47885e, 2px -2px 3px #47885e, -2px 2px 3px #47885e, -2px -2px 3px #47885e;
}

a.absent,
a.absent:visited,
a.absent:active,
span.absent{
	text-decoration: none;
	padding: 0 5px 2px 5px;
	border-radius: 6px !important;
	/*background-color: #9a493f;*/
	text-shadow: 1px 1px 1px #9a493f, 1px -1px 1px #9a493f, -1px 1px 1px #9a493f, -1px -1px 1px #9a493f, 2px 2px 3px #9a493f, 2px -2px 3px #9a493f, -2px 2px 3px #9a493f, -2px -2px 3px #9a493f;
}

a.unknown,
a.unknown:visited,
a.unknown:active,
span.unknown{
	text-decoration: none;
	padding: 0 5px 2px 5px;
	border-radius: 6px !important;
	background: transparent;
}

a.present:hover{
	text-decoration: none;
	/*background: #9a493f;*/
	background: transparent;
	cursor:pointer;
	cursor:hand;
	text-shadow: 1px 1px 1px #9a493f, 1px -1px 1px #9a493f, -1px 1px 1px #9a493f, -1px -1px 1px #9a493f, 2px 2px 3px #9a493f, 2px -2px 3px #9a493f, -2px 2px 3px #9a493f, -2px -2px 3px #9a493f;
}

a.absent:hover{
	text-decoration: none;
	background: transparent;
	cursor:pointer;
	cursor:hand;
	text-shadow: none;
}

a.unknown:hover{
	text-decoration: none;
	/*background: #47885e;*/
	background: transparent;
	cursor: pointer;
	cursor: hand;
	text-shadow: 1px 1px 1px #47885e, 1px -1px 1px #47885e, -1px 1px 1px #47885e, -1px -1px 1px #47885e, 2px 2px 3px #47885e, 2px -2px 3px #47885e, -2px 2px 3px #47885e, -2px -2px 3px #47885e;
}

#open_login_box{
	float: right;
}

.open_button,
.close_button{
	cursor: pointer;
	cursor: hand;
}

#login_box{
	position: absolute;
	top: 50px;
	right: 30px;
	width: 250px;
	height: 100px;
	padding: 15px;
	border-radius: 7px;
	background-color: #69821b;
	border: 3px solid #241a08;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
	display: none;
}

#close_box{
	position: absolute;
	top: -10px;
	right: -10px;
	border-radius: 15px;
	width: 15px;
	height: 15px;
	background-color: #fff;
	border: 3px solid #241a08;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}

#note{
	text-align: center;
	line-height: 1.5em;
	font-size: 20px;
	padding-bottom: 25px;
}
