/* ファビコン非表示にしたピン留めタブのファビコンをマウスオーバーしたとき表示 */
tab:hover .tab-icon-image[pinned="true"]{
display: -moz-box !important;
}