TD {
	FONT-SIZE: 12px;
}

A {
	FONT-SIZE: 12px;
}

INPUT {
	FONT-SIZE: 12px;
	VERTICAL-ALIGN: middle;
	FONT-FAMILY: monospace;
}

INPUT.button {
	FONT-SIZE: 12px;
	WIDTH: 80px;
	TEXT-ALIGN: center;
}

SELECT {
	FONT-SIZE: 12px;
	VERTICAL-ALIGN: middle;
	FONT-FAMILY: monospace;
}

TABLE {
	background-color: inherit;
	background-image: inherit;
	table-layout: fixed;
}

.loginForm {
	background-color: #dbdbdb;
}

.loginFormText {
	FONT-SIZE: 14px;
	color: #000000;
}

.loginFormLabel {
	width: 150px;
	font-weight: bold;
	text-align: center;
}

.oneTimePass {
	display: flex;
	flex-direction: row;
	padding: 8px;
}

.textBox {
	font-family: Courier New;
	height: 16px;
	margin: auto;
}

.buttonArea {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	padding: 8px;
}

.whatsNewRow{
	background-color: #dbdbdb;
	margin-left: 20px;
}

.linkText{
	font-size: 16px;
	color: #ff00ff;
}

.errorMsg {
	FONT-SIZE: 14px;
	color: red;
}

.noteText {
	color: red;
}

.headerText {
	FONT-SIZE: 20px;
	font-weight: bold;
}

.info {
	display: flex;
	justify-content: center;
}

.infoText {
	FONT-SIZE: 20px;
}

.mergin0{
	margin: 0px;
}

body {
    /* フォントをIEに合わせる */
    font-family: "ＭＳ Ｐゴシック";
}