/*
2019/09/28 検査ページリニューアル対応
　・初期デザインのスタイルシートの調整用
*/

/********/
/* body */
/********/
/*
PowerTip の仕様により、body の position はデフォルトにする必要あり
https://stevenbenner.github.io/jquery-powertip/
Requirements -> 「Important note: The <body> tag must use the default CSS position.」
*/
body {
	position : static !important;
}

/********************/
/* テーブルヘッダー */
/********************/
.search {
	padding-top: 0.5em;
}

#building_list_table thead th {
	height: 3em;
}

#building_list_table thead th {
	vertical-align: middle !important;
}

/****************/
/* テーブル本体 */
/****************/
.column_width_non {
}

.column_width1 {
	width: 50px;
}
.column_width2 {
	width: 60px;
}
.column_width3 {
	width: 100px;
}

#building_list_table .cell_right a {
    text-decoration: none !important;
}

#building_list_table .building_name {
	padding-left: 0.5em;
}

.string_link_cell:not(.cell_right) {
	text-align: left !important;
}

/********************/
/* テーブルフッター */
/********************/
.search_foot_nav a:link {
	text-decoration: none;
	font-size: 100% !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

tfoot td {
	border: 1px solid #ffffff !important;
}

/**********************************/
/* テーブル改ページインタフェイス */
/**********************************/
#tablePagination {
	line-height:3em;
	background-color: #EFEFEF;
	text-align: center;
}

#tablePagination img {
	vertical-align: middle !important;
}

/**************************/
/* 「旧年度データ」リンク */
/**************************/
.form_l .old_year_button {
	float: left;
	font-size: 100%;
	color: #fff;
	background-color: #F63;
	font-size: 10pt;

	height: 27px;
	padding-left: 1em;
	padding-right: 1em;
	margin-right: 2em;
}

/**********************************/
/* オプション機能の無効化表示対応 */
/**********************************/
.disable_icon {
	color:#9FA0A0;
}

/*************************/
/* index_common.css 調整 */
/*************************/
