@charset "UTF-8";
/* /////////////////////////////////////////////////

	Style CSS
	
	Author	yk
	Date	2015/05/14

///////////////////////////////////////////////// */
/* ページスタイル
   ========================================================================== */
html{
	height: 100%;
}

body#loginBody{
	min-width: 0;
	height: 100%;
	background-image: url(/admin/images/bg_halftone.png);
	background-repeat: repeat;
}

#loginWrap{
	height: 100%;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 640px){
	
}

#loginBox{
	position: relative;
	width: 100%;
	max-width: 640px;
	margin-bottom: 25px;
	color: #fff;
	background: #fff;
	background: url(/admin/images/background_clear.png);
	background: rgba(255, 255, 255, 0.5);
	overflow: hidden;
}

#loginBox div.message{
	flex: 1 1 320px;
	margin: 12px 0;
}

#loginBox div.message h1{
	text-align: center;
	padding: 3px 0;
	margin-top: 18px;
	color: #fff;
	background: #00a0e9;
}

#loginBox div.message h1 b{
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 26px;
}

#loginBox div.message img{
	display: block;
	margin: 10px auto 0;
}

#loginBox form{
	flex: 1 1 320px;
	margin: 24px auto;
}

#loginBox p.field{
	position: relative;
	margin-left: 24px;
}

#loginBox input[type=text], #loginBox input[type=password]{
	width: 260px;
	color: #777;
	font-size: 13px;
	font-weight: 400;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	padding: 8px 18px 8px 45px;
	margin-bottom: 10px;
	border-radius: 3px;
	background: #f9f9f9;
	-webkit-transition: color 0.3s ease-out;
	-moz-transition: color 0.3s ease-out;
	-ms-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
	border: none;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1), inset 0 3px 2px rgba(0, 0, 0, 0.1);
}

#loginBox span.fa{
	left: 0px;
	top: 0px;
	position: absolute;
	height: 30px;
	width: 40px;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 1px 0 0 rgba(255, 255, 255, 0.7);
	color: #777777;
	text-align: center;
	line-height: 30px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	pointer-events: none;
}

#loginBox span.fa:before{
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	vertical-align: top;
	font-size: 1.3333333333333333em;
}

#loginBox span.user:before{
	content: "\f007";
}

#loginBox span.pass:before{
	content: "\f023";
}

#loginBox div.loginBtnBox{
	position: relative;
	text-align: center;
	margin-top: 6px;
	margin-left: 24px;
	margin-right: 24px;
	overflow: hidden;
}

#loginBox div.loginBtnBox label{
	float: left;
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

#loginBox div.loginBtnBox label input{
	margin-right: 6px;
}

#loginBox button[type=submit]{
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	text-align: center;
	text-indent: 0px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	padding: 4px 36px;
	margin: 10px 8px;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
	background-image: -o-linear-gradient(top, #fff, #e6e6e6);
	background-image: linear-gradient(to bottom, #fff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	cursor: pointer;
}

#loginBox button[type=submit]:hover{
	color: #333;
	text-decoration: none;
	background-color: #e6e6e6;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}

#loginState{
	width: 100%;
	max-width: 640px;
	height: 32px;
}

#loginState p{
	color: #00a0e9;
	font-size: 13px;
	text-align: center;
	line-height: 32px;
	background: #e6e6e6;
	border-radius: 5px;
}

#loginState p.Err{
	color: #023894;
}


/*# sourceMappingURL=style.css.map */
