/*--------------------------------------------------------------*/
/* ボタン
/*--------------------------------------------------------------*/
.btn {
	background: #EEE;
	border: 1px solid #AAA;
	color:#111;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	padding: 10px;
	margin: 5px;
	display: block;
}
a.btn:hover	{
	color:#000;
	background-color:#CCC;
	border: 1px solid #888;
}
/*--------------------------------------------------------------*/
/* 一般テーブル
/*--------------------------------------------------------------*/
.sticky_table thead th {
	position: sticky;
	top: 0;
	z-index: 2;
}
table.ftable {
	border-collapse:collapse;
	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;
}
/*--------------------------------------------------------------*/
/* 背景色
/*--------------------------------------------------------------*/
.red {
	background:#fcc !important;
}
.grn {
	background:#8f8 !important;
}
.ext {
	background:#ddd !important;
}
.grey {
	background:#c0c0c0 !important;
}
