@charset "UTF-8";

.icon {
	position: absolute;
	top: 1px;
	left: 25px;
	width: 66px;
	height: 66px;
}

.icon .icon_img {
	width: 100%;
	height: 100%;
	background: url(../img/ic_kb_se_aircon.png) center no-repeat;
}

/* 停止中（初期表示） #main に
	 class="offline" */
#main.offline > .icon {
	background: url(../img/s_32_1.png) no-repeat;
}

/* 停止中（初期表示） #main に
	 class="" */
#main > .icon {
	background: url(../img/s_32_1.png) no-repeat;
}

/* 運転中 #main に
	 class="on" */
#main.on > .icon {
	background: url(../img/s_32_2.png) no-repeat;
}

#m_house {
	background: transparent url(../img/s_3211_3.png) no-repeat;
	background-position: bottom;
	position: absolute;
	top: 58px;
	right: 20px;
	width: 248px;
	height: 192px;
}
#m_house #h_title,
#m_house .h_item {
	position: absolute;
	line-height:16px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#m_house .h_temp_val {
	width: 45px;
	display: inline-block;
	text-align: right;
}
#m_house #h_title { top: 22px; left: 39px; }
#m_house #h_temp_out { top: 79px; left: -3px; }
#m_house #h_temp_in { top: 126px; left: 111px; }
#m_house #h_humi_in { top: 151px; left: 111px; }


/* テーブル */
#table_wrapper1 {
  left: 9px;
  top: 0;
  width: 782px;
}

/* テーブル内オブジェクト位置 */
td > .button:last-child {
  float:right;
  margin-right:7px;
}
td > .radio:first-child {
  margin-right:7px;
}
.val_wrapper {
  height:46px;
  line-height:46px;
}
.val_wrapper > .val {
	margin-right: 10px;
/*	font-size:20px;*/
}
.val_wrapper.line2 {
/*	margin-top:1px;
	margin-bottom:-1px;*/
	line-height:23px;
}
.val_wrapper.line2 > .fs_small {
	font-size:14px;
}
