@charset "utf-8";
/*-----------------------------------------------------------

試験問題作成システム_ログイン・システムメニュー共通

-----------------------------------------------------------*/

body {
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	background-color: #C5E8FA;
	text-align: center
}
img {
	border-style: none;
}
form {
	margin: 0px;
	padding: 0px;
}

#header {
	background-image: url('../images/login_hdbg.gif');
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 2px;
	text-align: left
}
/* ▼問合せ対応 MOD 2021/02/11 SH▼ */
body.body_011 {
	background-color: #FFDCFF;
}
#header.header_011 {
	background-image: url('../images/login_hdbg_011.gif');
}
/* ▲問合せ対応 MOD 2021/02/11 SH▲ */
#header #logo2 {
	float: right;
	padding-top: 14px;
}
.loginBox {
	width: 506px;
	background-image: url('../images/login_boxbg.gif');
	background-color: #E9E9E9;
	background-repeat: repeat-y;
	background-position: left top;
	text-align: center;
	font-size: 90%; margin-left:auto; margin-right:auto; margin-top:50px; margin-bottom:0px
}
/* ▼問合せ対応 ADD 2021/02/11 SH▼ */
.loginBox_011 {
	background-image: url('../images/login_boxbg_011.gif');
}
/* ▲問合せ対応 ADD 2021/02/11 SH▲ */

.loginBox .loginForm {
	padding: 10px 10px 10px;
	text-align: center;
}
.loginBox .loginForm table {
	border-top: 1px solid #CCCCCC;
}
.loginBox .loginForm th {
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	padding: 10px 10px 10px 15px;
}
.loginBox .loginForm td {
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	padding: 10px 20px 10px 10px;
}
.loginBox .loginBT {
	text-align: center;
	padding: 20px 10px;
}
#alertTitle{
	font-size: medium;
	text-align: center;
}
#alertBox{
	font-size: medium;
	color: #CC0000;
	text-align: center;
}
