@charset "utf-8";
/* CSS Document */


#formWrap{
	width:93.75%;
	margin:10px auto;
	background:#fff;
	border-radius:10px;
	padding:0.5em;
	
}


#formWrap h2{
	color:#072a6c;
	font-size:1.5em;
	text-align:center;
}

form{
	width:70%;
	margin:0 auto;
}

form th,
form td{
	display:block;
}

form th{
	font-size:1.4em;
	padding-bottom:0.2em;
}

form td{
	text-align:center;
	padding-bottom:0.5em;
}

input{
	width:98%;
	height:3em;
	border-radius:10px;
	border:1px solid #ccc;
	font-size:1.4em;
	padding:0 0 0 2%
}



#submit{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f00), color-stop(0.00, #ffadad));
	background: -webkit-linear-gradient(#ffadad, #f00);
	background: -moz-linear-gradient(#ffadad, #f00);
	background: -o-linear-gradient(#ffadad, #f00);
	background: -ms-linear-gradient(#ffadad, #f00);
	background: linear-gradient(#ffadad, #f00);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffadad', endColorstr='#ff0000',GradientType=0 ); /* IE6-9 */
	height:50px;
	line-height:50px;
	color:#fff;
	font-size:1.6em;
	font-weight:bold;
	margin-top:1em;
	width:98%;
	border-radius:10px;
	border:1px solid #ccc;
	padding:0 0 0 2%;


	
}

<!--[if gte IE 9]>
  <style type="text/css">
    #submit {
       filter: none;
    }
  </style>
<![endif]-->

p#about_login{
	text-align:center;
}

p#about_login a{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #0000e0), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #0000e0);
	background: -moz-linear-gradient(#fff, #0000e0);
	background: -o-linear-gradient(#fff, #0000e0);
	background: -ms-linear-gradient(#fff, #0000e0);
	background: linear-gradient(#fff, #0000e0);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#0000e0',GradientType=0 ); /* IE6-9 */
	height:35px;
	line-height:35px;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	margin:10px auto;
	width:60%;
	border-radius:10px;
	border:1px solid #ccc;
	padding:0 0 0 2%
}

p#about_login a:hover{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fff), color-stop(0.00, #0000e0));
	background: -webkit-linear-gradient(#0000e0, #fff);
	background: -moz-linear-gradient(#0000e0, #fff);
	background: -o-linear-gradient(#0000e0, #fff);
	background: -ms-linear-gradient(#0000e0, #fff);
	background: linear-gradient(#0000e0, #fff);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000e0', endColorstr='#fff',GradientType=0 ); /* IE6-9 */


}


#reissuing{
	text-align:center;
	margin:5px 0 10px 0;
	font-size:1.2em
}

#reissuing a{
	text-decoration:underline;
}

#reissuing a:hover{
	text-decoration:none;
}

#checkBox{
	text-align:left;
	font-size:1.4em;
	padding-top:5px;
}

#checkBox input{
	float:left;
	width:30px;
	height:30px;
	margin: 0 5px 0 0;
	line-height:30px;
	border-radius:5px;
}

#checkBox p{
	float:left;
	height:30px;
	line-height:30px;
}

@media (min-width: 600px) {

	#checkBox{
		width: 354px;
		font-size:1.4em;
	}
	
	#checkBox input{
		float:left;
		width:auto;
		margin: 0 5px 0 142px;
	}
	
	p#about_login a{
		height:35px;
		line-height:35px;
		color:#fff;
		font-size:1.6em;
		font-weight:bold;
		margin:10px auto;
		width:30%;
		border-radius:10px;
		border:1px solid #ccc;
		padding:0 0 0 2%
	}
}

/*パスワード忘れページ,
初回ログイン*/
.txt_01{
	font-size: 1.2em;
    margin: 0 auto 10px;
    width: 65%;
	line-height:1.3;
}

#forgettingPage #formWrap h2,
#firstLoginPage #formWrap h2{
	margin-bottom:0;
}



@media (min-width: 600px) {

	#formWrap {
		margin: 20px auto;
	}
	
	#formWrap h2{
		font-size:28px;
		margin-bottom:20px;
	}
	
	form th, form td {
		display:inline-block;
	}
	
	form th{
		width:7em;
		font-size:20px;
		text-align:center;

	}
	
	form td{
		width:70%;
		padding-bottom: 1em;
	}
	
	#submitWrap{
		text-align:center;
	}
	
	#submitWrap td{
		width:80%;
	}
	
	#submit{
		margin-top: 0.5em;
	}
	
	#submit:hover{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffadad), color-stop(0.00, #f00));
	background: -webkit-linear-gradient(#f00, #ffadad);
	background: -moz-linear-gradient(#f00, #ffadad);
	background: -o-linear-gradient(#f00, #ffadad);
	background: -ms-linear-gradient(#f00, #ffadad);
	background: linear-gradient(#f00, #ffadad);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f00', endColorstr='#ffadad',GradientType=0 ); /* IE6-9 */

}


/*初回ログイン*/
	#firstLoginPage form {
		margin: 0 auto;
		width: 83%;
	}
	
	#firstLoginPage form th {
		width: 11em;
		text-align:left;
	}
	
	#firstLoginPage form td {
		width: 60%;
	}
	
	
	#firstLoginPage #submitWrap td {
		width: 70%;
	}
}