@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;
} */

.online_senior_box a{
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background: green;
  border-radius: 4px;
  padding: 12px;
  color: white;
}

.online_senior_box a:hover{
  opacity: 0.8;
}

.online_bch_box a{
  text-decoration: none;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background: green;
  border-radius: 4px;
  padding: 12px;
  color: white;
}

.online_bch_box a:hover{
  opacity: 0.8;
}


