/* CSS Document */

body{
 user-select:none; 
-webkit-user-select:none;
-moz-user-select:none;
-khtml-user-select:none;
-webkit-user-drag:none; 
-khtml-user-drag:none; 
-webkit-touch-callout:none; // リンク長押しのポップアップを無効化 
-webkit-user-select:none; // テキスト長押しの選択ボックスを無効化
}
