@charset "utf-8";
body {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #E6E6E6;
}
.contentWrapper{
	width: 100%;
	height: 100%;
	display: table;
}
.content {
	display: table-cell;
	vertical-align: middle;
}
.loginWrapper {
	position: relative;
	width: 600px;
	margin: 0 auto;
	padding: 20px 30px;
	background: #FFFFFF;
	border: solid 1px #CCCCCC;

	/* radius */
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		-o-border-radius: 8px;
		-ms-border-radius: 8px;
}
.logoArea {
	display: block;
	max-width: 600px;
	margin-bottom: 10px;
	padding-top: 0px;
}
.logoImage {
	display: table-cell;
	vertical-align: middle;
}
.logoImage img {
	display: inline-block;
	padding-right: 30px;
  	max-width: 150px;
  	max-height: 40px;
}
.logo {
	display: table-cell;
	vertical-align: middle;
	margin: 0px;
	font-weight: bold;
	font-size: 26px;
	text-align: left;
	padding-top: 0px;
	float: none;
	word-break:break-all;
}
.loginText {
	display: block;
	margin: 20px 0 20px 0px;
	font-size: 24px;
	/* text-align: center; */
}
.tableLogin {
	width: 440px;
	margin: 0 auto;
}
.tableLogin tr {
	height: 45px;
}
.tableLogin th {
	width: 170px;
	text-align: right;
	padding-right: 11px;
	font-size: 15px;
}
.tableLogin td input {
	font-family: 'メイリオ',Meiryo;
	/* width: 330px; */
	width: 330px;
	height: 25px;
	padding: 2px 5px;
	line-height: 30px;
	border-top: solid 1px #6b9bb7;
	border-right: solid 1px #a0bfd1;
	border-bottom: solid 1px #a0bfd1;
	border-left: solid 1px #6b9bb7;
	font-size: 20px;
	/* radius */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-o-border-radius: 3px;
		-ms-border-radius: 3px;
}
.tableLogin td input::-webkit-input-placeholder {	font-size: 16px;	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";}
.tableLogin td input:-moz-placeholder {	font-size: 16px;	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";}
.tableLogin td input::-moz-placeholder {	font-size: 16px;	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";}
.tableLogin td input:-ms-input-placeholder {	font-size: 16px;	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";}

.btnArea a {
	display: block;
	width: 150px;
	height: 35px;
	margin: 10px auto 30px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	line-height: 35px;
	border: solid 1px #333333;

	/* radius */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-o-border-radius: 3px;
		-ms-border-radius: 3px;

	/* gradient */
background: #545454; /* Old browsers */
background: -moz-linear-gradient(top,  #545454 0%, #545454 0%, #2b2b2b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#545454), color-stop(0%,#545454), color-stop(100%,#2b2b2b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #545454 0%,#545454 0%,#2b2b2b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #545454 0%,#545454 0%,#2b2b2b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #545454 0%,#545454 0%,#2b2b2b 100%); /* IE10+ */
background: linear-gradient(to bottom,  #545454 0%,#545454 0%,#2b2b2b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545454', endColorstr='#2b2b2b',GradientType=0 ); /* IE6-9 */
}
.btnArea a:hover {
	/* gradient */
background: #2b2b2b; /* Old browsers */
background: -moz-linear-gradient(top,  #2b2b2b 0%, #545454 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2b2b2b), color-stop(100%,#545454)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #2b2b2b 0%,#545454 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #2b2b2b 0%,#545454 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #2b2b2b 0%,#545454 100%); /* IE10+ */
background: linear-gradient(to bottom,  #2b2b2b 0%,#545454 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2b2b', endColorstr='#545454',GradientType=0 ); /* IE6-9 */
}

.infoArea {
	display: block;
	margin-bottom: 10px;
	padding: 10px;
	border: solid 1px #B8E2FF;
	background-color: #e9f6ff;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
.msgArea {
	font-size: 13px;
	color: #E60606;
	line-height: 1.5;
}