@charset "UTF-8";

html{
	background-color: #f2e2ac;
	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{
	display: none;
	/*border: 1px solid #d54c17;*/
	/*color: #d54c17;
	font-weight: bold;
	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,#d54c17),color-stop(1,#d54c17));*/
	
	/*background: -ms-linear-gradient(top, #d54c17 0%, #d54c17 100%);*/
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d54c17', endColorstr='#d54c17', GradientType=0);*/

	border:none;
	background-image:none;
}

#body{
	padding-top: 0;
}

#login_body{
	/*background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(0,#faf3dd),color-stop(1,#faf3dd));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faf3dd', endColorstr='#faf3dd', GradientType=0);
	background: -ms-linear-gradient(top, #faf3dd 0%, #faf3dd 100%);*/
	background-color: #f2e2ac;
	
	/*border: 1px solid #99cce4;*/
	
	border:none;
	background-image:none;
	border-radius: 6px;
	width: 800px;
	margin: 15px auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

#languageWrapper,
#loginIdWrapper,
#companyCdWrapper{
	width:600px;
	/*border: 1px solid #efd98f;*/
	/*background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(0,#faf3dd),color-stop(1,#faf3dd));
	background: -ms-linear-gradient(top, #faf3dd 0%, #faf3dd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faf3dd', endColorstr='#faf3dd', GradientType=0);*/
	border:none;
	background-image:none;
	margin-bottom: 15px;
	padding-bottom:15px;
	padding-left: 5px;
	padding-top: 15px;
	text-align: left;
	border-radius: 6px;
}

#passwordWrapper{
	width:600px;
	/*border: 1px solid #efd98f;*/
	/*background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(0,#faf3dd),color-stop(1,#faf3dd));
	background: -ms-linear-gradient(top, #faf3dd 0%, #faf3dd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faf3dd', endColorstr='#faf3dd', GradientType=0);*/
	border:none;
	background-image:none;
	margin-bottom: 50px;
	padding-bottom:15px;
	padding-left: 5px;
	padding-top: 15px;
	text-align: left;
	border-radius: 6px;
}

#div_title{
	font-size: 22px;
	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;

	margin-top:　30px;
	margin-bottom: 30px;
	
	background-color:#d54c17;
	border:2px solid #d54c17;
	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;
	}
	
}

