@charset "utf-8";

/* テーブル */
#table_wrapper1 {
  left: 9px;
  top: 50px;
  width: 782px;
  height:255px;
}
#table_wrapper1 td {
  vertical-align:top;
}

/* ボタン */
#button_wrapper {
  position: relative;
  top: 8px;
  left: 0;
}
.check_box {
  position: relative;
  float:left;
  width: 152px;
  height: 100px;
  margin-bottom:8px;
}
.check_box .h_checkbox {
  left: 26px;
	top: 39px;
}
#button_wrapper > .check_box:nth-child(6) {
  clear:both;
}


.check_box:after {
  content: '';
  position: absolute;
  top: 12px;
  right: 4px;
  width: 90px;
  height: 75px;
}
#check_box_1:after {
  background: url(../img/fmbtn_00.png) no-repeat !important;
}
#check_box_2:after {
  background: url(../img/fmbtn_01.png) no-repeat !important;
}
#check_box_3:after {
  background: url(../img/fmbtn_05.png) no-repeat !important;
}
#check_box_4:after {
  background: url(../img/fmbtn_03.png) no-repeat !important;
}
#check_box_5:after {
  background: url(../img/fmbtn_08.png) no-repeat !important;
}
#check_box_6:after {
  background: url(../img/fmbtn_04.png) no-repeat !important;
}
#check_box_7:after {
  background: url(../img/fmbtn_02.png) no-repeat !important;
}
#check_box_8:after {
  background: url(../img/fmbtn_06.png) no-repeat !important;
}
#check_box_9:after {
  background: url(../img/fmbtn_07.png) no-repeat !important;
}


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


