* {
	padding: 0;
	margin: 0;
	}
p {
	letter-spacing: 0.1em;
	line-height: 150%;
	}
	
img {
	max-width: 230px;
	}

body {
	font-size: 62.5%;
	text-align: center;
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: none;
	background: #fff;
    font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	}

.panelarea {
	float: left;
	width: 230px;
	height: 165px;
	text-align: left;
	overflow: hidden;
	position: relative;
	margin: 0 0 0px 0;
	}
	
.panelarea-inner {
	position: absolute;
	}
	
.p-bg {
	position: absolute;
	z-index: 0;
	top: 0;
	}
	
.p-base {
	position: absolute;
	z-index: 10;
	}
	
.p-tree {
	position: absolute;
	z-index: 20;
	}
	
.p-sun {
	position: absolute;
	z-index: 30;
	}
	
.p-air {
	position: absolute;
	z-index: 30;
	}
	
.p-boiler {
	position: absolute;
	z-index: 40;
	}
	
.p-oyutori {
	position: absolute;
	z-index: 50;
	}
	
.p-doma {
	position: absolute;
	z-index: 35;
	}
	
.p-otemp {
	top: 10px;
	left: 160px;
	width: 80px;
	white-space: nowrap;
	}
	
.p-htemp {
	top: 5px;
	left: 70px;
	width: 80px;
	white-space: nowrap;
	}
	
.p-rtemp {
	top: 80px;
	left: 90px;
	width: 80px;
	}
	
.p-wtemp {
	top: 80px;
	left: 200px;
	width: 80px;
	}
	
.panelarea p {
	font-size: 1em;
	position: absolute;
	z-index: 100;
	}
.panelarea span {
	font-size: 1.6em;
	font-weight: bold;
	}

#box {
	padding: 5px 0 3px 0;
	margin: 0;
	width: 230px;
	text-align: center;
	font-size: 1.3em;
	overflow: hidden;
	clear: both;
	}
	
#box-inner {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: solid 5px #D9E021;
	}

#box dl {
	margin: 0 auto;
	text-align: left;
	padding: 10px 10px 7px 10px;
	}

#box dt {
	width: 5em;
	float: left;
	padding-bottom: 3px;
	clear: both;
	}

#box dd {
	margin-left: 6em;
	padding-bottom: 3px;
	font-size: 1.1em;
	}

#box span {
	font-size: 0.8em;
	padding-left: 10px;
	}

sub {
	font-size: 0.8em;
}