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

#footer_menu {
	visibility: hidden;
}


/* ボタン */
.radio {
  margin-right:7px;
  float:left;
}
.radio:last-child {
  margin-right:0;
}
#table_wrapper1 .radio {
  margin-top:4px;
  margin-bottom:2px;
}

/* テーブル */
#table_wrapper1 {
  left: 112px;
  top: 60px;
  width:576px;
  height:56px;
}
#table_wrapper2 {
  left: 112px;
  top: 145px;
  width:576px;
  height:56px;
}
#table_wrapper3 {
  left: 54px;
  top: 145px;
  width:700px;
  height:166px;
}

/* 矢印 */
.arrow{
  position: absolute;
  width: 446px;
  height: 17px;
  background: url(../img/31123.png) no-repeat center;
}
#arrow_1{
  left: 190px;
  top: 122px;
}

/* テキスト */
.main_text {
  position: absolute;
  text-align: center;
  font-size:20px;
  width:100%;
}
#main_text_1 {
  top:0px;
  line-height: 26px;
}

#main_text_2 {
  line-height: 26px;
}

#table_object2 {
  margin-top: 54px;
  width:600px;
  margin-left:58px;
}

/* テキストボックスの幅を強制設定 */
#table_wrapper2 .text_box > input.tb40r,
#table_wrapper2 .text_box > input.tb50r,
#table_wrapper3 .text_box > input.tb40r,
#table_wrapper3 .text_box > input.tb50r {
  box-sizing: content-box !important;
}
