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

@media screen and (min-width: 769px){
table{
	width:700px;
	border:#AAA 1px solid;
	margin-top:30px;
	margin-bottom:20px;
}
table caption{
	font-size:16px;
	font-weight:bold;
	text-align:left;
	border-left:#5ab9ff 5px solid;
	border-bottom:#CCC 1px dotted;
	padding-top:4px;
	padding-bottom:5px;
	padding-left:15px;
	margin-bottom:15px;
}
table th,
table td{
	border:#AAA 1px solid;
	padding:10px;
}
table th{
	width:200px;
	background:#EEE;
}
table th span.month,
table th span.day,
table th span.week{
}
table td.youkou{
	width:100px;
	text-decoration:underline;
	text-align:center;
}
table td a{
	color:#FF5C26;
}
table td a:hover{
	opacity:0.5;
}
}

@media screen and (max-width: 768px){
table{
	width:100%;
	border:#AAA 1px solid;
	margin-top:30px;
	margin-bottom:20px;
}
table caption{
	font-size:16px;
	font-weight:bold;
	text-align:left;
	border-left:#5ab9ff 5px solid;
	border-bottom:#CCC 1px dotted;
	padding-top:4px;
	padding-bottom:5px;
	padding-left:15px;
	margin-bottom:15px;
}
table th,
table td{
	padding:10px 15px;
	display:block;
}
table th{
	background:#EEE;
}
table td{
	font-weight:bold;
	padding-bottom:0px;
}
table td.youkou,
table td.moushikomi{
	text-decoration:underline;
	text-align:center;
	display:inline-block;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:10px;
}
table td a{
	color:#FF5C26;
}
table td a:hover{
	opacity:0.5;
}
}