@charset "UTF-8";
/* CSS Document */
*{
	box-sizing:border-box;
}
html{
	height:100%;
}
body{
	font-family:"メイリオ", Meiryo, sans-serif;
	background:#1d2c3c url(../images/index_bg_body.png) no-repeat right top;
	background-size:70%;
	height:95%;
	padding-top:40px;
	color:#CCC;
	font-size:14px;
}
img{
	max-width:100%;
}
#login{
	width:367px;
	height:500px;
	background:url(../images/index_logo_meisei.png) no-repeat center top;
	background-size:47%;
	padding-top:180px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-350px 0 0 -184px;
}
#login h1{
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#login form{
	padding:35px 0 0 0;
}
.text-field{
	width:100%;
	height:45px;
	padding-left:45px;
}
.text-field:nth-child(1){
	background:rgba(255, 255, 255, .5) url(../images/index_icon_id.png) no-repeat left top;
	background-size:43px 45px;
	margin-bottom:15px;
}
.text-field:nth-child(2){
	background:rgba(255, 255, 255, .5) url(../images/index_icon_pw.png) no-repeat left top;
	background-size:43px 45px;
}
input[type="text"],
input[type="password"]{
	width:100%;
	height:45px;
	border:none;
	background-color:rgba(255, 255, 255, .0);
	color:#F0F0F0;
	/*color:#feaa08;*/
	font-size:13px;
	letter-spacing:0.05rem;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-left:15px;
}
input[type="submit"]{
	border:none;
	width:100%;
	height:100%;
	background:url(../images/index_btn_login.png) no-repeat left top;
	background-size:156px 76px;
}
input[type="submit"]:hover{
	cursor: pointer;
	background-position:left -38px;
}
.submit{
	width:156px;
	height:38px;
	margin: 35px auto 0 auto;
	overflow:hidden;
}
#return-the-site{
	width:156px;
	height:27px;
	line-height:27px;
	margin: 25px auto 0 auto;
}
#return-the-site a{
	display:block;
	width:100%;
	height:100%;
	padding-left:45px;
	background:url(../images/index_icon_website.png) no-repeat 15px center;
	background-size:16px 16px;
	color:#CCC;
	text-decoration:none;
	font-size:12px;
}
#return-the-site a:hover{
	text-decoration:underline;
}
.login-err-mess{
	color:#feaa08;
	letter-spacing:0.05rem;
	padding-top:15px;
}
#uid::-moz-placeholder{
	color:#C2C6CA;
}
#uid:-ms-input-placeholder{
	color:#C2C6CA;
}
#uid::-webkit-input-placeholder{
	color:#C2C6CA;
}
#pw::-moz-placeholder{
	color:#C2C6CA;
}
#pw:-ms-input-placeholder{
	color:#C2C6CA;
}
#pw::-webkit-input-placeholder{
	color:#C2C6CA;
}