.lnav {
  width: 100%;
  margin-top: calc(var(--base-spacing-height));
  text-align: center;
}

.lnav-list-item {
  display: inline-block;
  margin: 0.2em;
}

.button {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 10em;
}

.senryu-list {
  list-style-type: none;
  width: calc(100% - var(--base-spacing-width)*2);
  padding: calc(var(--base-spacing-height)*1/2) var(--base-spacing-width);
  border-radius: .5em;
  border: solid 1px #999999;
} 
  
.senryu-list-item {
  border-bottom: solid 1px #999999;
  padding: 0.5em 1em; 
  font-weight: bold;
} 

.senryu-list-item:last-of-type {
  border-bottom: none;
}
  
.gago {
//  font-size: 18px;
  font-weight: normal;
} 
  
