@charset "utf-8";

/*##################################################
 *ログインページのスタイル */
#login {
	width: 100%;
	padding-top: 16%;
}
#login .box {
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	display: table;
}
#login .box .inn {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#login .login-title {
	width: 360px;
	/*background-color: #00324d;*/
	background-color: #171C61;
	height: 320px;
}
#login .login-title .logo {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 32px;
	margin-top: 16px;
	display: block;
}
#login .login-title .logo img {
	background-color: #171C61;
	height: auto;
	width: 100%;
}
#login .login-title h1 {
	background-color: #171C61;
}
#login .login-title .message {
	display: block;
	font-size: 16px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	text-align: center;
}
#login .login-input {
	width: 360px;
	background-color: #e5edf6;
	height: 320px;
}
#login .login-input p {
	font-size: 12px;
}
#login .input-field {
	width: 300px;
	margin-bottom: 16px;
	margin-right: auto;
	margin-left: auto;
}
#login .input-field p {
	text-align: left;
}
#login .input-field .textbox-style {
	border: 1px solid #CCC;
	height: 40px;
	border-radius:20px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
#login .input-field .checkbox-style {
	display: none;
}
#login .input-field .checkbox-text{
	position:relative;
	padding-left: 32px;
	font-size: 14px;
	padding-top: 1px;
	cursor: pointer;
}
#login .input-field .checkbox-text:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 19px;
	height: 19px;
	border: 1px solid #2a2e4a;
	border-radius: 4px;
}
#login .input-field .checkbox-style:checked + .checkbox-text:after{
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: 6px;
	width: 5px;
	height: 11px;
	transform: rotate(45deg);
	border-bottom: 3px solid #2a2e4a;
	border-right: 3px solid #2a2e4a;
}
#login .btn-submit {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 32px;
	margin-bottom: 16px;
}
#login .btn-submit .btn-style {
	height: 40px;
	/*background-color: #00324d;*/
	background-color: #008000;
	border-radius:20px;
	color: #FFF;
	text-align: center;
	width: 100%;
}
#login .btn-submit .btn-style:hover {
	background-color: #fd5b59;
}
#login .btn-submit .btn-style-s {
	/*background-color: #00324d;*/
	background-color: #008000;
	border-radius:15px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFF;
	font-size: 10px;
	text-align: center;
}
#login .btn-submit .btn-style-s:hover {
	background-color: #fd5b59;
}
.error_list{
	color: #ff0000;
}
