table.table01 {
  border-spacing: 0;
  font-size:18px;
}
table.table01 th {
  color: #fff;
  padding: 8px 15px;
  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;
  line-height: 120%;
  text-shadow:0 -1px 0 rgba(34,85,136,0.9);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
table.table01 th:first-child {
  border-radius: 5px 0 0 0;
}
table.table01 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;
}
table.table01 tr td {
  padding: 8px 15px;
  border-bottom: 1px solid #84b2e0;
  border-left: 1px solid #84b2e0;
}
table.table01 tr td:last-child {
  border-right: 1px solid #84b2e0;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table.table01 tr {
  background: #fff;
}
table.table01 tr:nth-child(2n+1) {
  background: #f1f6fc;
}
table.table01 tr:last-child td {
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table.table01 tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
table.table01 tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
table.table01 tr:hover {
  background: #bbd4ee;
  cursor:pointer;
}


table.table02 {
    border-spacing: 0;
    border: 1px solid #CCC;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;
    box-shadow: 0 1px 1px #CCC;
	font-size:16px;
	width:100%;
}
table.table02 th,
table.table02 td {
    padding:10px;
    background:#FFF;
    border-bottom:solid 1px #CCC;
    border-right:solid 1px #CCC;
}
table.table02  th {
    background:#e3dcd5;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
    color:#69655c;
    font-size:16px;
}


table.table03{
  border-collapse:collapse;
  margin:0 auto;
}
table.table03 td,th{
  padding:10px;
}
table.table03 th{
  color:#fff;
  background:#005ab3;
}
table.table03 tr:nth-child(odd){
  background:#e6f2ff;
}

table.table04{
  margin:0 auto;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border:1px solid #666;
  border-spacing: 0;
  overflow:hidden;
}
table.table04 td,th{
  border-bottom:1px solid #666;
}
table.table04 td,th{
  padding:10px;
}
table.table04 th{
  background:#EFEFEF;
}
table.table04 tbody tr:last-child th,
table.table04 tbody tr:last-child td{
  border-bottom: none;
}
table.table04 th + th,td{
  border-left:1px solid #666;
}
table.table05 {
  margin-bottom: -5px;
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 100%;
  color:#FF8000;
}

table.table05 th,
table.table05 td {
  padding: 4px 6px;
}
table.table05 td {
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  background: #F3F3F3;
  text-align: left;

}
table.table06{
border-collapse: collapse;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.table06 th{
padding: 6px; text-align: left;
vertical-align: top;
color: #666666;
background: url(bg.jpg) repeat-x top left #eee;
border-bottom: 1px dotted #999;
border-left: 1px solid #ccc;
}
.table06 td{
padding: 6px;
border-bottom: 1px dotted #999;
border-left: 1px solid #ccc;
}


table.table07 {
	width: 100%;
	border-collapse: collapse;
}
table.table07 th.t_top {
    border-top: #b3b3b3 4px solid;
}
table.table07 th {
	border-bottom: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	text-align: left;
	background: #f7f7f7;
	padding: 10px;
	font-weight: normal;
}
table.table07 td.t_top {
	border-top: #be1309 4px solid;
}
table.table07 td {
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: left;
	padding: 10px;
}