.section-notification .navbar>li
              {font-family:"YuMincho", "Yu Mincho", "游明朝", "ヒラギノ明朝 ProN W3", 
              "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; 
              text-align:center; font-size:18px; letter-spacing:0.2em; line-height:.7; }
.translation  { font-size:9px; letter-spacing:0.1em; }
  section {
    display: -ms-flexbox;
    display: box;
    display: flex; 
  }
  .section-notification .navbar {
    display: -ms-flexbox;
    display: box;
    display: flex;
    background: #ccc;
  }
  .section-notification .navbar > li {
    padding:6px 0 0 0;
    width:129px;
    height:40px;
    border-left:1px solid #999;
    cursor: pointer;
    list-style: none;
    color: #888;
    position: relative;
    -webkit-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
  }
  .section-notification .navbar > li:nth-child(1)
                    { border:none; }
  .section-notification .navbar > li:hover {
    color:#777;
    box-shadow: 0px -4px 0px #777 inset;
    background: #eee;
    transition: 0.4s ease;
  }
  .section-notification .navbar > li.is-active {
    box-shadow: 0px -4px 0px #2f5d50 inset;
    background: #fff;
    color: #2f5d50;
    transition: 0.6s ease;
  }
  .is-active{transition: 0.6s ease;}