@charset "UTF-8";

html{
	background-color: #edfffe;
	font-family: helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3",メイリオ,Meiryo !important;
}


#xclogo {
	margin-top:30px;
	text-align: center;
	width:100%;
	height:100%;
}

img{
	width: 300px;
}

#login_title{
	border: 1px solid #99cce4;
	font-size: 30px;
	height: 40px;
	width: 800px;
	margin: 0 auto;
	padding-top: 10px;
	margin-bottom: 5px;
	text-align: center;
	border-radius: 6px;
	background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(0,#dcf5ff),color-stop(1,#99cce4));
	
	background: -ms-linear-gradient(top, #dcf5ff 0%, #99cce4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcf5ff', endColorstr='#99cce4', GradientType=0);
}

#body{
	padding-top: 50px;
}

#login_body{
	background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(0,#dcf5ff),color-stop(1,#99cce4));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcf5ff', endColorstr='#99cce4', GradientType=0);
	background: -ms-linear-gradient(top, #dcf5ff 0%, #99cce4 100%);

	
	border: 1px solid #99cce4;
	border-radius: 6px;
	width: 800px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

#languageWrapper,
#loginIdWrapper,
#companyCdWrapper,
#passwordWrapper{
	width:600px;
	border: 1px solid #99cce4;
	background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(0,#f2fafe),color-stop(1,#d4e8f1));
	background: -ms-linear-gradient(top, #f2fafe 0%, #d4e8f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2fafe', endColorstr='#d4e8f1', GradientType=0);
	margin-bottom: 20px;
	padding-bottom:20px;
	padding-left: 5px;
	padding-top: 20px;
	text-align: left;
	border-radius: 6px;
}

#div_title{
	font-size: 25px;
	padding-left: 15px;
	padding-top: 5px;
	position:absolute ;
	width: 190px;
}

#input{
	padding-left: 250px;
	font-size:20px;
	height: 30px;
}

input {
	width:300px;
	height: 30px;
	font-size:25px;
}
select{
	width:300px;
	height: 36px;
	font-size:25px;
}
table {
	width:100%;
}

#btn {
	display:block;
	width:239px;
	height:48px;
	
	background-color:#0962c8;
	border:2px solid #082a79;
	border-radius:7px;
	box-sizing:border-box;
	cursor:pointer;
	
	text-align:center;
	line-height:38px;
	
	color:#fff;
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
}

#btn img{
	display:inline-block;
	width:19px;
	height:23px;
	vertical-align:middle;
	
	margin-top:0px;
	margin-bottom:6px;
	margin-left:0px;
	margin-right:10px;
}

#footer {
	height:45px;
	line-height:45px;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
}

/*ChromeとOperaのみだけに適用されるCSSハック*/
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
	#div_title{
		padding-top: 0px;
	}
	
}

