@charset "utf-8";
/*
 * global.css
 * 
 * CSS for HEMS App
 * 
 */


/* ヒットエリア確認用 */
/*.btn, .hit {
background:rgba(255,128,255,0.2);
}*/



/*
 * Global Setting
 * ================================================================================
 */
* {
	margin: 0;
}

body {
	-webkit-tap-highlight-color: rgba(255,255,255, 0.0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	background: #888;
	color: #4d4d4d;
}
div {
	position: relative;
	box-sizing: border-box;
}
a:active {
	outline: 0px none black;
}
a:focus {
	outline: 0px none black;
}
a img {
	border: none;
}
a.btn {
	display:block;
	text-decoration:none;
	position: relative;
	box-sizing: border-box;
}
button {
	margin: 0;
	padding: 0;
	outline: none;
	cursor: pointer;
	background: none;
	border: 0;
}


/* Font
 -------------------------------- */
body, button {
	font-family: "Helvetica Neue", Arial, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	color:#000;
	font-size:15pt;
}
.fs_xlarge {
	font-size:80px;
}
.fs_large {
	font-size:48px;
}
.fs_bigger {
	font-size:42px;
}
.fs_big {
	font-size:34px;
}
.fs_normal {
	font-size:25px;
}
.center {
text-align:center;
}
.right {
text-align:right;
}
.small {
	font-size: 80%;
}
.fc_white {
	color: #fff;
}
.fc_green {
	color: #4caf50;
}
.fc_vermilion {
	color: #692F00;
}

.fc_darkblue {
	color: #002F69;
}
.fc_gray {
	color: #888;
}
.fw_normal {
	font-weight: normal;
}
.disp_n {
	display:none !important;
}


/*
 * Layout
 * ================================================================================
 */

html, body {
	height: 100%;
}
body {
}
#container {
	width: 640px;
	height: 1096px;
	overflow:hidden;
	background: #fff;
	visibility: hidden;
}
.page_wrapper {
	position:absolute;
	left:0;
	top:0;
	width: 640px;
	height: 1096px;
	z-index:1000;
}
.main {
	position:absolute;
	top:88px;
	width:inherit;
	height: 1008px;
}
.main.noheader {
	top:0;
	height: 1096px;
}
.header {
	position:absolute;
	left:0;
	top:0;
	width:inherit;
	height:88px;
	box-sizing: content-box;
	border-bottom:rgba(0,0,0,0.3) solid 1px;
	z-index:100;
}
.header.noshadow {
	border-bottom:none;
}
.footer {
	position:absolute;
	left:0;
	bottom:0;
	width:inherit;
	height:98px;
	box-sizing: content-box;
	border-top:rgba(0,0,0,0.3) solid 1px;
	z-index:100;
}
#onload {
	position:absolute;
	left:inherit;
	top:0;
	width:100%;
	height:100%;
	background:#888;
	z-index:10000;
}

body, #onload {
	background:#e8e8e8;
}


/*
 * Hit
 * ================================================================================
 */
.hit.dn {
	background-color:rgba(255,255,255,0.75) !important;
}
.hit.black.dn {
	background-color:rgba(0,0,0,0.25) !important;
}
.hit.blue.dn {
	background-color:rgba(0,128,255,0.75) !important;
}
.hit.green.dn {
	background-color:rgba(118,157,0,0.75) !important;
}
.hit.lightgray.dn {
	background-color:rgba(247,247,247,0.75) !important;
}
.hit.blue.dn {
	background-color:#0099ba !important;
}
.hit.transparent.dn {
	background-color:transparent !important;
}

.hit.alpha.dn {
	opacity:0.75 !important;
}

.hit.swap.dn {
	background-color:transparent !important;
	background-position-y: 100% !important;
}


/*
 * Graph
 * ================================================================================
 */
#val_wrapper {
	font-family: "Helvetica Neue", Arial, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	color:#000;
}
.val {
	position: absolute;
/*line-height:1;*/
}


/*
 * Animation Slide In
 * ================================================================================
 */
.slidein_bottom {
-webkit-transition-property: -webkit-transform;
-webkit-transition-duration: 0.3s;
-webkit-transition-timing-function: linear;
-webkit-transform:translate3d(0px,1096px,0px);
-ms-transition-property: -ms-transform;
-ms-transition-duration: 0.3s;
-ms-transition-timing-function: linear;
-ms-transform:translate3d(0px,1096px,0px);
transition-property: transform;
transition-duration: 0.3s;
transition-timing-function: linear;
transform:translate3d(0px,1096px,0px);
}
.slidein_bottom.act {
-webkit-transform:translate3d(0px,0px,0px);
-ms-transform:translate3d(0px,0px,0px);
transform:translate3d(0px,0px,0px);
}
.slidein_right {
-webkit-transition-property: -webkit-transform;
-webkit-transition-duration: 0.3s;
-webkit-transition-timing-function: linear;
-webkit-transform:translate3d(640px,0px,0px);
-ms-transition-property: -ms-transform;
-ms-transition-duration: 0.3s;
-ms-transition-timing-function: linear;
-ms-transform:translate3d(640px,0px,0px);
transition-property: transform;
transition-duration: 0.3s;
transition-timing-function: linear;
transform:translate3d(640px,0px,0px);
}
.slidein_right.act {
-webkit-transform:translate3d(0px,0px,0px);
-ms-transform:translate3d(0px,0px,0px);
transform:translate3d(0px,0px,0px);
}





.popup {
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
z-index:1000;
}

