﻿@charset "utf-8";

body {
	font-size:10px;
}
#gNavi {
	display: none;
}
.break {
	page-break-before: always;
}
.table80 th {
	color: #fff;
	padding: 2px 2px;
	background: #258;
	background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
	background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
	font-weight: bold;
	border-left:1px solid #258;
	border-top:1px solid #258;
	border-bottom:1px solid #258;
	text-align: center;
	text-shadow:0 -1px 0 rgba(34,85,136,0.9);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
.table80 th:first-child {
	border-radius: 5px 0 0 0;
}
.table80 th:last-child {
	border-radius:0 5px 0 0;
	border-right:1px solid #258;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}
.table80 tr td {
	padding: 2px 2px;
	border-left: 1px solid #84b2e0;
	text-align: center;
	min-height:35px;
	min-width:45px;
}
.table80 tr td:last-child {
	border-right: 1px solid #84b2e0;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
.table80 tr:nth-child(2n+0) {
	border-bottom: 1px solid #84b2e0;
}
.table80 tr {
	background: #fff;
}
.table80 .sat {
	background: #f1f6fc;
	color:blue;
}
.table80 .sun {
	background: #fcf1f2;
	color:red;
}
.table80 .skj {
	background: #f1f6fc;
	color:red;
}
.table80 .blk {
	background: #efefef;
}
.table80 tr:last-child td {
	box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
.table80 tr:last-child td:first-child {
	border-radius: 0 0 0 5px;
}
.table80 tr:last-child td:last-child {
	border-radius: 0 0 5px 0;
}
