/*ログイン画面設定*/
@charset "UTF-8";

/*css読み込み設定*/
@import url("reset/reset.css"); /*定番リセットCSS */
/*@import url(reset/sanitize.css); 最新リセットCSS 未使用*/
@import url("basic.css"); /*共通設定*/

/*ヘッダ*/
#header {
	position: relative;
	width: 100%;
	margin-top:20px;
}

#header h1{
	width: 140px;
	height: 80px;
	background: url(../img/Rakit-logo.png) no-repeat 0px 0px;
	text-indent: -9999px;
	padding: 0px;
}

#header #navi li{
	float:left;
	margin-left:20px;
}

#header #navi{
	position: absolute;
	right:0;
	bottom:0;
}

#login-box{
	width:100%;
	margin:30px auto 30px;
	background: url(../img/login-BG.png) repeat-x 0px 0px;
	color:#FFF;
}

#login-box h2{
	width:100%;
	text-align:center;
	padding-top:30px;
	padding-bottom:30px;
}

#login-box form{
	padding-bottom:20px;
}

#login-box h2 strong{
	display:block;
	font-weight:bold;
	margin:1.0em 0;
}

#login-box form ul{
	width:300px;
	margin:0 auto;
}

#login-box form ul li{
	margin-bottom:10px;
}

#login-box form ul li span{
	display:block;
	width:100px;
	text-align:right;
	margin-right:10px;
	float:left;
}

/*入力box幅調整 2016.1.20 add*/
#login-box form ul li label input{
	width: 180px;
}

#login-box form ul li:after {
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both; 
}

/*識別画像関連 ここから*/
#login-box form ul li.check-img {
	text-align: center;
}

/*レイアウト確認用ダミー識別画像*/
#login-box form ul li.check-img #captcha{
	width: 215px;
	height: 80px;
/*	background: url(../../dummy-img/dummy-captcha.gif) no-repeat 0px 0px;*/
	/*▲このCSSとdummy-img/dummy-captcha.gifは最終的に削除*/
}

#login-box form ul li.check-img input{
	margin-right: 5px;
}

#login-box form ul li.check-img a{
	color: #FFFFFF;
}
/*識別画像関連 ここまで*/

#login-box form ul li input.btn{
	/*float:right;*/
	width:80px;
	height:30px;
	background: url(../img/login-btn.png) no-repeat 0px 0px;
	padding: 0;
	border: none;
	color: transparent;
	font-size: 0;
	cursor: pointer;
	outline: none;
	margin: 0 110px;
	/*margin-right:20px;*/
}

#login-box form ul li input.btn:hover{
	background-position: 0 -30px;
}

#footer{
	width:100%;
	text-align:center;
}

#footer .office a{
	display:block;
	width:155px;
	height:29px;
	background: url(../img/npcgroup.png) no-repeat 0px 0px;
	text-indent: -9999px;
	float:left;
}

#footer .office address{
	display:block;
	height:29px;
	line-height:29px;
	float:right;
}

#footer p.copyright{
	letter-spacing: 1px;
	text-align:center;
	margin-top:1.0em;
}