@charset "utf-8";
/*　基本レイアウト　*/

img{
	width:100%;
	height:100%;
}

html, body {
  height: 100%;
  color: #ffffff;
}
#contents {
  width: 100%;
  color: #ffffff;
}
header {
  width: 100%;
  height: 58px;
  margin: 0 auto;
  -moz-box-shadow: 1px 1px 3px #888;
  -webkit-box-shadow: 1px 1px 3px #888;
  box-shadow: 1px 1px 3px #888;
  background: linear-gradient(#0059b3, #004080);
}

header h1 span {
  display: block;
}

#noscript {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  width: 700px;
  height: 200px;
}

#noscript_img{
  height: 100%;
  width: 64px;
  margin-left: 50px;
}

#noscript_msg{
  height: 100%;
}

#wrapper {
  height: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  width: 100%;
}

#contents {
  positiion: relative;
}

#main {
  position: relative;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  max-width: 670px;
  height: 600px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 5px;
  text-align: center;
}

#input_area {
  width: 250px;
  text-align: left;
  margin: auto;
margin-top: 30px;
}

/* 2023/07 アイコン表示 */
#input_area img {
  width: 20px;
  margin: 0 5px 0 25px;}

#input_area label {
  margin-left: 5px;
  font-size: 18px;
}
#button_area {
  text-align:center;
}

#input_area_footer {
  color: #000000;
  bottom: 0px;
  position: absolute;
  text-align: right;
  width: 100%;
  margin-bottom: 10px !important;
}

#fm_main p:not(:last-child){
  margin-bottom: 20px;
}
#fm_main input {
  margin-right: 12px;
}
#fm_main input:not([readonly]) {
  border: 1px solid #CCC;
  background: #f9f9f9;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 5px 20px;
  color: #333;
  width: 220px; /* 180px -> 220px box-sizing:border-box 対応 */
  ime-mode: inactive;
  margin-left: 15px;
}



h1 {
  font-size: 100%;
  padding-top: 10px;
  font-weight: normal;
  line-height: 1.6em;
}
#subtitle {
  font-size: 77%;
  color: #ffffff;
  margin-left: 20px;
}
#title {
  font-size: 153.9%;
  color: #ffffff;
  margin-left: 20px;
}
.error {
    background: salmon;
}
#global_message {
  height: 30px;
  line-height: 30px;
  padding: 0;
/*  margin: 100px 9px 0 10px; */
}

/* ローディングアニメ */
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #02a4f5;
  z-index: 2;
}

#loader{
//  border: solid;  /*to test position*/
  width: 170px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px -85px;

}

#loader div{
  height: 20px;
  width: 20px;
  background: #02a4f5;
  border-radius: 50%;
  position: absolute;
  animation: animate 1.4s ease infinite;
}
#loader p{
  position: absolute;
  top: 30px;
  left: 35px;
}


#loader div:nth-child(2) {
  transform: translateX(30px);
  transform: translateX(30px);
  animation-delay: .08s;
}

#loader div:nth-child(3) {
  transform: translateX(60px);
  transform: translateX(60px);
  animation-delay: .16s;
}

#loader div:nth-child(4) {
  transform:translateX(90px);
  transform: translateX(90px);
  animation-delay: .24s;
}

#loader div:nth-child(5) {
  transform: translateX(120px);
  transform: translateX(120px);
  animation-delay: .32s;
}

#loader div:nth-child(6) {
  transform: translateX(150px);
  transform: translateX(150px);
  animation-delay: .40s;
}

@keyframes animate {
  0%{left: 0px; top: 0px;}
  5%{left: -2px; top: 4px; width: 24px; height: 16px; filter: blur(0.1px);}
  10%{left: -1px; top: 4px; width: 22px; height: 18px; filter: blur(0.1px);}
  /*halfway up*/
  15%{left: 1px; top: -17px; width: 18px; height: 22px; filter: blur(0.3px);}
  /*top*/
  22%{left: 0px; top: -34px; width: 20px; height: 20px; filter: blur(0.2px);}
  /*halfway down*/
  29%{left: 1px; top: -17px; width: 18px; height: 22px; filter: blur(0.3px);}
  /*bottom*/
  34%{left: 1px; top: 0px;  width: 18px; height: 22px; filter: blur(0.2px);}
  /*elastic bottom*/
  40%{left: -1px; top: 4px; width: 22px; height: 18px; filter: blur(0.1px);}
  /*end*/
  43%{left: 0px; top: 0px; width: 20px; height: 20px; filter: blur(0px)}
  100%{left: 0px; top: 0px;}
}

#main {
  /*background-image: url(../img/login_area.png);*/
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top:60px;
/*  position: fixed; */

}

#inner_main{
	border-radius: 10px / 10px;
	background: linear-gradient(135deg, #73bced 20%, #0196f0 60%);
	padding:20px 0 20px 0;
	margin: 0 10px 10px 10px;
}

#inner_sub{
	color: #696969;
	text-align: right;
	font-size: 16px;
	font-weight:bold;
	padding:10px 0 10px 0;
}

#login{
	font-size: 48px;
	font-weight: bold;
}

#login_sub{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: calc(12px + 0.25vw);
	font-weight: bold;
}

#login_message{
	margin-top: 30px;
	font-size: 14px;
	font-weight: bold;
}

#bt_submit {
  background-image: url(../img/btn_login.png);
  background-repeat: no-repeat;
  background-color: transparent;
  width: 230px;
  height: 40px; border : none;
  cursor: pointer;
  border: none;
  margin-left: 10px;
}

#capslock{
  height: 30px;
}
#capslock p {
  white-space: nowrap;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 0 0 10px;
}
#noscript_msg p{
	color: black;
}