@charset "utf-8";

article:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

#main {
  float: left;
  margin-right: 40px;
  width: 470px;
}

#main:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
#left_box {
  float: left;
  width: 450px;
}
#left_box:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

#summary {
	margin:10px 0;
	font-size:1.3em;
}

#time_table {
	margin:10px 0;
	width:450px;
	font-size:1.3em;
}

#time_table .group_name{
	font-weight:bold;
}

#time_table .omake{
	padding-left:80px;
}

#time_table th,#time_table td{
	border:#fff 1px solid;
	padding:10px;
	vertical-align:middle;
}

#time_table th{
	width:90px;
	background:#ff9;
}
#time_table td{
	background:#ffc;
}

