@charset "utf-8";
/* タグ再定義に関するCSS
----------------------------------------*/

#schedule{
	font-size: 1.6em;
	margin-left:1em;
	margin-top:2em;
	-webkit-overflow-scrolling:touch;
	width: 100%;
	max-width: 800px;
	height: 10em;
	margin-bottom: 2em;
	text-align: center;
}
#schedule a:link{
	text-decoration:underline;
	color:#00E;
}
table{
	width:98%;
	max-width:800;
	font-size:1.8em;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}
th{
	height:auto;
	padding:10px;
}
td{
	height:auto;
	padding:10px;
}
table a:link{
	color:#00C;
}
/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/

@media only screen and (max-device-width:480px)
{
.h_name{
	display: inline;
	text-align: center;
	border: 0.1em solid #ccc;
	background-color: #FF3;
	float: left;
	width: 30%;
}
.h_date{
	border: 0.1em solid #ccc;
	display: inline;
	text-align: center;
	background-color: #FF3;
	float: left;
	width: 20%;
}
.h_place{
	border: 0.1em solid #ccc;
	display: inline;
	text-align: center;
	background-color: #FF3;
	float: left;
	width: 20%;
}
.s_name{
	display: inline;
	text-align: center;
	border: 0.1em solid #ccc;
	float: left;
	width: 30%;
}
.s_date{
	border: 0.1em solid #ccc;
	display: inline;
	float: left;
	text-align: center;
	width: 25%;
}
.s_place{
	border: 0.1em solid #ccc;
	display: inline;
	float: left;
	text-align: center;
	width: 25%;
}	
.f_line{
	width:100%;
}
}
