<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ログインボックス
----------------------------------------------- */
.loginbg2 {
	width: 100%;
	background-color: #fff;
	vertical-align: middle;
	color: #666;
	
	border: 1px solid #CCC;
margin-bottom: 30px;
margin-top: 30px;
box-shadow:0px 0px 8px #ddd;
-moz-box-shadow:0px 0px 8px #ddd;
-webkit-box-shadow:0px 0px 8px #ddd;
float: left;
padding-bottom: 20px;
}
.loginbg2 .header{
font-size: 19px;
font-weight: bold;
color: #db4a37;
background-color: ;
line-height:24px;
margin-bottom: 20px;
height:65px;
padding-top:20px;
padding-left:25px;
padding-right:200px;
background-repeat: no-repeat;
background-position: right top;
border-bottom: 1px solid #CCC;
}
.loginbg2 .left{
width: 320px;
border-right: 1px solid #CCC;
float: left;
padding-top: 20px;
}
.loginbg2 .fb-facepile{
float: left;
margin-left: 15px;
min-width: 245px;
}
.loginbg2 .qlmlogo {
	background-image: url(../Education-Theme/images/qlmid.png);
	background-repeat: no-repeat;
	height: 70px;
	width: 265px;
	margin-right: auto;
	margin-left: auto;
}
.loginbg2 label {
	font-size: 11px;
	font-weight: bold;
	color: #6D89BD;
	text-align: left;
	margin-top: 1px;
	margin-bottom: 2px;
	display: block;
	width: 265px;
	margin-right: auto;
	margin-left: auto;
}
.loginbg2 .qlmtext {
	width: 265px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	color: #666;
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: left;
}
.loginbg2 .input {
	width: 265px;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
}
.loginbg2 .input input {
	height: 30px;
	width: 255px;
	border: 1px solid #CCC;
	box-shadow:inset 0px 0px 6px #bbb;
	-moz-box-shadow:inset 0px 0px 6px #bbb;
	-webkit-box-shadow:inset 0px 0px 6px #bbb;
	padding-left: 10px;
}
.loginbg2 .btn{
	margin-left: 28px;
	padding-left: 28px;
}
.loginbg2 input[type="button"] {
	height: 38px;
	width: 265px;
	border: 1px solid #5D79AB;
	box-shadow:inset 0px 0px 6px #bbb;
	-moz-box-shadow:inset 0px 0px 6px #bbb;
	-webkit-box-shadow:inset 0px 0px 6px #bbb;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	background-color: #7090c8;
	margin-bottom: 10px;
margin-right: auto;
	margin-left: auto;
}
.loginbg2 input[type="button"]:hover {
	background-color: #516993;
}
.loginbg2 a {
	font-size: 13px;
	font-weight: bold;
	display: block;
	width: 260px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	color: #7090C8;
	text-align: left;
	line-height: 13px;
}
.loginbg2 a:hover {
	color: #86AEF2;
}

.allshow{
width:268px;
height:40px;
margin:20px auto;
background:url(images/allshow.jpg) 0 0 no-repeat;
display:block;
clear: both;
}
.allshow:hover{
filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
</pre></body></html>