#gas-jiyuuka.gas-about .gas-article .note {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #898989;
}

/*#gas-jiyuuka{
  #gas-float-btn{
    ul{
      overflow: hidden;
      border: 1px solid #bfbfbf;
      border-right: 0px;
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
    }
    li{
      a{
        display: block;
        height: 60px;
        line-height: 60px;
        width: 190px;
        font-size: 12px;
        padding-left: 45px;
        box-sizing: border-box;
        font-weight: 600;
        transition: 0.3s all;
        span{
          display: inline-block;
          padding-left: 35px;
        }
      }
      &.gas-price{
        a{
          color: #e62320;
          background: url(../../../images/3/gas-float-arrow1.png) no-repeat 10px center #fce9e8;
          span{
            background: url(../../../images/3/gas-float-icon1.png) no-repeat 0 center;
          }
          &:hover{
            background-position-x: 15px;
            filter: brightness(105%);
          }
        }
      }
      &.gas-web{
        a{
          color: #0080cb;
          background: url(../../../images/3/gas-float-arrow2.png) no-repeat 10px center #e6f5ff;
          span{
            background: url(../../../images/3/gas-float-icon2.png) no-repeat 0 center;
          }
          &:hover{
            background-position-x: 15px;
            filter: brightness(105%);
          }
        }
      }
      &.gas-tel{
        a{
          color: #313131;
          background: url(../../../images/3/gas-float-arrow3.png) no-repeat 10px center #e5e5e5;
          span{
            background: url(../../../images/3/gas-float-icon3.png) no-repeat 0 center;
          }
          &:hover{
            background-position-x: 15px;
            filter: brightness(105%);
          }
        }
      }
    }
  }
}*/
