@charset "utf-8";
/* CSS Document */

/* テキスト選択禁止 */
body.linowa-protect {
    user-select: none;
    -webkit-user-select: none;
}

/* 画像ドラッグ禁止 */
body.linowa-protect img {
    pointer-events: none;
}

/* スマホ長押し禁止 */
body.linowa-protect {
    -webkit-touch-callout: none;
}
