@charset "utf-8"; 

a:link {
  color: #0000ff;    /*リンクの色*/
  text-decoration: none;
}
a:visited { color: #0000ff; } /*訪問済みリンクの色*/
a:hover {
  color: #ff0000;   /*マウスオン時のリンクの色*/
  text-decoration: underline;
}
a:active { color: #ff8000; } /*クリックしている時のリンクの色*/

.right {
  float: right;
}

#frmlogin {
	margin: 0 auto;
	width: 360px;
	font-size: 14px;					/* IE8 */
	font-size: 1.4rem;
/*	border: 2px red solid;*/		/* デバッグ */
}


#frmlogin .confirm {
/*	border: 2px green solid;*/		/* デバッグ */
}

#frmlogin .tblinfo,
#frmlogin .tbllogin {
	width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	border: 1px #999999 solid;		/* デバッグ */
}

.tbllogin * {
	vertical-align: top;
}

.tbllogin .info {
	font-weight: bold;
	font-size: 2.4rem;					/* 太字にするのでサイズを調整 */
	color: #49c0f0;
	text-shadow:
		0 1px #EEE,
		0 2px #CCC,
		0 3px #AAA,
		0 4px #999,
		0 5px #888,
		0 6px #777,
		0 7px #666,
		0 8px #555,
		0 9px #444,
		0 10px 8px #000;
/*	border: 2px black solid;*/		/* デバッグ */
}

.tblinfo .ttr,
.tbllogin .ttr {
	width: 100%;
	display: table;
/*	border-bottom: solid 1px #999999;*/
/*  background: #efefef;*/
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
/*	border: 2px blue solid;*/		/* デバッグ */
}

.tbllogin .tthtop {
	border-top: solid 4px orange;
}

.tblinfo .tte,
.tbllogin .tte {
	width: 10%;
	display: table-cell;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
/*	border: 1px red solid;*/		/* デバッグ */
}

.tbllogin .ttdtop {
	border-top: solid 4px #999999;
}

.tblinfo .ttd,
.tbllogin .ttd {
	width: 80%;
	padding:5px 0 5px 0;
	display: table-cell;
	font-weight: normal;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
/*	border: 1px black solid;*/		/* デバッグ */
}

.tbllogin .lbl {
	font-weight: bold;
	font-size: 1.3rem;					/* 太字にするのでサイズを調整 */
}

.tbllogin #nouserid,
.tbllogin #nopassword,
.tbllogin #mail {
	padding: 5px 0px 0px 0px;
/*	font-weight: bold;*/
	color: red;
	font-size: 1.2rem;
}

.tbllogin .ex {
	font-size: 13px;		/* IE8 */
	font-size: 1.3rem;
	color: #999;
}

/*.tbllogin input {
	width: 300px;
	font-size: 1.4rem;
	font-weight: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

.tbllogin input {
	padding: 8px;
}*/

.tbllogin #userid,
.tbllogin #password,
.tbllogin #mail {
	width: 100%;
	padding: 6px 6px;
	font-size: 1.5rem;
	font-weight: none;
	ime-mode: inactive;
/*	outline: 0;*/
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	border: 1px #999999 solid;
}

.tbllogin #userid:focus,
.tbllogin #password:focus,
.tbllogin #mail:focus {
	-webkit-box-shadow: 0px 0px 6px orange;
	   -moz-box-shadow: 0px 0px 6px orange;
	        box-shadow: 0px 0px 6px orange;
		border-color: orange;
}

.tbllogin #userid.error,
.tbllogin #password.error,
.tbllogin #mail.error {
	-webkit-box-shadow: 0px 0px 6px orangered;
	   -moz-box-shadow: 0px 0px 6px orangered;
	        box-shadow: 0px 0px 6px orangered;
		border-color: red;
}


.tblinfo {
	margin: 10px 0px;
}


.tblinfo #info {
	color: red;
}

/*
		ボタンの定義
*/
.tbllogin .tblbutton {
	width: 100%;
	display: table;
	padding: 10px 0px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
/*	border: 1px green solid;*/		/* デバッグ */
}

.tblbutton #login {
	font-family: "メイリオ", sans-serif;
	font-size:1.8rem;
	display: inline-block;
	width: 100%;
/*	height: 38px;*/
	padding: 3px 0px;
	text-align: center;
	text-decoration: none;
	outline: none;
	
	border: 1px solid #15aeec;
	background-color: #49c0f0;
	border-radius: 4px;
	color: #fff;
	/*line-height: 38px;*/
	background-image: linear-gradient(to bottom, #49c0f0, #2cafe3);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.tblbutton #login:hover {
	border:1px solid #1090c3;
	background-color: #1ab0ec;
	background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
	background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
}

.tblbutton #login:active {
	background: #1a92c2;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
	color: lavender;/*#1679a1;*/
	text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}

.tblbutton #login::before,
.tblbutton #login::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.tblbutton #login,
.tblbutton #login::before,
.tblbutton #login::after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* 非表示にする 必ずボタン定義より下に記述すること*/
#frmlogin .hide,
#frmlogin .hide2 {
	display: none;
}
