@charset "utf-8";
.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.column {
  width: 100%;
}

@media (min-width: 1024px) {
  .column {
    width: calc(50% - 16.18px / 2);
  }
}

#body{
	font-size: 125%;
  -webkit-text-size-adjust: 100%;
}

h1 {
	font-weight: bold;
	font-size: 24px;
	color: #FF0004;
}
th {
	font-weight: bold;
		font-size: 90%;
}

.s_table {
  border:3px solid #ed1b24;
}

.time {
	color: #2B22C8;
	font-weight: bold;
	font-size: 90%;
}
.spec {
	color: #000000;
	font-weight: nomal;
	font-size: 65%;
}
    
a:link {
color: #196519;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #196519;
}
a:hover {
text-decoration: none;
color: #196519;
}
a:active {
text-decoration: none;
color: #196519;
}

