@charset "UTF-8";
#page {
	background: url(../img/bg_tab.png) no-repeat scroll 0% 0% !important;
}
/* CSS Document */
#g_sbtn_1 > .button_text {
	width: auto;
}
.txt_val_wrapper_week {
	width: 352px !important;
	background: url(../img/g_valbg_352x51.png) no-repeat !important;
}
.g_rbtn_next_week {
	left: 303px !important;
}
.info_last_week {
	left: 136px !important;
}

.radio {
	top: 83px;
}
.radio_0 {
	left: 96px;
}
.radio_1 {
	left: 306px;
}

/* 蓄電バー */
#tiku_bar {
	position: absolute;
	top: 203px;
	left: 7px;/*20px;*/
	width: 648px;/*621px;*/
	height: 7px;
	/*background:url(../img/g_ic_tiku.png);*/
}

/* 電力単価未設定 */
#page #info_txt {
	display: none;
}
#info_txt a {
	color: #32373a;
}
/* 電力単価バー */
#page #tanka_wrapper {
	position: absolute;
	top: 202px;
	left: 7px;/*20px;*/
	width: 648px;/*621px;*/
	height: 10px;
}
#tanka_wrapper > div {
	position: relative;
	float: left;
	width: 27px;
	height: 10px;
}
#tanka_wrapper > div.end {
	width: 26px;
	margin-right: 1px;
}
#page #tanka_wrapper:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
}
#page .graph_dot_cost {
	top: 211px !important;
}
/* 電力単価凡例 */
#page #info_tanka_wrapper {
	position: absolute;
	top: -12px;
	left: 378px;
}
.info_tanka {
	display: inline-block;
	width: 90px;
}
/* 登録ボタン */
#page #g_btn_toregist {
	position: absolute;
	left: 566px;
	top: 3px;
}
/* 初期表示 */
#page #g_btn_toregist {
	display: none;
}
/* 電力単価未設定時は #page にクラス regist_no を追加 */
#page.regist_no #g_btn_toregist {
	display: block;
}
#page.regist_no #graph_dot {
	top: 201px !important;
}
#page.regist_no #tiku_bar {
	top: 203px;
}
#page.regist_no #info_tanka_wrapper {
	display: none;
}
#page.regist_no #tanka_wrapper {
	display: none;
}

.tanka_1 .ic_tanka1 { background: url(../img/g_ic_tanka3.png);}
.tanka_2 .ic_tanka1 { background: url(../img/g_ic_tanka1.png);}
.tanka_2 .ic_tanka2 { background: url(../img/g_ic_tanka5.png);}
.tanka_3 .ic_tanka1 { background: url(../img/g_ic_tanka1.png);}
.tanka_3 .ic_tanka2 { background: url(../img/g_ic_tanka3.png);}
.tanka_3 .ic_tanka3 { background: url(../img/g_ic_tanka5.png);}
.tanka_4 .ic_tanka1 { background: url(../img/g_ic_tanka1.png);}
.tanka_4 .ic_tanka2 { background: url(../img/g_ic_tanka2.png);}
.tanka_4 .ic_tanka3 { background: url(../img/g_ic_tanka4.png);}
.tanka_4 .ic_tanka4 { background: url(../img/g_ic_tanka5.png);}


/******************************************************
 * 多デバイス用調整
 ******************************************************/
 body.aiseg .info_tanka {
		width: 95px;
}

body.nf #graph_tiku,
body.hc #graph_tiku {
	position: absolute;
	top: 0px;
	left: 0px;/*20px;*/
	width: 648px;/*621px;*/
	height: 7px;
}

body.nf #graph_dot,
body.hc #graph_dot {
	z-index: 1;
}
body.nf #tiku_bar,
body.hc #tiku_bar {
	z-index: 0;
}
