body{
	background-color: #fafafa;
	width: 100%;
	height: 100%;
	overflow: hidden;
	color: black;
	font-size: 20px;
	margin: 0px;
	font-family: 'arial';
}

header{
	position: absolute;
	width: 100%;
	height: auto !important;
	left: 0;
	top: 0px;
	z-index: 30;
}

/*�w�b�_�[�o�[(���F�̕���)*/
.top_bar{
	width: 100%;
	background: #000000;
	color: #fafafa;
}

/*�w�b�_�[�o�[(���F�̕���)*/
.top{
	width: 100%;
	height: 65px;
	background: linear-gradient(to right, #19aadc, #0c5ac9);
	color: #fafafa;
	text-align: left;

}

/*�w�b�_�[���S*/
.logo{
	width:100%;
	background: #8b4141;
}

/*�t�b�^�[�o�[*/
footer {
    position: absolute;
    background: #000000;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    color: white;
    text-align: right;
    font-size:14px;
    padding-top:10px;
    width: 100%;
}

.center{
	background-image:url(/images/logo_juki.png);
	background-repeat:no-repeat;
	background-position:left top;
	position: absolute;
	top: 10%;
	width: 100%;
	height: 500px;
	overflow: hidden;
	background-color: #fafafa;
	left:0;
	z-index: 10;
}

/*���e�i�p�X���[�h�Ĕ��s�����������j*/
.container {
	max-width: 650px;
	padding: 10% 0;
	height: 450px;
	margin: 0 auto;
	text-align: center;
}

/*���e�i�p�X���[�h�Ĕ��s�����j*/
.container_pwdOK {
	max-width: 900px;
	padding: 50px 0;
	height: 450px;
	margin: 0 auto;
}


/*���e�i�p�X���[�h�Ĕ��s�j*/
.section {
	max-width:800px;
	padding: 50px 0;
	height: 450px;
	margin: 0 auto;
	text-align: center;

}

form {
	text-align: center;
}

form label {
	float:left;
	margin-left:50px;
	margin-top:5px;
	width: 140px;
	text-align:right;
	border-left: solid 3px #0c5ac9;
}

/*����͎g�p���Ȃ�*/
.mail {
	float:left;
	margin-left:10px;
	width: 350px;
	text-align:right;
}

/*�p�X���[�h�Ĕ��s�̐�����*/
.pwdlabel{
	float:left;
	margin-left:50px;
	margin-top:10px;
	width: 300px;
	text-align:left;
}

/*����͎g�p���Ȃ�*/
.emailAddress {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(255, 255, 255, 0.6);
	border: 1px solid rgba(0, 0, 0, 0.4);
	border-radius: 3px;
	width: 350px;
	padding: 10px 15px;
	margin-bottom: 10px;
	margin-top: 3px;
	text-align: left;
	font-size: 18px;
	color: black;
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
	font-weight: 300;
}

/*�p�X���[�h�Ĕ��s�̃��O�C��ID���͗�*/
.mailAddress {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(255, 255, 255, 0.6);
	border: 1px solid rgba(0, 0, 0, 0.4);
	border-radius: 3px;
	width: 350px;
	padding: 10px 15px;
	margin-bottom: 10px;
	margin-top: 3px;
	margin-right: 60px;
	text-align: left;
	font-size: 18px;
	color: black;
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
	font-weight: 300;
}

form input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(255, 255, 255, 0.6);
	border: 1px solid rgba(0, 0, 0, 0.4);
	border-radius: 3px;
	width: 350px;
	padding: 10px 15px;
	margin-bottom: 10px;
	margin-top: 3px;
	text-align: left;
	font-size: 18px;
	color: black;
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
	font-weight: 300;
}


form input:hover {
	background-color: white;
}

form select {
	appearance: none;
	background-color: rgba(255, 255, 255, 0.6);
	border: 1px solid rgba(0, 0, 0, 0.4);
	border-radius: 3px;
	width: 262px;
	padding: 10px 15px;
	margin-bottom: 10px;
	margin-top: 3px;
	margin-right: 120px;
	text-align: left;
	font-size: 18px;
	color: black;
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
	font-weight: 300;
	font-family: 'arial';
}

/*���O�C����ʂւ̃����N*/
a {
	width: 900px;
	float:right;
	margin-top: 5px;
	color: black;
	font-size: 22px;
	text-decoration: none;
	font-family: 'arial';
}
a:hover {
	color: #0c5ac9;
	font-family: 'arial';
}

/*����͎g�p���Ȃ�*/
.b {
	width: 620px;
	margin-right: 30px;
	float:right;
	margin-top: 5px;
	color: black;
	font-size: 15px;
	text-decoration: none;
	font-weight: normal;
	text-align:right;
}
.b:hover {
	color: #0c5ac9;
}

/*�p�X���[�h�Ĕ��s���/JUKI�O���T�C�g�ւ̃����N*/
.langageClass {
	width: 620px;
	margin-right: 30px;
	float:right;
	margin-top: 5px;
	color: black;
	font-size: 15px;
	text-decoration: none;
	font-weight: normal;
	text-align:right;
}
.langageClass:hover {
	color: #0c5ac9;
}


.error {
	margin-top: 25px;
	margin-bottom: 15px;
	padding-top: 20px;
	color: red;
	font-weight: bold;
}

/*���O�C���{�^��*/
.login {
	background-color: #0c5ac9;
	border-radius: 4px;
	border-color: #0c5ac9;
	border-style: solid;
	padding: 0;
	color: #FFFFFF;
	width: 382px;
	height: 45px;
	cursor: pointer;
	font-size: 20px;
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
	font-family: 'arial';
}

.login:hover {
	color: #FFFFFF;
	background-color: #0c5ac9fa;
	border-radius: 4px;
	border-color: #0c5ac9;
	font-family: 'arial';
/*	font-weight: bold;	*/
}

.login:active {
	color: #FFFFFF;
	background-color: #0c5ac9e0;
	border-radius: 4px;
	border-color: #0c5ac9;
	font-family: 'arial';
}

.login:focus {
	outline:none;
}

/*�p�X���[�h�Ĕ��s���M�{�^��*/
.sub {
	background-color: #0c5ac9;
	border-radius: 4px;
	border-color: #0c5ac9;
	border-style: solid;
	width: 328px;
	height: 45px;
	padding: 0;
	color: #FFFFFF;
	font-size: 18px;
	cursor: pointer;
	font-family: 'arial';
}

.sub:hover {
	background-color: #0c5ac9fa;
	border-radius: 4px;
	border-color: #0c5ac9;
	font-family: 'arial';
/*	font-weight: bold;	*/
}

.sub:active {
	background-color: #0c5ac9e0;
	border-radius: 4px;
	border-color: #0c5ac9;
	font-family: 'arial';
}

/*�p�X���[�h�Ĕ��s�L�����Z���{�^��*/
.btn {
	background-color: #ffffff00;
	width: 328px;
	height: 45px;
	padding: 0;
	color: #0c5ac9;
	font-size: 18px;
	cursor: pointer;
	border-radius: 4px;
	border-color: #0c5ac9;
	border-style: solid;
	font-family: 'arial';
}

.btn:hover {
	background-color: #0c5ac90a;
	border-radius: 4px;
	border-color: #0c5ac9;
	font-family: 'arial';
/*	font-weight: bold;	*/
}

.btn:active {
	background-color: #0c5ac91e;
	border-radius: 4px;
	border-color: #0c5ac9;
	font-family: 'arial';
}

#loaderOverlay {
	z-index: 999;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6
}

.loader {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	animation: loader-circles 1s linear infinite;
}

@keyframes loader-circles {
	0% {
		box-shadow: 0 -27px 0 0 rgba(255, 255, 255, 0.05), 19px -19px 0 0 rgba(255, 255, 255, 0.1), 27px 0 0 0 rgba(255, 255, 255, 0.2), 19px 19px 0 0 rgba(255, 255, 255, 0.3), 0 27px 0 0 rgba(255, 255, 255, 0.5), -19px 19px 0 0 rgba(255, 255, 255, 0.7), -27px 0 0 0 rgba(255, 255, 255, 0.9), -19px -19px 0 0 #fff;
	} 
	12.5% {
		box-shadow: 0 -27px 0 0 #fff, 19px -19px 0 0 rgba(255, 255, 255, 0.05), 27px 0 0 0 rgba(255, 255, 255, 0.1), 19px 19px 0 0 rgba(255, 255, 255, 0.2), 0 27px 0 0 rgba(255, 255, 255, 0.3), -19px 19px 0 0 rgba(255, 255, 255, 0.5), -27px 0 0 0 rgba(255, 255, 255, 0.7), -19px -19px 0 0 rgba(255, 255, 255, 0.9);
	} 
	25% {
		box-shadow: 0 -27px 0 0 rgba(255, 255, 255, 0.9), 19px -19px 0 0 #fff, 27px 0 0 0 rgba(255, 255, 255, 0.05), 19px 19px 0 0 rgba(255, 255, 255, 0.1), 0 27px 0 0 rgba(255, 255, 255, 0.2), -19px 19px 0 0 rgba(255, 255, 255, 0.3), -27px 0 0 0 rgba(255, 255, 255, 0.5), -19px -19px 0 0 rgba(255, 255, 255, 0.7);
	} 
	37.5% {
		box-shadow: 0 -27px 0 0 rgba(255, 255, 255, 0.7), 19px -19px 0 0 rgba(255, 255, 255, 0.9), 27px 0 0 0 #fff, 19px 19px 0 0 rgba(255, 255, 255, 0.05), 0 27px 0 0 rgba(255, 255, 255, 0.1), -19px 19px 0 0 rgba(255, 255, 255, 0.2), -27px 0 0 0 rgba(255, 255, 255, 0.3), -19px -19px 0 0 rgba(255, 255, 255, 0.5);
	} 
	50% {
		box-shadow: 0 -27px 0 0 rgba(255, 255, 255, 0.5), 19px -19px 0 0 rgba(255, 255, 255, 0.7), 27px 0 0 0 rgba(255, 255, 255, 0.9), 19px 19px 0 0 #fff, 0 27px 0 0 rgba(255, 255, 255, 0.05), -19px 19px 0 0 rgba(255, 255, 255, 0.1), -27px 0 0 0 rgba(255, 255, 255, 0.2), -19px -19px 0 0 rgba(255, 255, 255, 0.3);
	} 
	62.5% {
		box-shadow: 0 -27px 0 0 rgba(255, 255, 255, 0.3), 19px -19px 0 0 rgba(255, 255, 255, 0.5), 27px 0 0 0 rgba(255, 255, 255, 0.7), 19px 19px 0 0 rgba(255, 255, 255, 0.9), 0 27px 0 0 #fff, -19px 19px 0 0 rgba(255, 255, 255, 0.05), -27px 0 0 0 rgba(255, 255, 255, 0.1), -19px -19px 0 0 rgba(255, 255, 255, 0.2);
	} 
	75% {
		box-shadow: 0 -27px 0 0 rgba(255, 255, 255, 0.2), 19px -19px 0 0 rgba(255, 255, 255, 0.3), 27px 0 0 0 rgba(255, 255, 255, 0.5), 19px 19px 0 0 rgba(255, 255, 255, 0.7), 0 27px 0 0 rgba(255, 255, 255, 0.9), -19px 19px 0 0 #fff, -27px 0 0 0 rgba(255, 255, 255, 0.05), -19px -19px 0 0 rgba(255, 255, 255, 0.1);
	} 
	87.5% {
		box-shadow: 0 -27px 0 0 rgba(255, 255, 255, 0.1), 19px -19px 0 0 rgba(255, 255, 255, 0.2), 27px 0 0 0 rgba(255, 255, 255, 0.3), 19px 19px 0 0 rgba(255, 255, 255, 0.5), 0 27px 0 0 rgba(255, 255, 255, 0.7), -19px 19px 0 0 rgba(255, 255, 255, 0.9), -27px 0 0 0 #fff, -19px -19px 0 0 rgba(255, 255, 255, 0.05);
	} 
	100% {
		box-shadow: 0 -27px 0 0 rgba(255, 255, 255, 0.05), 19px -19px 0 0 rgba(255, 255, 255, 0.1), 27px 0 0 0 rgba(255, 255, 255, 0.2), 19px 19px 0 0 rgba(255, 255, 255, 0.3), 0 27px 0 0 rgba(255, 255, 255, 0.5), -19px 19px 0 0 rgba(255, 255, 255, 0.7), -27px 0 0 0 rgba(255, 255, 255, 0.9), -19px -19px 0 0 #fff;
	} 
}
