@charset "utf-8";

table.dataTable.stripe tbody tr.odd2, table.dataTable.display tbody tr.odd2 {
	background-color:#fff;
}
table.dataTable.stripe tbody tr.even2, table.dataTable.display tbody tr.even2 {
	background-color: #F5FFFA;
}

.action_button {
	font-size:12pt;
	padding:5px 10px;
	margin-bottom:10px;
	width:120px !important;
}

.input th {
	background-color:#87CEFA;
}

.textarea table {
	margin: 0px !important;
	padding: 0px !important;
	border-width:0px;
}

.textarea th {
	padding: 0px !important;
	border-width:0px;
}

.textarea td {
	padding: 0px !important;
	border-width:0px;
}

.item_area, .item_area td, .item_area th {
	border-color: #CCC;
}

.item_area th {
	background-color: #f0fff0;
}

.list thead {
	background-color:#004593;
}

.info {
	font-size:12pt;
}

.login_area {
	padding:10px;
	font-size:16px;
}

.login_area th {
	font-weight:normal;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	background-color: #006400;
}
