@import url("../_css.css");

img.txtbg{background:#000} /* 共用の絵文字の背景色を上書き */

/* ズームアルゴリズム (ルートディレクトリの img.pixelated をデフォルトとする) */
img{                                         /* 拡大は粗い, 縮小は(予定では)滑らか */
 -ms-interpolation-mode: nearest-neighbor;   /* IE8+ */
 image-rendering: -moz-crisp-edges;          /* Firefox (代用crisp-edges) */
 image-rendering: pixelated;                 /* Chrome, Edge, Opera, Safari */
}

