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

/* テーブル */
.table_wrapper {
  left: 9px;
  width: 782px;
/*  height:308px;*/
}
#table_wrapper1 {
  top: 0;
}
#table_wrapper2 {
  top: 86px;
}
#table_wrapper3 {
  top: 170px;
}
#table_wrapper4 {
  top: 136px;
}
/* 矢印 */
.arrow{
  position: absolute;
  width: 782px;
  height: 17px;
  background: url(../img/31123.png) no-repeat center;
}
#arrow_1{
  left: 9px;
  top: 63px;
}
#arrow_2{
  left: 9px;
  top: 149px;
}

/* ボタン */
.radio {
  margin-right:7px;
}
.radio:last-child {
  margin-right:0;
}

/* テキスト */
.valbox {
  position:absolute;
  left: 205px;
  width: 390px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align:center;
  background-color: #9cc9b8;
}
#valbox_1 {
  top: 172px;
}
#valbox_2 {
  top: 86px;
}

/* 通知時間・時間(初期状態は非表示) */
.sound, .period {
  visibility:hidden;
}

/* ポップアップ */
.popup_detail .popup_message {
	line-height: 33px;
	padding-top: 72px;	/* メッセージ2行 */
}
.popup_button_agree {
	left: 285px;
	top: 291px;
}
