@charset "utf-8";


    /*固定用css*/
    .fixed {
      position: fixed !important;
      top: 0  !important;
      width: 100%  !important;
    }

