@charset "utf-8";

/* CSS Document */

/* テーブル */
#table_wrapper1 {
  left: 112px;
  top: 160px;
  width:576px;
  height:56px;
}

/* ラジオボタン */
#radio_1 {
margin-right:7px;
}

/* テキスト */
.main_text {
position: absolute;
width:100%;
text-align: center;

}
#main_text_1 {
top: 38px;
font-size: 20px;
line-height: 26px;
}
#main_text_2 {
top: 66px;
font-size: 18px;
line-height: 24px;
}
.main_text_wrapper {
display:inline-block;
text-align:left;
}



