﻿@charset "utf-8";
body {
    min-width: 300px;
    background: #708388;
}
img {
    max-width:100%;
    height:auto;
	margin:0;
	border:none;
}
#wrapper {
	position:relative;
    width:100%;
    margin:0 auto;
}
/*
@keyframes skylighten{
    0%{
        filter:brightness(50%) saturate(50%);
    }
    100%{
        filter:brightness(100%) saturate(100%);
    }
}*/
#divHeader {
	width:100%;
	text-align:center;
	background-image: url(../img/login_sky_gradation.png);
	background-repeat: no-repeat;
	background-size: 30% 100%;
	background-position: right;
}
#divLoginSky{
	width:100%;
	min-width:300px;
	max-width:800px;
	margin:0 auto;
	padding:0;
	position:relative;
	z-index:0;
}
#divImgSymbol{
	width:56px;/*1/10*/
	height:28px;
	position:absolute;
	top:0;
	right:15%;
	z-index:2;
	opacity:0;
}
#divDoorThrow{
	width:10%;
	height:16%;
	background-image:url(../img/DoorThrow.png);
	background-size:cover;
	position:absolute;
	left:45%;
	top:42%;
	z-index:20;
	display:none;
}
#divShootingStarL{
	width:100px;
	height:50px;
	background:url(../img/ShootingStar.png) 0 -50px no-repeat;
	position:absolute;
	z-index:1;
	opacity:0;
}
#divShootingStarR{
	width:100px;
	height:50px;
	background:url(../img/ShootingStar.png) 0 0 no-repeat;
	position:absolute;
	z-index:1;
	opacity:0;
}
#secLoginInp{
    width:100%;
	text-align:center;
	position:absolute;
	top:35%;
	z-index:10;
}
#divImgDoor{
    width:25px;
    height:40px;
	margin:0 auto;
	padding-top:0px;
	opacity:0.7;
	display:none;
    z-index:20;
}
#pConDebug{
    font-size:20px;
    color:red;
    font-weight:bold;
}
#divInputs{
    width:250px;
    height:400px;
    background:url(../img/logindoor.png) no-repeat;
	background-size:cover;
	background-position:50% 50%;
	margin:0 auto;
	z-index:100;
	position:relative;
}
#divNoticeOuter{
    width:70%;
    min-width:250px;
    margin:0 auto;
    padding-bottom:20px;
    opacity:0;
    transition: opacity 0s 400ms ease;
}
#divNoticeOuter.show{
    opacity:1;
}
#divNotice{
    background:#fff;
    padding-top:8px;
    box-shadow:2px 2px 2px #333;
}
#ulNotice{
    list-style:disc;
    padding:2px 6px 4px 22px;
    margin-left:0px;
}
#ulNotice li{
    font-size:14px;
    line-height:1.4;
    text-align:left;
    color:#33e;
    text-shadow:1px 1px 2px #333;
}
#ulNotice li p{
    padding:0 0 3px 6px;
    font-size:13px;
    line-height:1.4;
    color:#036;
    text-shadow:none;
    word-break:break-word;
}
.strinp{
    background:#fed;
}
#dfEntId, #dfEntPwd, #dfUserId,
#dfUserPwd{
    display:block;
    width:114px;/*106*/
    height:22px;/*16*/
    font-size:14px;
    padding:1px 0 1px 4px;
    box-sizing:border-box;
  /*  background:#fec;*/
    float:left;
    margin-left:115px;
    ime-mode:disabled;
}
#dfEntId{
    margin-top:62px;
}
#dfEntPwd{
    margin-top:9px;
}
#dfUserId{
    margin-top:8px;
}
#dfUserPwd{
    margin-top:9px;
}
#divLogin{
    width:220px;
    height:70px;
    margin-left:15px;
}
#pbLogin{
    margin:10px 0 0 8px;
    width:50px;
    height:50px;
    font-size:11px;
    float:left;
}
#pErrMsg{
    width:140px;
    height:50px;
    margin-top:32px;
    margin-left:10px;
    font-size:14px;
    line-height:1.2;
    color:#ffc;
    float:left;
    overflow:hidden;
}
#dfInitKey{
    width:210px;
    font-size:10px;
    height:14px;
    margin:20px 0 0 4px;
    background:#800;
    color:#fff;
    border:1px solid #caa;
}
#cbTestMode{
    width:146px;
    height:20px;
    font-size:12px;
    text-align:left;
    color:#e44;
    margin-top:12px;
    margin-left:60px;
}
.checkboxdiv{
    background:none;
}
#divEntrance{
	width:220px;
	height:270px;
    margin:0 auto;
    background:url(../img/LoginSky.png) no-repeat;
	background-size:cover;
	background-position:right top;
    border:15px solid #a68754;
    display:none;
    position:relative;
}
#divFlySymbol{
    width:250px;
    height:125px;
	display:none;
    position:absolute;
    top:60px;
    left:0;
}
#divOpenDoor{
    width:150px;
    height:400px;
    background:url(../img/OpeningDoor.png) no-repeat;
	position:absolute;
    top:-65px;
    right:0px;
    display:none;
}
#aResetPassLink{
    font-size:14px;
    margin:10px auto;
    display:none;
}
#pIENotice{
    font-size:14px;
    margin-top:20px;
    display:none;
}
/*///////////////// 660px以上 ////////////////*/
@media only screen and (min-width:660px) {
#divNoticeOuter{
    position:absolute;
    width:30%;
    min-width:100px;
    top:70px;
    left:50%;
    padding-left:130px;
}
}