﻿* {
	color: #333333;
	padding: 0;
	margin: 0;
	font-size: 12px;
}

html {
	background-color: #FFFFFF;
}

body {
	background-color: #FFFFFF;
}

#base {
	background-color: #FFFFFF;
}

#wallpaper {
	top: 80px;
	left: 0px;
	width: 1536px;
	height: 674px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#login_head {
	text-align: center;
	padding-bottom: 9px;
	background-color: white;
	text-decoration: none;
	background-position: center top;
}

#main {
	width: 1536px;
	height: 664px;
	position: relative;
	border: none;
	padding: 5px;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
	background-color: transparent;
}

#main > div {
	height: auto;
	box-sizing: border-box;
}

#login_form {
	width: 400px;
	padding-top: 20px;
	text-align: center;
	margin: 2%;
	background-color: rgba(255,255,255,0.8);
}

#login_form > input {
	background-color: #F6F6F6;
	border: 1px solid #BABFCB;
}

#login_form > input:focus {
	background-color: #FFFCF0;
	border: 1px solid #EBCE98;
}

#login_form > table {
	margin-top: 10px;
}

#login_form > table > th{
	padding-top: 30px;
}

#login_form dt {
	margin-top: 5px;
}

#login_form dd {
	margin-bottom: 5px;
}

#login_form dl {
	padding-bottom: 5px;
}

#login_btn {
	text-align: center;
	padding: 5px;
}

input.user_id {
	width: 180px;
	height: 20px;
	font-size: 12px;
}
input.user_pass {
	width: 180px;
	height: 20px;
	font-size: 12px;
}

#notice {
	min-height: 80px;
	width: 620px;
	margin: 2%;
	background-color: rgba(255,255,255,0.8);
}

#notice > div {
	display: flex;
	flex-direction: column
}

#notice_content > div {
	margin: 3px;
}

#notice_content > b {
	text-align: left;
	margin: 3px;
}

#notice_content > div > span {
	line-height: 2em;
	white-space: pre-line;
}
