.btn {
	background: #EEE;
	border: 1px solid #AAA;
	color:#111;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
//	width: 130px;
	padding: 10px;
	margin: 5px;
	display: block;
}
.nbtn {
	background: #EEE;
	border: 1px solid #AAA;
	color:#111;
	font-size: 14px;
	text-align: center;
	display: block;
}
.btn a:hover	{
	color:#FFF;
	background-color:#88F !important;
	border: 1px solid #008;
}
/*--------------------------------------------------------------*/
/* 登録/ログインフォーム
/*--------------------------------------------------------------*/
.login {
	width: 400px;
	margin: 30px auto;
	font-size: 12px;
}

.login-header,
.login p {
	margin: 0;
}

.login-header {
	background: #28d;
	padding: 10px;
	font-weight: normal;
	text-align: center;
	color: #fff;
}
.login-container {
	background: #ebebeb;
	padding: 5px;
}
.login p {
  padding: 2px;
}
.login input {
	box-sizing: border-box;
	display: block;
	width: 100%;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	outline: 0;
	font-family: inherit;
}

.login input[type="userid"],
.login input[type="password"] {
	background: #fff;
	border-color: #bbb;
	color: #555;
}
.login input[type="userid"]:focus,
.login input[type="password"]:focus {
	border-color: #000;
}

.login input[type="submit"] {
	background: #28d;
	border-color: transparent;
	color: #fff;
	cursor: pointer;
}
.login input[type="submit"]:hover,
.login input[type="submit"]:focus {
	background: #17c;
}

/*--------------------------------------------------------------*/
/* 一般テーブル
/*--------------------------------------------------------------*/
.sticky_table thead th.ln1 {
	position: sticky;
	top: 0;
	z-index: 2;
}
.sticky_table thead th.ln2 {
	position: sticky;
	top: 2.2em;
	z-index: 2;
}
table.ftable {
	border-collapse:collapse !important;
	font-size: 18px;
	margin:0 auto;
	border-style: solid;
	vertical-align:top ;
}
table.ftable td,
table.ftable th {
	border:1px solid;
	padding: 5px;
	margin: 10px;
}
.ftable th {
	background:#ddd;
}

.left {
	text-align:left ;
}
.right {
	text-align:right ;
}
.center {
	text-align:center ;
}
.red {
	background:#fcc !important;
}
.grn {
	background:#8f8 !important;
}
.ext {
	background:#ddd !important;
}
.grey {
	background:#c0c0c0 !important;
}
.tgt {
	color:#00f !important;
	font-weight: bold !important;
	background:#ff0 !important;
}
.bold {
	font-weight: bold;
}
.fred {
	color:red ;
}
.fblue {
	color:blue ;
}

/*--------------------------------------------------------------*/
/* 書式指定
/*--------------------------------------------------------------*/
.tate {
	writing-mode: vertical-rl !important;
	min-width: 10px;
}
