/*
 * ログインページ（PC）
 */
body#login{
	background:#e57919;
	color:#202020;
}

div#login_wrap{
	width:500px;
	border:5px solid #fff;
	padding:10px 10px 0 10px;
	-webkit-border-radius:15px;
}

div#sys_title_wrap{
	float:left;
	width:200px;
}
p#sys_title{
	font-size:28px;
	font-weight:bold;
	color:#fff;
	height:188px;
	line-height:47px;
	margin-top:56px;
}

p#sys_title span{
	font-size:14px;
}

div#login_form_wrap{
	float:left;
	width:300px;
	height:300px;
}

div#login_form_wrap div#error_msg{
	width:250px;
}