@charset "utf-8";
/* CSS Document */
HTML, BODY {
	height: 100%;
	margin: 0;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	background: #ffffff;
	position: relative;
}
body::before {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	content: " ";
	background: transparent url(/images/structure/ray-of-light.png) no-repeat top left;
	background-size: cover;
}
a {
	text-decoration: none;
}

DIV.inner {
	width: 90%;
	max-width: 1040px;
	min-width: calc( 320px * 0.9 );
	margin: 0px auto;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	background: rgba(255,255,255,0.75);
	padding: 24px;
}


div#header .inner {
	text-align: center;
	padding-bottom: 00px;
}
div#header .inner img {
	width: 200px;
	margin: 0px auto;
	display: block;
	height: auto;
}
div#header .inner h1 {
	margin-bottom: 0px;
	font-size: 30px;
	line-height: 42px;
}

div#content .inner {
	padding-top: 0px;
}
.conditions {
	max-height: 30vh;
	overflow-y: auto;
	padding: 15px;
	background: rgba(255,255,255,0.8);
	border: 2px solid #eb6011;
}

form#login {
	margin-top: 25px;
}
form#login .checkbox {
	overflow: hidden;
	margin: 15px 0px 15px 0px;
	font-size: 16px;
}
form#login .checkbox .input-row {
	margin: 0px;
}
form#login .checkbox input {
	float: left;
	width: 14px;
	height: 14px;
	box-sizing: border-box;
	margin: 4px 0px;
}
form#login .checkbox label {
	float: right;
	width: calc( 100% - 13px - 7px );
	box-sizing: border-box;
	line-height: 22px;
	cursor: pointer;
	padding: 0px;
}