@charset "utf-8";
/* CSS Document */


/*--コンテンツ--*/

h3 {
	margin-top:30px;
	margin-bottom:30px;

}
h4 {
	background-color:#FFFDB7;
	margin:0 30px;
	border:solid 1px #999;
	text-align:center;
	padding:10px 0;
	font-size:20px;
	font-weight:normal;
}

/*--発走時刻--*/

.hyo_time {
	width:940px;
	margin:0 auto;
	border-left:solid 1px #999;
	background-color:#FFF;
}
.hyo_time th {
	text-align:center;
	border-bottom:solid 1px #999;
	border-right:solid 1px #999;
	padding:8px 0;
	background-color:#DFDFD0;
	letter-spacing:2px;
}
.hyo_time td {
	text-align:center;
	border-bottom:solid 1px #AAA;
	border-right:solid 1px #999;
	padding:8px 0;
	width:22%;
	letter-spacing:6px;
}
.hs {
	font-weight:bold;
	background-color:#FFEDB7;
}




.red {
	color:#F00;
}

@media screen and (max-width: 500px) {

h4 {
	margin:0 1%;
	padding:5px 0;
	font-size:16px;
}

.hyo_time {
	width:98%;
	margin: 0 auto;
	font-size:12px;
}	
.hyo_time th {
	padding:8px 0;
	line-height:110%;
	letter-spacing:0px;
}
.hyo_time td {
	padding:6px 0;
	letter-spacing:1px;
}

	
}


