@charset "Shift_JIS";

/* .online_bch_box{
  background-color:lightgreen;
  color:red;
  font-size: 16px;
  font-weight: bold;
  margin-left: 20% auto;
  margin-right: 20% auto;
  padding-right: 1%;
  padding-left: 1%;
  border-style: solid;
  border-width: 1px;
  border-color: blue;
} */

.backup_old a{
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background: maroon;
  border-radius: 4px;
  padding: 12px;
  color: white;
}

.backup_old a:hover{
  opacity: 0.8;
}

.backup_old2 a{
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  background: green;
  border-radius: 4px;
  padding: 8px;
  color: white;
  margin: 4px auto;
}

.backup_old2 a:hover{
  opacity: 0.8;
}

.backup_old3{
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  background: orange;
  border-radius: 4px;
  padding: 5px;
  color: white;
};

