/*ボタン*/
.menu-btn-base{
    text-align:center;
    padding:9px 0;
    height:40px;
    width:100%;
    margin: 1px auto;
    /*border-radius: 3px;*/
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.1s;
  }
 .menu-btn-base:hover{
    border: 2px solid #222;
    font-size: 0.95rem;
    transition: all 0.1s;
  }
 .menu-btn-selected {
    background-color: #0b0b0b!important;
    color:#fff!important;
 }
 .menu-btn-base:active {
    background-color: #666;
    opacity: 0.7;
 }
 .menu-btn-A{
    background-color: rgba(244,244,244,1);
    color:#000;
    opacity: 1;
    
 }
