@charset "utf-8";
body {
	color: #444;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	min-width: 600px;
	background: #fcf9f3;
}
/*スクロールバー防止*/
html.toolbar {
	padding-top: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body, html {
	margin: 0;         /* 余白の削除 */
	padding: 0;        /* 余白の削除 */
	width: 100%;
	height: 100%;
}

#passPage {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: 50% 50%;
}



body, p, form, input {
	margin: 0
}


#passPage #lg_form {
	width: 700px;
	margin: 100px auto;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
p label {
	display: none; /* IE10 */
}
}
.pass input, .mail input {
	color: #555555;
	width: 340px;
	font-size: 18px;
	height: 24px;
	line-height: 24px;
	background: #fff;
	border: solid 1px #ccc;
	padding: 11px 10px 11px 10px;
}
.pass input:hover, .mail input:hover {
	border-color: #c6c6c6;
	color: #222!important;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.15);
	box-shadow: 0 1px 0 rgba(0,0,0,.15);
	background: #f8f8f8;
	background: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
	background: linear-gradient(top, #f8f8f8, #f1f1f1);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f8f8f8, endColorstr=#f1f1f1, GradientType=1);
}
.check input {
	vertical-align: middle;
	margin-right: 5px;
	padding: 5px;
}
.submit {
	text-align: center;
}
#lg_form p {
	color: #76767676;
	line-height: 1.8em;
}


#passPage {
	overflow:hidden;
	}


#passPage th{
	font-size:16px;
	line-height:24px;
	font-weight:bold;
	width:149px;
	padding-bottom:20px;
		}

#passPage td{
	padding-bottom:20px; 
	}

#passPage .lg_mid {
	background:#e4e4e4;
	border-right:#3e3e3e solid 1px;
	border-left:#3e3e3e solid 1px;
	padding: 10px 19px 20px 19px;
}


#loginPage .lg_footer a{
	text-decoration:underline !important;
	font-size:14px;
	}
	
#passPage .lg_footer {
	padding: 10px 20px 10px 20px;
	text-align: right;
	background: #3e3e3e;
}
	

.lg_footer a:hover{
		opacity: 0.7;
	/*↓IE6,7対策*/
	filter: alpha(opacity=70);
	/*↓IE8対策*/
	-ms-filter: "alpha(opacity=70)";
	}




#passPage #lg_form .lg_header {
	background: #3e3e3e;
	padding: 10px 20px;
}




#passPage #lg_form .form-logo {
	height: 42px;
	font-size:24px;
	text-align:center;
	line-height:42px;
	color:#fff;
	text-align:left;
}
#passPage #lg_form .form-logo img {
	height:20px;
	vertical-align: baseline;
	padding-right:20px;
}

#passPage .form-title {
	margin: 0px 0 10px 0;
	color: #444;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

#passPage .form-sen {
	margin: 0px 0 25px 0;
	color: #444;
	font-size: 14px;
	text-align: left;
}

.form-sen strong{
	color:#FE8181;
	font-weight:bold;
	}

#passPage .submit input {
	font-weight: bold;
	border-color: #B0B0B0;
background: #989898;
box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0,0,0,.08);
	-webkit-border-radius: 2;
	-moz-border-radius: 2;
	border-radius: 2px;
	color: #ffffff;
	font-size: 18px;
	padding: 10px 0px;
	width: 362px;
	border: none;
	cursor: pointer;
}

#passPage .submit input:hover {
	text-decoration: none;
		opacity: 0.7;
	/*↓IE6,7対策*/
	filter: alpha(opacity=70);
	/*↓IE8対策*/
	-ms-filter: "alpha(opacity=70)";
}


#lg_form input::-webkit-input-placeholder {
 font-size:18px;
}
#lg_form input:-moz-placeholder {
font-size:18px;
}
img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	/* Set up positioning */
	position: fixed;
	/* またはabsolute; */
	top: 0;
	left: 0;
}

@media screen and (max-width: 1024px) {
img.bg {
	left: 50%;
	margin-left: -512px;
}
}
div#loginPage {
/*position: relative;*/
}

.mail .miss,.pass .miss{
	font-size:14px;
	font-size:bold;
	color:red;
	}
	
		.backtop{
	text-align: center;
	
		}
	.backtop a{
		margin:0 auto;
		display:block;
		font-weight: bold;
border-color: #B0B0B0;
background: #989898;
box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0,0,0,.08);
-webkit-border-radius: 2;
-moz-border-radius: 2;
border-radius: 2px;
color: #ffffff;
font-size: 18px;
padding: 10px 0px;
width: 362px;
border: none;
cursor: pointer;
color:#fff !important;

		}
		
	.backtop a:hover{
		text-decoration:none;
			text-decoration: none;
		opacity: 0.7;
	/*↓IE6,7対策*/
	filter: alpha(opacity=70);
	/*↓IE8対策*/
	-ms-filter: "alpha(opacity=70)";
		}	
