@charset "utf-8";

@media print, screen and (min-width:481px) {
body {
  background-color: #eee;
  color: #152197;
  font-family: Helvetica,'Meiryo','メイリオ',sans-serif;
  font-size: 16px;
  margin: 4px auto 10px;
}
#container {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  background-color: #fff;
  border:1px solid #b19582;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}
header {
  width: 100%;
}
header h1 {
  color: #000;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 5px;
  padding-top: 10px;
  text-align: center;
}
main {
  width: 100%;
  padding-bottom: 20px;
}
.sh {
  display: none;
}
#table1 {
  width: calc(100% - 20px);
  margin: 5px auto 0;
  font-size: 17px;
  line-height: 20px;
  border: 2px solid #777;
  display: grid;
  grid-auto-rows: minmax(28px, auto);
  grid-template-columns: 115px 145px 1fr;
}
.t1 {
  text-align: center;
  padding-top: 5px;
  background-color: #eee;
}
.t2 {
  text-align: center;
  padding-top: 5px;
  border-left: 1px solid #777;
  background-color: #eee;
}
.c1 {
  padding: 5px 0 0 5px;
  border-top: 1px solid #777;
}
.c2 {
/*  text-align: center;*/
  padding: 5px 5px 0 5px;
  border-top: 1px solid #777;
  border-left: 1px solid #777;
}
.c3 {
  padding: 5px 5px 0 5px;
  border-top: 1px solid #777;
  border-left: 1px solid #777;
}
.bt2 {
  border-top: 2px solid #777;
}
.bold {
  font-weight: bold;
}
.txt1 {
  margin: 5px 10px 0 47px;
  text-indent: -29px;
}
a.tile:link,a.tile:visited {
  color: #152197;
  font-weight: bold;
  text-decoration: underline solid #777;
}
a.tile:active,a.tile:hover {
  color: red;
  font-weight: bold;
  text-decoration: none;
}
footer {
  height: 28px;
  margin-top: 10px;
  background-color: #444;
  padding-top: 14px;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
}








@media screen and (max-width:480px) {
body {
  background-color: #eee;
  color: #152197;
  font-family: Helvetica,'Meiryo','メイリオ',sans-serif;
  font-size: 16px;
  margin: 4px auto 10px;
}
#container {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  background-color: #fff;
  border:1px solid #b19582;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}
header {
  width: 100%;
}
header h1 {
  color: #000;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 5px;
  padding-top: 10px;
  text-align: center;
}
main {
  width: 100%;
  padding-bottom: 20px;
}
.sh {
  display: inline;
}
#table1 {
  width: calc(100% - 20px);
  margin: 5px auto 0;
  font-size: 17px;
  line-height: 20px;
  border: 2px solid #777;
  display: grid;
  grid-auto-rows: minmax(28px, auto);
  grid-template-columns: 115px 95px 1fr;
}
.t1 {
  text-align: center;
  padding-top: 5px;
  background-color: #eee;
}
.t2 {
  text-align: center;
  padding-top: 5px;
  border-left: 1px solid #777;
  background-color: #eee;
}
.c1 {
  padding: 5px 0 0 5px;
  border-top: 1px solid #777;
}
.c2 {
/*  text-align: center;*/
  padding: 5px 5px 0 5px;
  border-top: 1px solid #777;
  border-left: 1px solid #777;
}
.c3 {
  padding: 5px 5px 0 5px;
  border-top: 1px solid #777;
  border-left: 1px solid #777;
}
.bt2 {
  border-top: 2px solid #777;
}
.bold {
  font-weight: bold;
}
.txt1 {
  margin: 5px 10px 0 47px;
  text-indent: -29px;
}
a.tile:link,a.tile:visited {
  color: #152197;
  font-weight: bold;
  text-decoration: underline solid #777;
}
a.tile:active,a.tile:hover {
  color: red;
  font-weight: bold;
  text-decoration: none;
}
footer {
  height: 28px;
  margin-top: 10px;
  background-color: #444;
  padding-top: 14px;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
}