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

#page #txt_val_wrapper {
  position: absolute;
  left: 9px;
  top: 1px;
  width: 174px;
  height: 51px;
  background: url(../img/g_valbg_174x51.png) no-repeat;
}
#txt_val_inner {
  position: relative;
  margin: 0 50px;
  left: 0;
  top: 0;
  height: 51px;
}
#val_current {
  position: absolute;
  left: 0;
  top: 17px;
  width: 100%;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  text-align: center;
}

/* 丸ボタン- 戻る・進む */
#g_rbtn_back {
  position: absolute;
  top: 3px;
  left: 5px;
}
#g_rbtn_next {
  position: absolute;
  top: 3px;
  left: 125px;
}

/* パネル */
#panel1,
#panel2{
	position: absolute;
	background: #9cc9b8;
	width:174px;
	left: 9px;
}
#panel1 {
	height:33px;
	top: 93px;
}
#panel2 {
	height:65px;
	top: 165px;
}


/* テキスト */
#panel1 > div {
	position: absolute;
	line-height:18px;
	font-size:18px;
}
#panel2 > div {
	position: absolute;
	line-height:18px;
	font-size:18px;
}

#t_title,
#t_title2 {
	top: -25px;
	width:174px;
	text-align:center;
}

#t_label1,
#t_label2,
#t_label3,
#t_label4{
	left:8px;
}
#t_num1,
#t_date2,
#t_date3{
	left:0px;
	width:166px;
	text-align:right;
}
#t_label1,
#t_label2,
#t_label3,
#t_num1,
#t_date2,
#t_date3{
	top:10px;
}
#t_label3,
#t_date3{
	top:37px;
}

/* テーブル */
#table_wrapper1 {
  left:190px;
  top:1px;
  width:602px;
  font-weight: bold;
}
.lo-w85 { width: 85px !important; }
.date_text { top: -11px; }

/* ボタン */
.h47.button { height: 47px; }
.w69.button { width: 69px; }
.w69.h47.button {
	left: 9px;
	background-image: url(../img/b_69x47.png);
}
.h47.button .button_text.line2 {
	top: 3px !important;
	font-size: 18px !important;
	line-height: 19px !important;
	height: 47px !important;
	width: 66px !important;
}
