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

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

/* 上下スクロール */
.scroller {
  position: absolute;
  width: 54px;
  height: 271px;
  top: 28px;
  left: 742px;
}
.scroll_bottom {
  top: 225px;
}
.scroll_bar_wrap {
  height: 172px;
}
.scroll_bar {
  height: 88px;
}

/* 調整 */
td > .val {
	margin-right: 18px;
}
.lo-h43 > th {
line-height:17px;
}
.table_object th.text_top {
line-height:228px;
vertical-align:top;
}

/* ボタン */
.button_cb {
	position: absolute;
	left: 304px;
	top: 368px;
}
#button_cb_1 {
	display:block;
}

#button_cb_2 {
	display:block;
}
.button_cb .button_rc {
	background: transparent url(../img/s_3211_2.png) no-repeat;
	display: inline-block;
	width: 24px;
	height: 29px;
	vertical-align: middle;
	margin-right: 13px;
	top: -2px;
}
#button_rb {
	position: absolute;
	left: 679px;
	top: 368px;
}

/* 未登録時テキスト */
#message {
position: absolute;
left: 0px;
top: 106px;
width: 800px;
line-height: 24px;
font-size: 20px;
text-align: center;
}




/* 下部ボタン"送信"(初期表示) */
#page #button_cb_1 {
	display:block;
}

#page #button_cb_2 {
	display:none;
}
#page #message {
	display:none;
}
/* 下部ボタン"タイマー解除" */
#page.scene2 #button_cb_1 {
	display:none;
}

#page.scene2 #button_cb_2 {
	display:block;
}

/* 未登録 */
#page.regist_no .button_cb.disable .button_rc {
	background-position: 0 -29px;
}
#page.regist_no #button_cb_2 {
	display:none;
}
#page.regist_no #table_wrapper1 {
	display:none;
}
#page.regist_no .scroller {
	display:none;
}
#page.regist_no #message {
	display:block;
}



