/* ---------------------------------------------
 予約転記テーブル
	border-collapse: collapse;
	table-layout:fixed;
--------------------------------------------- */
.tbl_yoyaku_tenki
{
	margin: 0px 10px;
}

/* ---------------------------------------------
 予約転記テーブルタイトルセル
--------------------------------------------- */
.td_yoyaku_tenki_title
{
	text-align: center;
	background-color: #ccffcc;
}

/* ---------------------------------------------
 予約転記テーブル基本セル
--------------------------------------------- */
.td_yoyaku_tenki_waku_name
{
	text-align: center;
	background-color: #fff8dc;
}

/* ---------------------------------------------
 予約転記テーブル基本セル
--------------------------------------------- */
.td_yoyaku_tenki_waku_name_l
{
	text-align: left;
	background-color: #fff8dc;
}

/* ---------------------------------------------
 予約転記テーブルデータセル
 border: 1px #008000 solid;
--------------------------------------------- */
.td_yoyaku_tenki
{
	padding:6px;
	white-space:nowrap;
}

/* ---------------------------------------------
 検索結果ボックス
--------------------------------------------- */
.div_search
{
	background-color:#ffffff;
}

/* ---------------------------------------------
 検索結果ボックス
--------------------------------------------- */
.box_search_result_tenki
{
	text-align:center;
	position: absolute;
	top: 64px;
	left: 235px;
	height: 700px;
	background-color:#ffffff;
	overflow: auto;
}
/* ---------------------------------------------
 
--------------------------------------------- */
.box_search_center
{
	margin: 0px auto;
	text-align: center;
}
/* ---------------------------------------------
 テーブル
--------------------------------------------- */
.table_search_center
{
	margin: 0px auto;
	text-align: center;
}