@charset "Windows-31J";

*{
	margin:0;
	padding:0;
	font-family: 'Hiragino Kaku Gothic ProN', '�q���M�m�p�S ProN W3', Meiryo, ���C���I, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
html{
	width:100%;
	height:100%;
}
body{
	width:100%;
	height:100%;
}
.warp{
	width: 100%;
	height: 100%;
	position: relative;
}
.content{
	width: 600px;
	height: 600px;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;

}
.formarea {
	width:540px;
    margin:0 auto;
    /*20190619 nes st ���O�C��ID/pass�Ɋւ���₢���킹��̂��m�点�ǉ�*/
	/*padding-bottom:180px;*/
	padding-bottom:110px;
	 /*20190619 nes ed ���O�C��ID/pass�Ɋւ���₢���킹��̂��m�点�ǉ�*/
	background:url("images/maimu01_1-ffd70213dc334dea38670f8757c62b37.png") no-repeat;
	text-align:center;
}
.formarea img {
	margin-top:115px;
	margin-bottom:15px;
}
.formarea p {
	width:290px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	margin:0 auto 10px auto;
	padding:3px 7px 3px 13px;
}
.formarea input {
	border:none;
	background:none;
}
.formarea .user {
	border:solid 1px #7f7f7f;
	background:url("images/icon01_-3b0495b5b011d8193d1bb0f08e4b01f7.png") no-repeat 7px center;
}
.formarea .pass {
	/*margin-bottom: 20px;*/ /*20250715 nes del*/
	border:solid 1px #7f7f7f;
	background:url("images/icon02_-ded77e10291d71ff7c60a9c94413c869.png") no-repeat 7px center;
}
.formarea .logininfo {/*20250715 nes add*/
	width: 290px;
	color: #ff657a;
	font-weight: bold;
	font-size: 14px;
}
.formarea .user input, .formarea .pass input, .formarea .code input {
	width:270px;
}
.formarea .system {
	font-size: 120%;
}
.footer {
	text-align:center;
	color:#404040;
	/* margin-bottom:70px; */
	font-size:85%;
	font-weight:bold;
}
input.login_btn {
	background-image:url("images/button01-3c6b77d931c7aa0557f4395914ecca1c.png");
	width: 219px;
	height: 27px;
}
input.inputError {
	background-color: lightPink !important;
}
input.inputErrorFont, textarea.inputErrorFont, div.inputErrorFont {
	color: #ff657a;
}
div.globalError {
	overflow-x: hidden;
	overflow-y: hidden;
	color: #ff657a;
	font-weight: bold;
	padding:10px 10px 10px 10px;
	width: 410px;
	text-align: centor;
	font-family: "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", Osaka, ���C���I, Meiryo, Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	margin: auto;
}

.inputarea {
	margin-top:35px;
}
.errmsgarea > .errmsg_1{
	margin-top:40px;
}