@charset "utf-8";
@media print {
	.non-print {
		display:none;
	}
}
* {
	background-color: transparent;
	font-family:"ヒラギノ角ゴ ProN W3", -apple-system, BlinkMacSystemFont, Meiryo, "Segoe UI","Noto Sans Japanese", "Helvetica Neue", sans-serif;
	font-style: normal;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
input, button, textarea, select, option, font{
	-webkit-appearance: none;
	font-family:"ヒラギノ角ゴ ProN W3", -apple-system, BlinkMacSystemFont, Meiryo, "Segoe UI","Noto Sans Japanese", "Helvetica Neue", sans-serif;
}
input[type="radio"],input[type="checkbox"] {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 16px;
	height: 16px;
	background-color: #ffffff;
	border: 1px solid #999999;
	-webkit-box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
	box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
	vertical-align: middle;
	cursor: pointer;
}
input[type="radio"] {
/*	-webkit-appearance: button;
	appearance: button;*/
	content: "";
	-webkit-border-radius: 16px;
	border-radius: 16px;
}
input[type="radio"]:checked:after {
	display: block;
	position: absolute;
	top: 3px;
	left: 3px;
	content: "";
	width: 8px;
	height: 8px;
	background: #666;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
input[type="checkbox"] {
	-webkit-appearance: checkbox;
	appearance: checkbox;
}
textarea{
	resize: none;
}
html, body{
	-webkit-user-drag: none;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: 100%;

	scrollbar-face-color: #66676a;
	scrollbar-track-color:#5c5d5f;
	scrollbar-arrow-color:#2f2f2f;
	scrollbar-highlight-color:#8e8e91;
	scrollbar-shadow-color: #4f4f52;
	scrollbar-3dlight-color: #5c5d5f;
	scrollbar-darkshadow-color: #4f4f52;

	border: 0;
	font-size: 12px;
	line-height: 150%;
	background-color:#3F4042;
	color: #fff;
}
a, :focus{
	outline: none !important;
}
a,img{
	-webkit-user-drag: none;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}