@charset "UTF-8";


.grade {
	background: #FFFFFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#FAFAFA));
	background: -webkit-linear-gradient(#FFFFFF, #FAFAFA);
	background: -moz-linear-gradient(#FFFFFF, #FAFAFA);
	background: -ms-linear-gradient(#FFFFFF, #FAFAFA);
	background: -o-linear-gradient(#FFFFFF, #FAFAFA);
	background: linear-gradient(#FFFFFF, #FAFAFA);
	-pie-background: linear-gradient(#FFFFFF, #FAFAFA);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ff6600'); /* IE6,7用 */
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#ff0000, EndColorStr=#ff6600)"; /* IE8,9用 */
	behavior: url(../pie/PIE.htc);
}

.grade2{
	background: #FFFFFF;
	background: -moz-linear-gradient(center top, #ffffff 4%,#e6e6e6 18%,#ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.04, #ffffff),color-stop(0.18, #e6e6e6),color-stop(1, #ffffff));
	background: -webkit-linear-gradient(linear, left top, left bottom, color-stop(0.04, #ffffff),color-stop(0.18, #e6e6e6),color-stop(1, #ffffff));
	background: -ms-linear-gradient(linear, left top, left bottom, color-stop(0.04, #ffffff),color-stop(0.18, #e6e6e6),color-stop(1, #ffffff));
	background: -o-linear-gradient(linear, left top, left bottom, color-stop(0.04, #ffffff),color-stop(0.18, #e6e6e6),color-stop(1, #ffffff));
	background: linear-gradient(linear, left top, left bottom, color-stop(0.04, #ffffff),color-stop(0.18, #e6e6e6),color-stop(1, #ffffff));
	-pie-background: linear-gradient(linear, left top, left bottom, color-stop(0.04, #ffffff),color-stop(0.18, #e6e6e6),color-stop(1, #ffffff));
	behavior: url(../pie/PIE.htc);
}


.radius {
	border: 1px solid #94B2CB;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.boxshadow {
	-moz-box-shadow: 0 0 2px #999, 0 0 5px #999, 2px 2px 6px #999;
	-webkit-box-shadow: 0 0 2px #999, 0 0 5px #999, 2px 2px 6px #999;
	box-shadow:  0 0 2px #999, 0 0 5px #999, 2px 2px 6px #999;
	behavior: url(../pie/PIE.htc);
}

.relative-center {
	position:relative;
	margin-right:auto;
	margin-left:auto;
}

.textshadow{
	text-shadow:2px 2px 2px #666;
}

.alpha{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.Font15 {
	font-size: 15px;
	line-height: 1.5em;
}
.Font20 {
	font-size: 20px;
	line-height: 1.5em;
}
.F14 {
	font-size: 14px;
}
.Font13 {
	font-size: 13px;
}
.Font12 {
	font-size: 12px;
}
.CPink {
	color: #FF3399;
}
.CRed {
	color: #F00;
}
.Cgray {
	color: #666;
}
.CBlue {
	color: #039;
}
.CBlue2 {
	color: #339;
}
.Tablecell {
	display: table;
}
.Tablecell > * {
	display: table-cell;
}
.Vmiddle {
	vertical-align: middle;
}
.Vtop {
	vertical-align: top;
}
.Per45 {
	width: 45%;
}
.RoundBoxT1 {
	background-color: #E8FFDC;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 15px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.BtnRblue {
	font-size: 14px;
	line-height: 30px;
	color: #FFF;
	background-color: #09C;
	text-align: center;
	height: 30px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.BtnRblue a {
	color: #FFF;
	text-decoration: none;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.BtnRblue a:hover {
	background-color: #69C;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color: #FFF;
}
.BtnRblue a:visited {
	color: #FFF;
	text-decoration: none;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

table#login_form {
	width: 300px;
	height: 160px;
	background-color: #0066CC;
	color: white;
	border-radius: 10px;
	text-align: center;
}

.form-control-login {
	width: 160px;
	height: 24px;
}

.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}

.login-title-page {
	font-size: 23px;
	line-height: 64px;
	color: #F39;
	background-color: #E8E8E8;
	height: 64px;
	width: 100%;
	position: relative;
	margin-bottom: 15px;
}
.font-size-12px {
	font-size: 12px;
}