@charset "UTF-8";
/* CSS Document */

/* テーブル */
#table_wrapper1 {
  left: 9px;
  top: 0;
  width:733px;
  height:306px;
}

/* ポップアップ(テキスト入力あり) */
#popup_detail .popup_message_input {
	top:27px !important;
	font-size: 20px !important;
	line-height:26px !important;
}

/* テーブル */
#table_wrapper2 {
	left: 78px;
	top: 120px;
	width:440px;
	height:56px;
}

td > .button {
  float:right;
  margin-right:7px;
}
td > div:first-child {
  line-height:46px;
}

/* スクロール */
.scroller {
  position: absolute;
  left: 742px;
  top: 28px;
  width: 54px;
  height: 278px;
}
.scroll_bottom {
  top: 232px;
}
.scroll_bar_wrap {
  height: 179px;
}
.scroll_bar {
  height: 88px;
}

/* ボタン */
#button_import {
  position: absolute;
  top: 376px;
  left: 555px;
}
#button_export {
  position: absolute;
  top: 376px;
  left: 653px;
}

#popup_button_yes {
  position: absolute;
  left: 206px;
  top: 291px;
}
#popup_button_no {
  position: absolute;
  left: 364px;
  top: 291px;
}

/******************************************************
 * NetFront用調整
 ******************************************************/
body.nf .table_object td {
	font-size:16px !important;
}

/******************************************************
 * contents_check_for_AiSG
 ******************************************************/
body.aiseg .table_object td {
  font-size:16px !important;
}
