@charset "UTF-8";

/* CSS Document */

.disp_n {
  display: none;
}

/* グラフ */

#stage {
  position: absolute;
  left: 18px;
  top: 62px;
  width: 750px;
  height: 244px;
}

/* Canvas */

#graph_current {
  position: absolute;
  left: 51px;
/*  top: 27px;*//* 2016-03-06 線幅2pxを考慮して修正*/
  top: 26px;
  width: 670px;
/*  height: 190px;*//* 2016-03-06 線幅2pxを考慮して修正*/
  height: 192px;
}

/* 左数値 */

.row_num_wrapper {
  position: absolute;
  left: 0px;
  top: 80px;
  width: 52px;
  height: 240px;
  text-align: right;
}
.row_num_wrapper.left {
  color:#D97126;
}
.row_num_wrapper.right {
  left: 758px;
  text-align: left;
  color:#597EA6;
}
.row_num {
  position: absolute;
  left: 0;
  width: 60px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
}
.row_unit {
  top: -17px;
}
.row_num0 {
  top: 0;
}
.row_num1 {
  top: 38px;
}
.row_num2 {
  top: 76px;
}
.row_num3 {
  top: 114px;
}
.row_num4 {
  top: 152px;
}
.row_num5 {
  top: 190px;
}

/* グラフ凡例アイコン */

.icolor {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 2px;
}
.istring {
  display: inline-block;
}
.ic_ondo {
  background: url(../img/g_ic_10x10_ondo.png);
}
.ic_situdo {
  background: url(../img/g_ic_10x10_situdo.png);
}
.ic_setteiondo {
  width: 13px;
  background: url(../img/g_ic_13x10_setteiondo.png);
}
.ic_unten {
  background: url(../img/g_ic_10x10_unten.png);
}
.ic_saiteiondo {
  width: 13px;
  background: url(../img/g_ic_13x10_saiteiondo.png);
}
.ic_saiteisitudo {
  width: 13px;
  background: url(../img/g_ic_13x10_saiteisitudo.png);
}
.ic_shitsugai {
  background: url(../img/g_ic_10x10_shitsugai.png);
}
.ic_co2 {
  background: url(../img/g_ic_10x10_co2.png);
}
.ic_saiteico2 {
  width: 13px;
  background: url(../img/g_ic_13x10_saiteico2.png);
}

#page #info_wrapper {
  position: absolute;
  left: 74px;
  top: 66px;
  width: 100%;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
}
.info {
  top: 0;
}
#info_0,
#info_1,
#info_2,
#info_3 {
  float: left;
  margin-right: 15px;
}
#page #info_wrapper:after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: ".";
}
#info_last {
  position: absolute;
  left: 246px;
}
#info_txt {
  position: absolute;
  left: 378px;
}
#val_last {
  display: inline-block;
}

/* 上部ボタン等 */

#page #txt_val_wrapper {
  position: absolute;
  left: 34px;
  top: 6px;
  width: 232px;
  height: 51px;
  background: url(../img/g_valbg_232x51.png) no-repeat;
}
#txt_val_inner {
  position: relative;
  margin: 0 50px;
  left: 0;
  top: 0;
  height: 51px;
}
#val_current {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 51px;
  line-height: 51px;
  font-size: 20px;
  text-align: center;
}

/* 丸ボタン- 戻る・進む */

#g_rbtn_back {
  position: absolute;
  top: 3px;
  left: 5px;
}
#g_rbtn_next {
  position: absolute;
  top: 3px;
  left: 183px;
}

/* テキスト */

#top_txt {
  position: absolute;
  left: 298px;
  top: 4px;
  width: 282px;
  height: 51px;
  line-height: 22px;
  font-size: 18px;
}

/* ボタン */

#g_btn_1 {
  position: absolute;
  left: 586px;
  top: 4px;
}

/* Comboボタン */

#g_cbtn_wrapper {
  position: absolute;
  top: 311px;
  left: 232px;
}
#g_cbtn_wrapper2 {
  position: absolute;
  left: 332px;
  top: 10px;
}


/******************************************************
 * 多デバイス用調整
 ******************************************************/
body.nf .row_unit, 
body.aiseg .row_unit {
    top: -19px;
}
