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

.cf:before,.cf:after { content:""; display:table; }
.cf:after { clear:both; }
.cf { zoom:1; }

#wrap {
	position: absolute;
	top: 45%; left: 50%;
	height: 300px; 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: 220px;
	width: 400px;
	background:#EEE;
	border:1px solid #434a52;
	border-radius: 1px;
}

#form-wrap form {
	margin: 22px;
	width: 350px;
}

#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;
	text-align: center;
	width: 50px;
	height: 50px;
}

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

#form-wrap form input[type="submit"] {
	background: #7F2626;
	border-bottom: solid 3px #400909;
	width: 100%;
	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: #16aa56; border-bottom: solid 3px #026f31; }

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


