﻿html,body{
	margin: 0;
	padding: 0;
	font-family: '游ゴシック体','Yu Gothic','YuGothic','Hiragino Kaku Gothic ProN','メイリオ', sans-serif;
	color: #606468;
	background: #FFF;
	border-collapse: collapse;
}

#wrap {
	position: absolute;
	top: 45%; left: 50%;
	height: 320px; width: 402px;
	margin-top: -150px; margin-left: -201px;
}

input {
	border: none;
	font-size: 100%;
	padding: 0;
	-webkit-appearance: none;
}
input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 300px #FFF inset; }

#form-wrap {
	height: 350px;
	width: 350px;
	background:#EEE;
	border-radius: 1px;
}

#form-wrap form {
	font-weight: bold;
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
	width: 270px;
}

#form-wrap form span {
	background-color: #003C80;
	border-radius: 2px 0px 0px 2px;
	border-right: 3px solid #001A80;
	color: #FFF;
	display: block;
	float: left;
	line-height: 50px;
	width: 50px;
	height: 50px;
}

#form-wrap form input[type="text"],#form-wrap form input[type="password"] {
	height: 40px;
	width: 100%;
	background-color: #FFF;
	border-radius: 0px 2px 2px 0px;
	margin-bottom: 1em;
	text-indent: 16px;
}

#form-wrap form input[type="submit"] {
	margin-top: 10px;
	background: #4c586f;
	border-bottom: solid 3px #2f3643;
	border-radius: 10px;
	width: 200px;
	height: 40px;
	color: #FFFFFF;
	cursor: pointer;
	transition: background 0.3s ease-in-out, border-bottom 0.3s ease-in-out;
}
#form-wrap form input[type="submit"]:hover { background: #003C80; border-bottom: solid 3px #026f31; }

#reissue {
	text-align: left;
	margin-top:30px;
	font-size: small;
}

.title {
	margin: 10px 0;
	font-size: x-large;
	text-align: center;

}
.labelinput {
	font-size: large;
	text-align: left;
}
.loginbtn {
	width: 200px;
}