/* コンテナータブのライン */
.tabbrowser-tab:not([pinned]) .tab-context-line {
-moz-box-ordinal-group: 2 !important;
height: 2px !important; /* ラインの太さ */
margin: 2px !important; /* ラインの高さ */
margin-right: 14px !important; /* ラインの長さ(右マージン) */
margin-left: 14px !important; /* ラインの長さ(左マージン) */
opacity: 1 !important;
}