
@charset "utf-8";

/*Bリーグガイド Information 2017.09*/

.bleague-guide {
}
.bleague-guide h5 {
  font-size:18px;
  line-height: 1.6;
  margin: 25px 50px 20px 50px;
}
.bleague-guide p {
  line-height: 1.6;
  margin: 20px 70px;
}
.bleague-guide .info-present .button {
  background-color: #815c0f;
  color: #fff;
  box-shadow: 0 1px 0 #896823;
}
.bleague-guide .info-present .button:hover {
  background-color: #bf9b4f;
  box-shadow: 0 1px 0 #896823;
  color: #fff;
}
.bleague-guide .info-present .button:active {
  color: #fff;
}

@media screen and (max-width:640px){
.bleague-guide {
}
.bleague-guide h5 {
  font-size:16px;
  line-height: 1.6;
  margin: 20px 1em;
}
.bleague-guide p {
  margin: 20px 1em;
}
}
