@charset "utf-8";
body {
  background-color: #eee;
  color: #000;
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN",
    "Hiragino Sans",Meiryo,sans-serif;
  font-size: 16px;
  margin: 4px auto 10px;
}
#container {
  width: 380px;
  margin: 5px auto 5px;
  background-color: #fff;
  border:1px solid #777;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}
header {
  width: 100%;
  margin-top: 20px;
}
header h1 {
  color: deeppink;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  padding-top: 5px;
  text-align: center;
}
#com {
  width: 95%;
  margin: 20px auto 20px;
  line-height: 20px;
}
.text1 {
  margin-left: 17px;
  text-indent: -17px;
}
#table1 {
  width: 380px;
  margin: 0 3px 0 4px;
  display: grid;
  grid-auto-rows: minmax(32px,auto);
  grid-template-columns: 28px 28px 55px 55px 53px 44px 55px 55px;
  border: 0px solid #000;
}

.guide {
  grid-column: 1/9;
  margin: 20px 1px 0 1px;
  display: grid;
  grid-auto-rows: 36px;
  grid-template-columns: repeat(12,31px);
}
.mbox {
  height: 20px;
  padding-top: 6px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  text-align: center;
}
.mbox:active,.mbox:hover {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  background-color: #ffe4e1;
}
.br1 {
  border-right: 1px solid #999;
}
.t1 {
/*  grid-row: 1/2;  grid-column: 1/2;*/
  color: #000;
  font-size: 16px;
  text-align: center;
  padding-top: 12px;
  background-color: #eee;
  border-top: 2px solid #999;
  border-bottom: 2px solid #999;
}
.t2 {
/*  grid-row: 1/2;  grid-column: 2/3;*/
  color: #000;
  font-size: 16px;
  text-align: center;
  padding-top: 12px;
  background-color: #eee;
  border-top: 2px solid #999;
  border-bottom: 2px solid #999;
  border-left: 1px solid #999;
}
.t3 {
/*  grid-row: 1/2;  grid-column: 3/4;*/
  color: #000;
  font-size: 16px;
  text-align: center;
  padding-top: 2px;
  line-height: 19px;
  background-color: #eee;
  border-top: 2px solid #999;
  border-bottom: 2px solid #999;
  border-left: 1px solid #999;
}
.t4 {
/*  grid-row: 1/2;  grid-column: 4/5;*/
  color: #000;
  font-size: 16px;
  text-align: center;
  padding-top: 2px;
  line-height: 19px;
  background-color: #eee;
  border-top: 2px solid #999;
  border-bottom: 2px solid #999;
  border-left: 1px solid #999;
}
.t5 {
/*  grid-row: 1/2;  grid-column: 5/6;*/
  color: #000;
  font-size: 16px;
  text-align: center;
  padding-top: 2px;
  line-height: 19px;
  background-color: #eee;
  border-top: 2px solid #999;
  border-bottom: 2px solid #999;
  border-left: 1px solid #999;
}
.t6 {
/*  grid-row: 1/2;  grid-column: 6/7;*/
  color: #000;
  font-size: 16px;
  text-align: center;
  padding-top: 2px;
  line-height: 19px;
  background-color: #eee;
  border-top: 2px solid #999;
  border-bottom: 2px solid #999;
  border-left: 1px solid #999;
}
.t7 {
/*  grid-row: 1/2;  grid-column: 7/8;*/
  color: #000;
  font-size: 16px;
  text-align: center;
  padding-top: 2px;
  line-height: 19px;
  background-color: #eee;
  border-top: 2px solid #999;
  border-bottom: 2px solid #999;
  border-left: 1px solid #999;
}
.t8 {
/*  grid-row: 1/2;  grid-column: 8/9;*/
  color: #000;
  font-size: 16px;
  text-align: center;
  padding-top: 2px;
  line-height: 19px;
  background-color: #eee;
  border-top: 2px solid #999;
  border-bottom: 2px solid #999;
  border-left: 1px solid #999;
}
.data1{
  font-size: 18px;
  padding: 8px 2px 0 0;
  text-align: right;
  border-bottom: 1px solid #999;
}
.data2 {
  font-size: 18px;
  padding: 8px 2px 0 0;
  text-align: right;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
}
.data3 {
  font-size: 18px;
  padding: 8px 2px 0 0;
  text-align: right;
  background-color: #ffe4e1;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
}
.data4 {
  font-size: 18px;
  padding: 8px 2px 0 0;
  text-align: right;
  background-color: #f0ffff;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
}

footer {
  height: 28px;
  margin-top: 10px;
  background-color: #444;
  padding-top: 14px;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
