#div_top{
	margin-left:auto;
	margin-right:auto;
}
.tbl td{
	height:30px;
	padding-left:5px;
}
a{
	text-decoration:none;
}
.auto-style1 {
  border: 1px solid #808080;
  text-align: center;
  background-color: #FFFF99;
}
.auto-style2 {
  border-left: 1px solid #808080;
  border-right: 1px solid #808080;
  border-top: 1px solid #808080;
  border-bottom: 3px double #808080;
  text-align: center;
}
.auto-style2-1 {
  text-align: center;
  font-size:10px;
}
.auto-style3 {
  border: 1px solid #808080;
}
.auto-style3-1 {
  text-align: center;
  border: 1px solid #808080;
  font-size:13px;
}
.auto-style4 {
  border-collapse: collapse;
}

.auto-style5 {
  margin-right: 0px;
}

.auto-style6 {
  border: 1px solid #808080;
  text-align: center;
}
.auto-style7 {
  border: 1px solid #808080;
  text-align: center;
  font-size: x-large;
  font-family: "ＭＳ ゴシック";
}

/* 2021-02-10 追加 */
button.bset{
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  border-radius:0px;
  border:solid 1px red;
  width:110px;
  cursor:pointer;
  font-size:12px;
}
button.bset2{
  margin-top:4px;
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  border-radius:0;
  border:solid 1px red;
  width:110px;
  cursor:pointer;
  font-size:12px;
}
