@charset "Shift_JIS";

@import url(/css2/reset.css);
@import url(/css2/common.css?20190102);
@import url(/css2/form.css);
@import url(/css2/layout.css);

@import url(/css/common_layout.css);

.header {
	background-color: #ffffff;
	border-style: none;
}

.login {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	box-sizing: border-box;
	width: 420px;
	height: 336px;
	background-color: #efefef;
	border-radius: 2px;
}

.login h2 {
	font-size: 16px;
	font-weight: bold;
	color: #00a4e4;
	margin-bottom: 20px;
	text-align: center;
}

#user {
	ime-mode: disabled;
}

.login_row {
	margin-bottom: 20px;
}

.login_input .input-box {
	width: 100%;
}

.login_button {
	text-align: center;
}

#idBtnLogin {
	display: inline-block;
	position: relative;
	text-indent: 0;
}

.forget-pass {
	font-size: 12px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.forget-pass a:link {
	color: #0073ae;
	text-decoration: underline;
}

.forget-pass a:visited {
	color: #0073ae;
	text-decoration: underline;
}

.forget-pass a:hover {
	color: #0073ae;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

.forget-pass a:active {
	color: #0073ae;
	text-decoration: underline;
}

.login_notice {
	font-size: 12px;
	text-align: center;
}

.information {
	box-sizing: border-box;
	width: 720px;
	height: 200px;
	border: 1px solid #cccccc;
	border-radius: 2px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}

#idDivInfo {
	margin: 20px;
}

#idDivInfo h2.ttl01 {
	margin-top: 0px;
	margin-bottom: 20px;
}

#idDivInfo .scroll {
	overflow-x: hidden;
	overflow-y: scroll;
	height: 108px;
}