@charset "utf-8";


/*テーブルの指定（固有）*/
.schedule_list {
  width: 100%;
  border: 2px solid #008042;
}
.schedule_list tr:first-child th,
.schedule_list tr:first-child td {
  border-right: 2px solid #fff;
}
.schedule_list tr:first-child th:last-child {
  border-right: 2px solid #008042;
}
.schedule_list tr:first-child {
  border: 2px solid #008042;
  background-color: #008042;
  color: #fff;
}
.schedule_list th {
  width: 10%;
	width:-webkit-calc(10% - 20px);
  width: calc(10% - 20px);
  text-align: center;
  border: 2px solid #008042;
	padding: 10px;
	white-space: nowrap;
}
.schedule_list td {
  width: 10%;
	width:-webkit-calc(10% - 20px);
  width: calc(10% - 20px);
  text-align: center;
  border: 2px solid #008042;
	padding: 10px;
	white-space: nowrap;
}

th.head {
  width: 10%;
	width:-webkit-calc(10% - 20px);
  width: calc(10% - 20px);
	font-weight: 900;
	background-color: #eee;
	text-align: left;
}
th.time {
  width: 30%;
	width:-webkit-calc(30% - 20px);
  width: calc(30% - 20px);
	font-weight: 900;
	background-color: #eee;
	text-align: left;
}
