@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%;
}

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

img.bg{
	_display:none;/*ie6*/
	}

body, p, form, input {
	margin: 0
}
#lg_form {
	width: 340px;
	margin: 100px auto;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
}
p {
	font-size: 14px;
}
:root p label {
	display: none;
}
p label:not(:target) {
	display: block\9;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
p label {
	display: none; /* IE10 */
}
}
.pass input, .mail input {
	color: #555555;
	width: 280px;
	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;
}
.lg_mid {
	padding: 10px 20px 20px 20px;
}
.lg_footer {
	padding: 10px 20px 10px 20px;
	text-align: center;
	background: #f9f9f9;
}
#lg_form .lg_header {
	background: #83b4a4;
	padding: 10px 55px;
}
#lg_form .form-logo {
	height: 42px;
}
#lg_form .form-logo img {
	width: 100%;
}
#loginPage .form-title {
	margin: 0px 0 10px 0;
	color: #83b4a4;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#loginPage .submit input {
	font-weight: bold;
	margin-top: 10px;
	background: #8dc7b4;
	background-image: -webkit-linear-gradient(top, #8dc7b4, #83b4a4);
	background-image: -moz-linear-gradient(top, #8dc7b4, #83b4a4);
	background-image: -ms-linear-gradient(top, #8dc7b4, #83b4a4);
	background-image: -o-linear-gradient(top, #8dc7b4, #83b4a4);
	background-image: linear-gradient(to bottom, #8dc7b4, #83b4a4);
	-webkit-border-radius: 2;
	-moz-border-radius: 2;
	border-radius: 2px;
	color: #ffffff;
	font-size: 18px;
	padding: 10px 0px;
	width: 300px;
	border: none;
	cursor: pointer;
}
#loginPage .submit input:hover {
	background: #a0bab1;
	background-image: -webkit-linear-gradient(top, #a0bab1, #b6ccc5);
	background-image: -moz-linear-gradient(top, #a0bab1, #b6ccc5);
	background-image: -ms-linear-gradient(top, #a0bab1, #b6ccc5);
	background-image: -o-linear-gradient(top, #a0bab1, #b6ccc5);
	background-image: linear-gradient(to bottom, #a0bab1, #b6ccc5);
	text-decoration: none;
}
#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;
}
#loginPage .lg_footer {
	padding: 10px 20px 10px 20px;
	text-align: right;
	background: #f9f9f9;
}

#loginPage .lg_footer a{
	text-decoration:underline !important;
	font-size:14px;
	}
	

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

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

.login-endmessage{
	background: #fff;
	padding: 32px;
	border-radius: 8px;
	margin:40px auto 0;
	width: 560px;
	position:fixed;
	z-index: 1;
	left:50%;
	top:450px;
	translate:-50% 0;

	.login-endmessage__title{
		font-weight: 700;
		font-size: 24px;
		text-align: center;
	}
	.login-endmessage__content{
		margin-top: 24px;
		font-size: 16px;
		line-height: 2;
		span{
			font-weight: 700;
			color:#C00;
		}
	}		

}
@media screen and (max-width: 640px) {
	.login-endmessage{
		width: 100%;
	}

}