/*
	ログイン画面
	login_01_login.jsp
*/

.blk_login {
	width			: 600px;
	height			: 500px;
	margin-left		: auto;
	margin-right	: auto;
}

.blk_logo {
	width		: 410px;
	height		: 270px;
	padding-top	: 40px;
	margin-left		: auto;
	margin-right	: auto;
}

.blk_login_form {
	width	:330px;
	height	:90px;
	margin-left		: auto;
	margin-right	: auto;
}

.tbl_login_form {
	width	:330px;
	height	:90px;
	border	:0;
	padding	:0;
}

.blk_login_label {
	width			: 25%;
	height			: 25;
	border			: 0;
	background-color: white;
	font-weight		: normal;
	text-align		: right;
}

.blk_login {
	width	: 75%;
	height	: 25;
	border	: 0;
}


.blk_login_button {
	width			: 75%;
	height			: 40px;
	text-align		: center;
	border			: 0;
	background-color: white;
}

.blk_login_result {
	text-align		: center;
	height			: 40px;
	color			: #ff0000;
	border			: 0;
	background-color: white;
}

/* 障害管理#44021 2016.11.22 テキストボックスを平面に START */
.text_password,
.text_userID {
	border			: solid 1px;
}
/* 障害管理#44021 2016.11.22 テキストボックスを平面に START */

