body {
	font-size: 12px;
}

div.header {
	display: flex;
	justify-content: space-between;
	margin-top: 170px;
	min-width: 0px;
}

div.header div.left {
	display: flex;
}
div.header div.left div.logo img {
	width: 154px;
	margin-top: 13px;
	margin-left: 23px;
	margin-right: 23px;
}
div.header div.left div.title h2 {
	font-size: 2.0em;
	line-height: 0.5em;
	margin-left: 7px;
	margin-right: -10px;
	white-space: nowrap;
}

div.header div.center h1 {
	font-size: 2.2em;
	line-height: 0.5em;
	text-align: center;
}

div.login_bar {
	display: flex;
	justify-content: flex-start;
	background-color: #888;
	width: 100%;
	height: 50px;
	margin-top: 40px;
}

div.login_bar div.left {
	height: 100%;
	background-color: #567A8E;
	text-align: center;
	padding-top: 10px;
}

div.login_bar div.left {
	font-size: 1.6em;
	color: #fff;
}

div.login_bar div.right form {
	width: 100%;
	margin-top: 8px;
	margin-left: 100px;
}

div.login_bar div.right form label {
	margin-top: 8px;
	color: #fff;
	font-size: 1.1em;
}

div.footer {
	margin-top: 200px;
	background-color: #888;
	width: 100%;
	color: #fff;
	text-align: center;
	padding-top: 5px;
	height: 30px;
}

.control-label {
	white-space: nowrap;
}

.message_area_frame {
    font-size: 1.6em;
    margin-bottom: 40px;
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
}

.message_area {
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    margin-top: 10px;
}

/* password */
.message_area_frame_passwd {
    font-size: 1.2em;
    margin-bottom: 10px;
	position: relative;
	height: 180px;
}
.message_area_frame_passwd ul {
    margin-top: 20px;
    padding-left: 0px;
}
.message_area_frame_passwd li {
    /*width: 600px;*/
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 6px;
}
.message_area_frame_passwd li label {
    text-align: left;
    width: 200px;
}
.message_area_frame_passwd li label.error {
    width: 330px;
}
.message_area_frame_passwd li input {
    width: 330px;
}
.spacer2 {
    height: 45px;
}

/* error*/
.spacer {
    height: 90px;
}

.to_login {
    margin-top: 20px;
    text-align: center;
    font-size: 1.0em;
}