@charset "utf-8";
/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

body{
	user-select:none;
	touch-callout:none;
	-webkit-user-select:none;
	-webkit-touch-callout:none;
	-webkit-user-drag:none;
	-moz-user-select:none;
	-khtml-user-select:none;
	-khtml-user-drag:none;
}

*:not(input):not(textarea):not(select), 
input[type=image], 
input[type=file], 
input[type=submit], 
input[type=button], 
input[type=reset] { 
-webkit-user-select: none; 
} 