@charset "utf-8";

@font-face {
	font-family: Roboto;
	src: url(css/Roboto-Regular.ttf);
}

@font-face {
	font-family: Aladin;
	src: url(css/Aladin-Regular.ttf);
}

html, body, form {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	min-height: 100%;
	background-color: #FFFFFF;
}

body {
	height: 100%;
	font-size: 12px;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	color: #303030;
	text-align: left;
	margin: 0;
	padding: 0;
}

a:link {
	color: #0070B9;
	text-decoration: none
}

a:visited {
	color: #0070B9;
	text-decoration: none
}

a:active {
	color: #0070B9;
	text-decoration: none
}

a:hover {
	color: #155C99;
	text-decoration: underline
}

input {
	height: 22px;
	font-size: 11px;
	border: 1px solid #D3D3D3;
}

input[type="checkbox"], input[type="radio"] {
	cursor: pointer;
	height: 14px;
	width: 14px;
	vertical-align: middle;
	margin: 0;
}

img {
	border: none;
	vertical-align: middle
}

table {
	border-spacing: 0;
}

td {
	color: #303030;
	font-size: 14px;
	margin: 2px;
	padding: 3px;
	border-spacing: 0;
	vertical-align: top;
}

/*////////////// header //////////////*/
.td_header {
	font-size: 50px;
	font-family: Aladin, Arial, Helvetica, sans-serif;
	text-shadow: 3px 3px 5px #AAAAAA;
}

/*////////////// main_float_WaitingNoClickBlock //////////////*/
#main_float_WaitingNoClickBlock {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 2;
	background-color: #FFFFFF;
	opacity: 0.8;
	cursor: not-allowed;
	text-align: center;
	display: none;
}

#main_float_WaitingNoClickBlock div {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 13px;
}

#main_float_WaitingNoClickBlock img {
	position: absolute;
	top: 45%;
	left: 49.6%;
	transform: translate(-50%, -50%);
}

/*////////////// main_float_WaitingClick //////////////*/
#main_float_WaitingClick {
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 2;
	background-color: #AAAAAA;
	opacity: 0.8;
	cursor: pointer;
	text-align: center;
	font-size: 75px;
	display: none;
}

#main_float_WaitingClick div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #A0A0A0;
	font-weight: bold;
}
