@charset "UTF-8";
/* CSS Document */

table th.kids{
	background:#00D3FF;
}
table th.junior{
	background:#FFD600;
}
table th.general{
	background:#00D000;
}

@media screen and (min-width: 769px){
table{
	width:700px;
	border:#AAA 1px solid;
	margin-top:30px;
	margin-bottom:20px;
}
table th,
table td{
	padding:8px;
	font-size:14px;
}
table th{
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	background:#EEE;
	border:#AAA 1px solid;
}
table td{
	border-left:#AAA 1px solid;
	border-right:#AAA 1px solid;
	border-bottom:#AAA 1px dashed;
}
tr.last td{
	border-bottom:#AAA 1px solid;
}
}

@media screen and (max-width: 768px){
table{
	width:100%;
	border:#AAA 1px solid;
	margin-top:30px;
	margin-bottom:20px;
}
thead{
	display:none;
}
tbody{
	padding:20px;
}
tr{
	padding:10px;
}
table th,
table td{
	display:block;
	padding:5px;
}
table th{
	font-weight:bold;
	text-align:center;
}
table tr td:last-child{
	border-bottom:#AAA 1px dashed;
}
tr.last td:last-child{
	border-bottom:none;
}
tbody td:nth-of-type(1):before {
	content: "日時";
	width:50px;
	display:inline-block;
	font-size:13px;
	text-align:center;
	background:#EEE;
	padding:5px;
	margin-right:10px;
}
tbody td:nth-of-type(2):before {
	content: "場所";
	width:50px;
	display:inline-block;
	font-size:13px;
	text-align:center;
	background:#EEE;
	padding:5px;
	margin-right:10px;

}
tbody td:nth-of-type(3):before {
	content: "指導員";
	width:50px;
	display:inline-block;
	font-size:13px;
	text-align:center;
	background:#EEE;
	padding:5px;
	margin-right:10px;
}
}
