@charset "utf-8";
/* 画像コピー等の禁止処理 */
.no_content_copy body {
    pointer-events: none;
}

.no_content_copy img {
    pointer-events:none;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
}
