table{
  width: 85%;
  border-collapse:separate;
  border-spacing: 0;
}
@media only screen and (max-device-width: 640px) {
table{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
}
}
table th:first-child{
  border-radius: 5px 0 0 0;
}

table th:last-child{
  border-radius: 0 5px 0 0;
  border-right: 2px solid #e6c619;
}

table th{
  text-align: center;
  color:black;
  background: linear-gradient(#ffd700,#ccac00);
  border-left: 2px solid #e6c619;
  border-top: 2px solid #e6c619;
  border-bottom: 2px solid #e6c619;
  box-shadow: 0px 2px 2px rgba(255,255,255,0.3) inset;
  padding: 10px 0;
  padding-left: 15px;
}

table td{
  text-align: left;
  border-left: 2px solid $e6c619;
  border-bottom: 2px solid $e6c619;
  border-top:none;
  box-shadow: 0px -3px 5px 1px #eee inset;
  padding-left: 15px;
  height: 30px;
}

table td:last-child{
  border-right: 2px solid $ffd700;
}

table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
font-siz
table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

body{
	font-size: 87%;
	font-family: "ＭＳ ゴシック";
}
@media only screen and (max-device-width: 640px) {
body{
	font-size: 70%;
	font-family: "ＭＳ ゴシック";
}
}
td span{
	font-size:x-small;
}
.tfs{
	font-size:x-small;
}
#foo.hidden1 tr > *:nth-child(1) {
    display: none;
}
#foo.hidden2 tr > *:nth-child(2) {
    display: none;
}
#foo.hidden3 tr > *:nth-child(3) {
    display: none;
}
#foo.hidden4 tr > *:nth-child(4) {
    display: none;
}
#foo.hidden5 tr > *:nth-child(5) {
    display: none;
}
#foo.hidden6 tr > *:nth-child(6) {
    display: none;
}
#foo.hidden7 tr > *:nth-child(7) {
    display: none;
}
button{
	background-color:transparent;
	border:none;
	font-family:"ＭＳ ゴシック";
	font-size:100%;
}
.auto-style1 {
	text-align: left;
	font-size: small;
}
