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

/* 調整 */
#footer_menu {
	visibility: hidden;
}


/* テーブル */
#table_wrapper1 {
  left: 9px;
  top: 22px;
  width:330px;
  height:285px;
}
#table_wrapper2 {
  left: 396px;
  top: 22px;
  width:346px;
  height:285px;
}

.table_object td {
  line-height:1;
}

/* スクロール */
#scroller1.scroller {
  position: absolute;
  left: 339px;
  top: 49px;
  width: 54px;
  height: 258px;
}
#scroller1 .scroll_bottom {
  top: 215px;
}
#scroller1 .scroll_bar_wrap {
  height: 162px;
}
#scroller1 .scroll_bar {
  height: 42px;
}

#scroller2.scroller {
  position: absolute;
  left: 742px;
  top: 49px;
  width: 54px;
  height: 258px;
}
#scroller2 .scroll_bottom {
  top: 215px;
}
#scroller2 .scroll_bar_wrap {
  height: 162px;
}
#scroller2 .scroll_bar {
  height: 42px;
}

/* タイトル */
#table_title1, 
#table_title2 {
  position: absolute;
  top: 0;
  font-size:20px;
  line-height:1;
}
#table_title1 {
  left: 9px;
}
#table_title2 {
  left: 396px;
}


/* ボタン */
#button_1 {
  position: absolute;
  left: 241px;
  top: 316px;
  background: url(../img/b_check_1.png) no-repeat;
}
#button_2 {
  position: absolute;
  left: 340px;
  top: 316px;
  background: url(../img/b_check_1.png) no-repeat;
}
#button_1 > .button_text, 
#button_2 > .button_text {
  left: 11px;
}

#submit-button {
  left:449px;
}
#submit-button::before {
  content:"";
  position: absolute;
  left: -10px;
  top: 2px;
  width: 1px;
  height: 40px;
  background:#77879c;
}

/* チェックボックス */
.check_box {
  position:relative;
  display:inline-block;
	margin: -1px 0;
}


/* NetFront、スマホ用修正 */
body.nf .table_object td, 
body.sp .table_object td, 
body.aiseg .table_object td {
    font-size: 16px !important;
}

