@charset "UTF-8";
* {
	box-sizing: border-box;
}

/* ===== Area style ====== */
html{
	height:100%;
    min-height: 100%;
}
body{
	height: 100%;
    min-height: 100%;
    position: relative;
    right: 0;
    overflow-x: hidden;
	font-family: "Rounded Mplus 1c";
}
body > .eria02 {
	height: auto;
}
img{
}
a{
	color: #0065ab;
}
a:visited{
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
li{
  list-style-type: none;
}
h2{
	min-height: 30px;
	padding-top: 0.15em;
	font-size: 150%;
	padding-left: 38px;
	background: url(../img/title-icon01.png) left top no-repeat;
	background-size: 30px;
}
h3{
	font-size: 130%;
	padding-bottom: 0.5em;
	border-bottom: 2px solid #0065ab;
}
h3.graph-tt{
	min-height: 17px;
	font-size: 110%;
	padding-left: 1.2em;
	padding-bottom: 0;
	border-bottom: none;
	background: url(../img/graph-tt-icon.png) left center no-repeat;
}
table thead.title-blue tr th{
	background: #0065ab;
	color: #fff;
	font-weight: normal;
}
th{
	font-size: 90%;
}
/* - logo size - */
.logoSize50{
	width: 28%;
	margin-top: 2em;
}
.logoSize40{
	width: 40%;
}
/* - image size - */
.imageSize50-right{
	width: 50%;
	float: right;
	padding-left: 1em;
}
.imageSize70-right{
	width: 70%;
	float: right;
	padding-left: 1em;
}
/* - texxt size - */
.fontSize30{
	font-size: 30%;
}
.fontSize90{
	font-size: 90%;
}
.fontSize120{
	font-size: 120%;
}
.fontSize180{
	font-size: 180%;
}
.fontSize250{
	font-size: 250%;
}
ul.typelist{
	font-size: 75%;
}
ul.typelist li{
	text-align: left;
	background: url(../img/about_img01-1.gif) left no-repeat;
	background-size: 5%;
	padding-left: 35px;
}
ul.typelist li:nth-child(2){
	background: url(../img/about_img01-2.gif) left no-repeat;
	background-size: 5%;
	padding-left: 35px;
}
ul.list-normal{
	padding: 0;
}
li.list-tt{
  position:relative;
  padding: 0 0 0 15px;
  }
li.list-tt:before{
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #000;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
li.list-tt2{
  position:relative;
  padding: 0 0 0 15px;
  color: #2c6887;
  }
li.list-tt2:before{
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #2c6887;
  top: 25%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
li.list-tt2 ul{
	padding: 0;
	font-size: 82%;
	color: #000;
}
/* - text color - */
.bluetext{
	color: #0065ab;
}
.blue-tt{
	color: #276b93;
	line-height: 1.3;
}
.orangetext{
	color: #e57c00;
}
.errortext{
	color: #f85732;
	padding-top: 0.6em;
	font-size: 90%;
	text-align: left;
}
.errortext2{
	color: #f85732;
	padding-top: 0.6em;
	font-size: 90%;
}
.erroricon{
	color: #f85732;
	padding-left: 0.5em;
}
/* - Btn style - */
.btn{
	font-size: 90%;
	padding: 0.9em 2.8em 0.8em 2.8em;
	border-radius: 0;		/* CSS3草案 */
	-webkit-border-radius: 0;	/* Safari,Google Chrome用 */
	-moz-border-radius: 0;	/* Firefox用 */
}
.btn-primary{
	background-color: #0065ab;
}
.btn-sm{
	font-size: 70%;
	padding: 0.6em 2.4em 0.5em 2.4em;
}
/* - position style - */
ul.oneline01{
	/*position: absolute;
	bottom:10%;
	left: 38%;*/
	display: flex;
	justify-content: center;
	margin-bottom: 12%;
}
ul.oneline01 li{
	float: left;
}
ul.oneline01 li:after{
	content: ' /';
	padding-right: 0.5em;
}
ul.oneline01 li:last-child:after{
	content: none;
	padding-right: 0;
}
p.rightposition{
	position: absolute;
	bottom:10%;
	right: 26%;
}
.center-box{
	width: 100%;
	text-align: center;
}
.height-speace{
	margin: 2em 0 5em 0;
}
.top-speace{
	margin-top: 2em;
}
.left-speace1em{
	margin-left: 1em;
}
.bottom-speace{
	margin-bottom: 2em;
}
.message-box{
	margin: 0 0 2em 2em;
	padding:0;
	width: 30%;
}
.box-width70{
	width: 70%;
	margin: 4em auto 8em auto;
}
.box-width50{
	width: 50%;
	margin: 3em auto 1em auto;
}
.half-column{
	width: 50%;
	float: left;
	padding: 1em;
}
@media screen and (max-width:768px){
/* - texxt size - */
.logoSize50{
	width: 40%;
}
.box-width50{
	width: 80%;
}
.half-column{
	width: 100%;
}
}
@media screen and (max-width:428px){
/* - texxt size - */
.logoSize50{
	width: 90%;
}
}
/*.wf-roundedmplus1c { font-family: "Rounded Mplus 1c"; }*/

#container{
	width: 100%;
	margin: 0;
	overflow: hidden;
}
/* ----- header style ----- */
header{
    width: 100%;
	overflow: hidden;
}
#header{
	margin: 3em 0 0 0;
	padding: 0 2em;
}
#header_l{
	margin: 3em 0 0 0;
	padding: 0 2em;
}
.logo{
	position: absolute;
	width: 300px;
	top: 0;
}
@media screen and (max-width:768px){
#header{
	border-bottom: 1px solid #0065ab;
}
.logo{
	width: 270px;
}
#header .h-Rightwrap p{
	right: 10%;
}
}
@media screen and (max-width:425px){	
#header{
	padding: 0 0.5em 0 0;
}
.logo{
	width: 225px;
	left: 8%;
	top: -0.5em;
}
#header .h-Rightwrap p{
	top: 0.2em;
}
}
#header .h-Rightwrap{
	margin-top: 1.8em;
	margin-bottom: 1em;
	text-align: right;
}
#header .h-Rightwrap p{
	float: left;
	font-size: 100%;
	position:absolute;
	right: 4.5em;
	bottom: 0;
}
#header .h-Rightwrap nav.h-Nav{
	float: left;
}
/* -- menu style -- */
#header nav#slide_menu{
    position: fixed;
    top: 0;
    right: -240px;
    width: 240px;
    height: 100%;
    background: #0065ab;
	border-left: 1px solid #fff;
	/*opacity: 0.5;
	background-color: rgba(255,0,0,0.5);*/
}
#header nav#slide_menu ul{
	display: inline;
	margin: 3em 0;
	color: #fff;
}
#header nav#slide_menu ul li{
	text-align: left;
	list-style: none;
}
#header nav#slide_menu ul li.gnavi-tt{
	font-size: 150%;
	font-weight: bold;
	margin-top: 2.5em;
	margin-left: 1em;
}
#header nav#slide_menu ul li a::after,
#header nav#slide_menu ul li a::before {
	display: block;
	content: '';
	position: absolute;
}
#header nav#slide_menu ul li a::after {
	top: 1.2em;
	left: 1.6em;
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 100%;
}
#header nav#slide_menu ul li a::before {
	z-index: 1;
	top: 1.4em;
	left: 1.82em;
	width: 4px;
	height: 4px;
	border-right: 1px solid #0065ab;
	border-bottom: 1px solid #0065ab;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#header nav#slide_menu ul li a{
	width: 100%;
	line-height: 3;
	position: relative;
	display: inline-block;
	color: #fff;
	padding-left: 2em;
	cursor: pointer;
	border-bottom: #fff dotted 1px;
	/*background: url(../img/icon01.png) 25px center no-repeat;*/
	background-size: 4%;
}
#header nav#slide_menu ul li a.icon-none{
	padding-left: 1.5em;
	/*background: none;*/
	border-bottom-style: solid;
}
#header nav#slide_menu ul li a.icon-none::after {
	width: 0;
	height: 0;
}
#header nav#slide_menu ul li a.icon-none::before {
	width: 0;
	height: 0;
	left: 1em;
}
#header nav#slide_menu ul li a:hover{
	background-color: rgba(0,0,0,0.5);
	text-decoration: none;
}
#header nav#slide_menu ul li ul{
	padding: 0;
}
#header nav#slide_menu ul li ul li a{
	padding-left: 3em;
	font-size: 88%;
}
/* -- global menu icon style -- */
/* - ＝ - */
.css-bar{
  display: inline-block;
  position: relative;
  bottom: 0;
  margin: 0 0 1em 0;
  padding: 0;
  background: #000;
  cursor: pointer;
}
.css-bar, .css-bar:before, .css-bar:after{
  width: 32px;
  height: 3px;
}
.css-bar:before, .css-bar:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: #000;
}
.css-bar:before{
  margin-top: -12px;
}
.css-bar:after{
  margin-top: 8px;
}
@media screen and (max-width:425px){	
.css-bar{
  bottom: 3.8em;
  margin: 0;
}
}
/* ----- main style ----- */
#content{
	width: 100%;
	overflow: hidden;
	margin: 0;
	/*box-sizing: border-box;
	display: block;*/
}
.subnav{
	padding: 0;
	background: url(../img/sabnav-bg.gif) left repeat-x #0065ab;
}
@media screen and (max-width:736px){
.subnav{
	display: none;
}
}
@media screen and (max-width:425px){	
/*#content .col-sm-12{
	padding: 0;
}*/
.subnav{
	display: none;
}
}
.main{
}
.eria01{
	max-width: 100%;
	min-height: 580px;
	padding: 2em 2em 0 4em;
	background: url(../img/warehouse-img.png) 50% no-repeat;
	background-size: 40%;
}

@media screen and (max-width:1920px){
.eria01{
	min-height: 700px;
}
}
@media screen and (max-width:1440px){
.eria01{
	min-height: 580px;
	background-size: 45%;
	background-position: 50% 50%;
}
}
@media screen and (max-width:1024px){
.eria01{
	min-height: 480px;
	background-size: 50%;
	background-position: 50% 50%;
}
}
@media screen and (max-width:768px){
.eria01{
	min-height: 520px;
	padding: 2em 2em 0 3em;
	background-size: 65%;
	background-position: 50% 60%;
}
}
@media screen and (max-width:425px){
.eria01{
	min-height: 450px;
	padding: 1.2em 2em 0 2em;
	background-size: 75%;
	background-position: 50% 65%;
}
}
@media screen and (max-width:320px){
.eria01{
	min-height: 360px;
	background-size: 65%;
	background-position: 50% 70%;
}
}
.eria01 .sunlight{
	position: absolute;
	top: 15%;
	left: 6em;
	background: url(../img/electrical-icon01.png) right center no-repeat;
	background-size: 70px;
}
.eria01 .storagebattery{
	position: absolute;
	top: 68%;
	left: 6em;
	background: url(../img/electrical-icon03.png) right center no-repeat;
	background-size: 70px;
}
.eria01 .powerconsumption{
	position: absolute;
	top: 15%;
	left: 30em;
	background: url(../img/electrical-icon02.png) left center no-repeat;
	background-size: 70px;
}
@media screen and (max-width: 2560px) {
}
@media screen and (max-width: 1920px) {
.eria01 .sunlight,.eria01 .storagebattery{
	background-position: 42% center;
	left: 20%;
}
.eria01 .sunlight{
	top: 18%;
}
.eria01 .powerconsumption{
	top: 18%;
	left: 57%;
}
}
@media screen and (max-width: 1536px) {
.eria01 .sunlight,.eria01 .storagebattery{
	background-position: 55% center;
	left: 18%;
}
.eria01 .sunlight{
	top: 20%;
}
.eria01 .powerconsumption{
	top: 20%;
	left: 54%;
}
}
@media screen and (max-width:1440px){
.eria01 .sunlight,.eria01 .storagebattery{
	left: 13%;
	background-position: 65% center;
}
.eria01 .sunlight{
	top: 16%;
}
.eria01 .powerconsumption{
	top: 16%;
	left: 54%;
}
}
@media screen and (max-width:1280px){
.eria01 .sunlight,.eria01 .storagebattery{
	background-position: 75% center;
}
.eria01 .powerconsumption{
	left: 36em;
}
}
@media screen and (max-width:1024px){
.eria01 .sunlight,.eria01 .storagebattery{
	background-position: 100% center;
}
.eria01 .sunlight,.eria01 .storagebattery{
	left: 4em;
}
.eria01 .powerconsumption{
	left: 29em;
	width: 50%;
	padding-left: 10%;
}
}
@media screen and (max-width:768px){
.eria01 .sunlight,.eria01 .storagebattery{
	width: 23%;
	left: 0;
	background-size: 50px;
}
.eria01 .storagebattery{
	width: 23%;
	top: 72%;
}
.eria01 .powerconsumption{
	left: 20em;
	background-size: 50px;
}
}
@media screen and (max-width:736px){
.eria01 .sunlight,.eria01 .storagebattery{
	width: 19%;
}
.eria01 .powerconsumption{
	width: 32%;
	left: 31em;
}
}
@media screen and (max-width:667px){
.eria01 .sunlight{
	width:20%;
}
.eria01 .storagebattery{
	width:20%;
}
.eria01 .powerconsumption{
	left: 27em;
}
}
@media screen and (max-width:640px){
.eria01 .powerconsumption{
	left: 25em;
}
}
@media screen and (max-width:568px){
.eria01 .sunlight{
	width:22%;
}
.eria01 .powerconsumption{
	left: 20em;
}
}
@media screen and (max-width:414px){
.eria01 .sunlight{
	width: 26%;
	top: 7em;
	left: -3.5em;
	background-size: 45px;
}
.eria01 .storagebattery{
	width: 23%;
	top: 23em;
	left: -3.5em;
	background-size: 45px;
}
.eria01 .powerconsumption{
	width: 38%;
	top: 7em;
	left: 14em;
	background-size: 45px;
	padding-left: 13%;
}
}
@media screen and (max-width:375px){
.eria01 .sunlight{
	width: 32%;
	top: 7em;
	left: -4.5em;
}
.eria01 .storagebattery{
	width: 30%;
	top: 23.5em;
	left: -4.5em;
}
.eria01 .powerconsumption{
	width: 40%;
	top: 7em;
	left: 11em;
}
}
@media screen and (max-width:360px){
.eria01 .powerconsumption{
	left: 10em;
}
}
@media screen and (max-width:320px){
.eria01 .sunlight{
	width: 28%;
	background-size: 30px;
}
.eria01 .storagebattery{
	width: 28%;
	top: 18em;
	background-size: 30px;
}
.eria01 .powerconsumption{
	left: 9em;
	background-size: 30px;
}
}
.nc-right{
	padding-left: 6em;
}
.numericvalue01{
	width: 20%;
	margin-left: 6em;
	padding-top: 1.5em;
}
.numericvalue01 p{
	font-weight: bold;
	line-height: 0.85;
	padding-right: .8em;
}
.numericvalue01 p.big-number{
	font-size: 300%;
}
.numericvalue01 p.big-number small{
	font-size: 25%;
	font-weight: normal;
}
@media screen and (max-width:1440px){
.numericvalue01{
	padding-right: 2.8em;
}
}
@media screen and (max-width:1024px){
.nc-right{
	padding-left: 4em;
}
.numericvalue01 p{
	padding-right: .2em;
}
}
@media screen and (max-width:425px){
.nc-right{
	padding-left: 4em;
}
.numericvalue01{
	padding-right: 3em;
}
.numericvalue01 p{
	font-size: 90%;
}
.numericvalue01 p.big-number{
	font-size: 160%;
}
.numericvalue01 p.big-number small{
	font-size: 15%;
	font-weight: normal;
}
}
.eria02{
	height: 100%;
	min-height: 100%;
	overflow: hidden;
	padding: 2em 2em 3.5em 2em;
	background: #f0f0f0;
}
.eria02 .btn-blue{
	width: 100%;
}
.eria02 ul.tab-btn01{
	position: absolute;
	right: 8%;
}
/*.eria02 .numericvalue02{
	margin-top: 3em;
}*/
@media screen and (max-width:768px){
.eria02{
	padding: 2em 1.5em 3.5em 1.5em;
}
}
@media screen and (max-width:425px){
.eria02{
	padding: 2em 2em 3.5em 2em;
}
}
.eria03{
	margin-bottom: 2em;
	padding: 2em 3em 0 4em;
}
.eria03 h3{
	border-bottom: none;
	padding-bottom: 0;
}
.eria03 ul.tab-btn01{
	position: absolute;
	top: 17%;
	right: 5%;
}
.eria03 ul.tab-btn02{
	text-align: center;
	padding-bottom: 10px;
}
.eria03 .configuration-btn{
	position: absolute;
	top: 15%;
	right: 16.5%;
}
.eria03 .pager{
	margin: .2em 0 0 1em;
}
ul.tab-btn01 li{
	display: table-cell;
	*display: inline;  
	*zoom: 1;
}
ul.tab-btn01 li a{
	font-size: 80%;
	text-decoration: none;
	padding: 0.5em 2.3em;
}
ul.tab-btn01 li a.btn-glay{
	background-color: #f1f1f1;
	border: 1px solid #d9d9d9;
	color: #000;
}
ul.tab-btn01 li a.btn-black{
	background-color: #5c5c5c;
	border: 1px solid #5c5c5c;
	color: #fff;
}
ul.tab-btn01 li a:hover.btn-black{
	color: #fff;
}
ul.tab-btn01 li a.btn-blue{
	background-color: #0065ab;
	border: 1px solid #0065ab;
	color: #fff;
}
ul.tab-btn01 li a:hover.btn-blue{
	color: #fff;
}
ul.tab-btn01 li a:hover{
	text-decoration: none;
	color: #000;
}
ul.tab-btn01 li a.btn-blue:after{
	border: none;
}
ul.tab-btn02 li{
	display: inline;
	font-size: 80%;
	text-decoration: none;
	padding: 1em 3em;
}
ul.tab-btn02 li.btn-glay{
	background-color: #f1f1f1;
	border: 1px solid #d9d9d9;
	color: #000;
}
ul.tab-btn02 li.btn-black{
	background-color: #5c5c5c;
	border: 1px solid #5c5c5c;
	color: #fff;
}
ul.tab-btn02 li.btn-blue{
	background-color: #0065ab;
	border: 1px solid #0065ab;
	color: #fff;
}
ul.tab-btn02 li.btn-blue:after {
	display: none;
}
ul.tab-btn02 li a{
	color: #fff;
}
ul.tab-btn02 li a:hover{
	text-decoration: none;
	color: #fff;
}
ul.tab-btn02 li.btn-glay a{
	color: #aaa;
}
/* - weather - */
.weatherbox{
	width: 100%;
	margin: 0;
}
.weatherbox ul li{
	width: 150px;
	display: table-cell;
	margin-right: 1em;
	padding: 1.5em 0 0 0;
	text-align: center;
}
.weatherbox ul li img{
	width: 65%;
}
.weatherbox ul li:first-child{
	background: url(../img/base-today.png) left top no-repeat;
	background-size: 100%;
}
.weatherbox ul li:last-child{
	margin-right: 0;
	background: url(../img/base-tomorrow.png) left top no-repeat;
	background-size: 100%;
}
.weatherbox p{
	margin-top: 2.8em;
	font-size: 95%;
	background: url(../img/weather-icon.png) 22% center no-repeat;
	background-size: 7%;
	padding-left: 14%;
}
.weatherbox p.two-temperatures{
	background: url(../img/weather-icon.png) 16% center no-repeat;
	background-size: 9%;
	padding-left: 10%;
}
.weatherbox p span.temperature-text1{
	font-size: 170%;
}
.weatherbox p span.temperature-text1:after{
	content: "°";
}
.weatherbox p span.temperature-text2:before{
	content: "/ ";
}
.weatherbox p span.temperature-text2{
	font-size: 95%;
}
.weatherbox p span.temperature-text2:after{
	content: "°";
}
@media screen and (max-width:1024px){
.weatherbox ul li{
	padding: 1em 0 0 0;
}
.weatherbox p{
	margin-top: 2em;
	font-size: 80%;
	padding-left: 10%;
	background-position: 15% center;
}
}
@media screen and (max-width:768px){
.weatherbox ul li{
	width: 90px;
	display: table;
	margin-right: 0;
	margin-bottom: .2em;
	padding: 1.2em 0 0 0;
}
.weatherbox ul li img{
	width: 65%;
	margin-bottom: .2em;
}
}
@media screen and (max-width:736px){
.weatherbox ul li{
	width: 110px;
	display: table-cell;
}
}
@media screen and (max-width:425px){
.weatherbox ul li{
	width: 110px;
	display: table-cell;
}
.weatherbox ul li img{
	width: 65%;
	margin-top: .2em;
	margin-bottom: .5em;
}
.weatherbox p{
	background: url(../img/weather-icon.png) 28% center no-repeat;
	background-size: 7%;
	padding-left: 14%;
}
}
/* - electric bill - */
.numericvalue02{
	width: 85%;
	font-weight: bold;
	margin: 0 0 0 15%;
}
.numericvalue02 p{
	display: table-cell;
	vertical-align: middle;
}
.numericvalue02 p.electric-tt{
	background: url(../img/icon02.gif) 0 center no-repeat;
	background-size: 20%;
	padding-left: 1.8em;
	padding-right: 1em;
}
.numericvalue02 p.big-number{
	font-size: 300%;
}
.numericvalue02 p.big-number small{
	font-size: 25%;
	font-weight: normal;
}
.btn-blue{
	width: 100%;
	font-size: 90%;
	padding: .1em 1em 0 0;
	position: relative;
	display: inline;
	white-space: nowrap;
	margin: 0 auto;
	line-height: 2.8em;
	border-radius: 0;		/* CSS3草案 */
	-webkit-border-radius: 0;	/* Safari,Google Chrome用 */
	-moz-border-radius: 0;	/* Firefox用 */
}
.btn-blue::after {
	display: block;
	content: '';
	position: absolute;
}
.btn-blue::after {
	z-index: 1;
	top: 1.2em;
	right: 10%;
	width: 6px;
	height: 6px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media screen and (max-width:1024px){
.numericvalue02 p.electric-tt{
	font-size: 90%;
}
.numericvalue02 p.big-number{
	font-size: 280%;
}
}
@media screen and (max-width:768px){
.numericvalue02{
	text-align: right;
}
.numericvalue02 p{
	display: inline;
}
.numericvalue02 p.electric-tt{
	font-size: 100%;
	background-size: 14.5%;
	margin-right: 45%;
	padding-left: 1em;
}
/*.btn-blue::after {
	right: 15%;
}*/
}
@media screen and (max-width:736px){
.numericvalue02{
	width: 50%;
	margin: 0;
}
}
@media screen and (max-width:425px){
.numericvalue02{
	width: 75%;
	margin: 0 auto;
}
.numericvalue02 p{
	display: table-cell;
}
.numericvalue02 p.electric-tt{
	background-size: 20%;
	padding-left: 1.8em;
	padding-right: 1em;
}
/*.btn-blue::after {
	right: 35%;
}*/
}
@media screen and (max-width:320px){
/*.btn-blue::after {
	right: 30%;
}
}
.change-box{
	border: 1px solid #d6d6d6;
	padding: 5em 3em 4em 3em;
	border-radius: 5px;		/* CSS3草案 */
	/*-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	/*-moz-border-radius: 5px;	/* Firefox用 */
}
/* -- sab menu icon style -- */
#sabmenu {
	height: 62px;
	margin: 0 auto;
	padding: 1px 0 0 0;
}
#sabmenu li {
  position: relative;
  top:0;
  left: 0;
  width: 18.8%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  border: 1px solid #0065ab;
  border-top: none;
  border-bottom: none;
  border-right: none;
}
#sabmenu li.leftborder-none {
	border-left: none;
}
#sabmenu li:last-child {
  border-right: 1px solid #0065ab;
}
#sabmenu li a {
  display: block;
  margin: 0;
  padding: 24px 0 23px 0;
  background: #fff;
  color: #0065ab;
  font-size: 95%;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
#sabmenu li ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
}
#sabmenu li ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  transition: .2s;
}
#sabmenu li ul li a {
	padding: 13px 15px;
	background: #fff;
	border: 1px solid #0065ab;
	border-left: none;
	text-align: left;
	font-size: 85%;
	font-weight: normal;
}
#sabmenu li ul li:nth-child(2) a {
	border-right: none;
}
#sabmenu > li:hover > a {
	background: #0065ab;
	color: #fff;
	padding: 24px 0;
}
#sabmenu > li:hover li:hover > a {
	background: #00497c;
	color: #fff;
}
#sabmenu > li:hover > ul > li {
  overflow: visible;
  height: 38px;
}
ul.order-list01{
	margin: 1.2em 0 0 0;
	font-size: 90%;
}
ul.order-list01 li:nth-child(odd),ul.order-list01 li label{
	margin: 0 .3em 0 1.2em;
	padding: .8em 1.2em;
	background: #0065ab;
	color:#fff;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px; /* Firefox用 */
}
ul.order-list01 li:nth-child(even){
	border: 1px solid #eee;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px; /* Firefox用 */
}
ul.order-list01 li.dropdown ul.dropdown-menu li,ul.order-list01 li.dropdown ul.dropdown-menu li a{
	padding: .2em 0;
	background: #fff;
	border:none;
}
ul.order-list01 li.dropdown ul.dropdown-menu li:nth-child(even){
	padding-left: 1em;
}
ul.order-list01 li.dropdown ul.dropdown-menu li:last-child{
	border-bottom: none;
}
ul.order-list01 li.form-group{
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	display: block;
}
ul.order-list01 li label{
	font-weight: normal;
	float: left;
}
ul.order-list01 li input[type="Component"]{
	width: auto;
	height: 2.7em;
	border: 1px solid #eee;
}

ul.order-list02{
	margin: 2% 0 0 45%;
	font-size: 90%;
}
ul.order-list02 li:nth-child(1){
	margin: 0 .3em 0 1.2em;
	padding: .8em 1.2em;
	background: #0065ab;
	color:#fff;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px; /* Firefox用 */
}
ul.order-list02 li{
	border: 1px solid #eee;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px; /* Firefox用 */
}

div.order-list03{
	margin: 0;
	font-size: 90%;
}
div.order-list03 .menulist_tt{
	float: left;
	font-weight: normal;
	margin: 0 .3em 0 1.2em;
	padding: .8em 1.2em;
	background: #0065ab;
	color:#fff;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px; /* Firefox用 */
}
div.order-list03 .menulist_box{
	text-align: left;
	border: 1px solid #eee;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px; /* Firefox用 */
}
div.order-list03 .form-group,
div.order-list03 .btn-group{
	text-align: left;
	margin: 0 0 1em 0;
	padding: 0;
	border: none;
	background: none;
}
div.order-list03 .btn-group{
	margin-right: 1em;
}
div.order-list03 .form-group label{
	font-weight: normal;
}
div.order-list03 .form-group input[type="Component"],
div.order-list03 .form-group input[type="text"]{
	display: block;
	width: auto;
	margin: 0;
	height: 2.7em;
	border: 1px solid #eee;
}
div.order-list03 .form-group input[type="text"]{
	width: 90%;
}
div.order-list03 p{
	margin-top: 1em;
	padding-left: 1.5em;
}
@media screen and (max-width:736px){	
#sabmenu li {
  width: 25%;
}
#sabmenu li:last-child {
  margin-right: 0;
}
}
.graph-title-left{
	float: left;
}
.graph-listbox{
	position:absolute;
	left:55%;
}
#graphbox-left{
	clear: both;
	margin-top: 195px;
	padding: 0;
	background: url(../img/grid-power_bg.gif) 88% 24% no-repeat;
}
.grid-power{
	width: 70%;
	text-align: center;
	margin-bottom: 16px;
	padding: .5em 0;
	border: 1px solid #dbdbdb;
	border-radius: 3px;		/* CSS3草案 */
	-webkit-border-radius: 3px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 3px; /* Firefox用 */
}
.grid-power img{
	width: 50%;
	margin: 1.3em 2em;
}
.grid-power p{
	font-weight: 500;
	line-height: 0.85;
}
.grid-power p.big-number{
	font-size: 220%;
}
.grid-power p.big-number small{
	font-size: 25%;
}
.graph-legend{
	width: 70%;
	padding: 1.2em 0 0 0;
	font-size: 80%;
	border: 1px solid #dbdbdb;
	line-height: 2.5;
}
.graph-legend ul{
	padding: 0;
}
.graph-legend ul li{
	margin-left: 2.5em;
	padding-left: 1.45em;
}
.graph-legend ul li:nth-child(1){
	background: url(../img/graph-legend01.gif) left center no-repeat;
}
.graph-legend ul li:nth-child(2){
	background: url(../img/graph-legend02.gif) left center no-repeat;
}
.graph-legend ul li:nth-child(3){
	background: url(../img/graph-legend03.gif) left center no-repeat;
}
.graph-legend ul li:nth-child(4){
	background: url(../img/graph-legend05.gif) left center no-repeat;
}
.graph-legend ul li:nth-child(5){
	background: url(../img/graph-legend04.gif) left center no-repeat;
}
.graph-list-tt{
	color: #fff;
	padding: 0 0.4em 0 0.8em;
	background: #0065ab;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px; /* Firefox用 */

}
#graphbox-right{
	margin-top: 40px;
}
.power-box{
	width: 100%;
	display: inline-block;
	margin-bottom: 16px;
	padding: 1.2em .8em .2em .8em;
	border: 1px solid #dbdbdb;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px; /* Firefox用 */
	background: -moz-linear-gradient(top, #fff, #f5f5f5);　/* Firefox用 */  
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f5f5));　/* Safari,Google Chrome用 */
}
.power-box h3{
	color:#0065ab;
	font-size: 90%;
	font-weight: bold;
}
.power-box h3.weather_tt{
	float: left;
	padding-right: 1em;
	line-height: 2.2;
}
.power-box h3.battery_tt{
	margin: 0;
	padding: 0;
	line-height: 2;
	text-align: left;
}
.power-box h3.battery_tt2{
	font-size: 70%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 2.4;
	color: #000;
	text-align: left;
}
.power-box h3.sunlight_tt{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	line-height: .8;
}
.power-box ul{
	clear: both;
	margin: 0 0 .6em .8em;
	padding: 0;
}
.power-box ul li{
	text-align: center;
	display: inline-block;
	margin-right: .5em;
	padding-right: .5em;
	padding-bottom: .5em;
	border-right: 1px solid #ececec;
}
.power-box ul li:last-child {
	padding-right: 0;
	border-right: none;
	margin-right:0;
}
.power-box div.battery{
	display: inline-block;
	margin: 0 0 0 .8em;
	padding: 0;
	text-align: center;
}
.power-box img.weather-img{
	float: left;
	padding: .4em 1em;
}
.power-box p.temperature1{
	font-size: 220%;
	font-weight: 600;
	display: inline;
	line-height: 2.2;
}
.power-box p.temperature2{
	font-size: 95%;
	font-weight: 600;
	display: inline;
}
.power-box p.temperature2:before {
    content: "/ ";
}
.power-box h3.p-consumption_tt{
	clear: both;
	float: left;
	margin-left: .5em;
	padding-right: 1em;
	line-height: 1.3;
}
.power-box h3.p-consumption_tt2{
	clear: both;
	float: left;
	margin-top: .5em;
	margin-left: .5em;
	padding-right: 1em;
	line-height: 1.3;
}
.power-box p.big-number{
	font-size: 220%;
	font-weight: 600;
	text-align: right;
	margin-top: .3em;
	margin-right: .1em;
}
.power-box p.big-number small{
	font-size: 25%;
	font-weight: normal;
}
.power-box p.big-number2{
	font-size: 160%;
	font-weight: normal;
	color: #9f9f9f;
	text-align: right;
	margin-top: .3em;
	margin-right: .1em;
}
.power-box p.big-number2 small{
	font-size: 15%;
	font-weight: normal;
}
.power-box p.adjustment01{
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 1.5;
}
.power-box p.adjustment02{
	margin: 0;
	padding: 0;
	line-height: .8;
}
.power-box .adjustment03{
	text-align: right;
}
@media screen and (max-width:1440px){
#graphbox-left{
	margin-top: 215px;
}
}
@media screen and (max-width:1280px){
#graphbox-left{
	margin-top: 180px;
}
}
@media screen and (max-width:1024px){
#graphbox-left{
	display: block;
	margin-top: 148px;
	background-size: 18%;
}
.grid-power img{
	margin: 1em 2em;
}
.grid-power p{
	font-size: 85%;
}
.grid-power p.big-number{
	font-size: 180%;
}
.grid-power p.big-number small{
	font-size: 20%;
}
.graph-legend{
	line-height: 2;
	font-size: 75%;
}
.graph-legend ul li{
	margin-left: 1.85em;
}
}
/* ----- footer style ----- */
footer{
    width: 100%;
	overflow: hidden;
	text-align: left;
	font-size: 90%;
	padding: 2em 0 3em 0;
	/*border-top: 1px solid #f0f0f0;*/
	color: #fff;
	background: #0065ab;
}
footer ul li{
	position: relative;
	display: inline;
	white-space: nowrap;
	margin: 0 auto;
	padding-right: 1.8em;
	line-height: 1.6em;
}
footer ul li::after,
footer ul li::before {
	display: block;
	content: '';
	position: absolute;
}
footer ul li::after {
	top: .1em;
	left: -1.2em;
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 100%;
}
footer ul li::before {
	z-index: 1;
	top: .35em;
	left: -1.04em;
	width: 4px;
	height: 4px;
	border-right: 1px solid #0065ab;
	border-bottom: 1px solid #0065ab;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
footer ul li:last-child{
	margin-right: 0;
}
footer ul li a{
	color: #fff;
}
footer ul li a:hover{
	color: #fff;
	text-decoration: underline;
}
footer address{
	font-size: 80%;
	margin-left: 2.5em;
}
@media screen and (max-width:425px){	
footer ul li{
	display: block;
}
footer ul li::after {
	top: .4em;
}
footer ul li::before {
	top: .65em;
}
}
/* ----- sitemap style ----- */
.sitemap ul li ul {
  margin-top: .5em;
  margin-bottom: .75em;
  margin-left: 18px;
}
 
.sitemap ul li ul li {
  margin-bottom: .25em;
  position: relative;
}
 
.sitemap ul li ul li::before {
  content: "";
  position: absolute;
  top: -0.5em;
  left: -16px;
  width: 10px;
  height: calc(100% + .75em);
  border-left: 1px solid #3972b2;
}
 
.sitemap ul li ul li:last-child::before {
  height: calc(1em + .25em);
}
 
.sitemap ul li ul li::after {
  content: "";
  position: absolute;
  top: .75em;
  left: -16px;
  width: 10px;
  border-bottom: 1px solid #3972b2;
}

.integrated-power-box{
	width: 19.5%;
	display: inline-block;
	margin-bottom: 16px;
	padding: 1.2em .8em .2em .8em;
	border: 1px solid #dbdbdb;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px; /* Firefox用 */
	background: -moz-linear-gradient(top, #fff, #f5f5f5);　/* Firefox用 */  
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f5f5));　/* Safari,Google Chrome用 */
}
.integrated-power-box h3{
	color:#0065ab;
	font-size: 90%;
	font-weight: bold;
}
.integrated-power-box ul{
	clear: both;
	margin: 0 0 .6em .8em;
	padding: 0;
}
.integrated-power-box ul li{
	text-align: center;
	display: inline-block;
	margin-right: .5em;
	padding-right: .5em;
	padding-bottom: .5em;
	border-right: 1px solid #ececec;
}
.integrated-power-box ul li:last-child {
	padding-right: 0;
	border-right: none;
	margin-right:0;
}
.integrated-power-box div.battery{
	display: inline-block;
	margin: 0 0 0 .8em;
	padding: 0;
	text-align: center;
}

.integrated-power-box p.temperature1{
	font-size: 220%;
	font-weight: 600;
	display: inline;
	line-height: 2.2;
}
.integrated-power-box p.temperature2{
	font-size: 95%;
	font-weight: 600;
	display: inline;
}
.integrated-power-box p.temperature2:before {
    content: "/ ";
}
.integrated-power-box h3.p-consumption_tt{
	clear: both;
	float: left;
	margin-left: .5em;
	padding-right: 1em;
	line-height: 1.3;
}
.integrated-power-box h3.p-consumption_tt2{
	clear: both;
	float: left;
	margin-top: .5em;
	margin-left: .5em;
	padding-right: 1em;
	line-height: 1.3;
}
.integrated-power-box p.big-number{
	font-size: 180%;
	font-weight: 600;
	text-align: center;
	margin-top: .3em;
	margin-right: .1em;
}
.integrated-power-box p.big-number small{
	font-size: 25%;
	font-weight: normal;
}
.integrated-power-box p.big-number2{
	font-size: 160%;
	font-weight: normal;
	color: #9f9f9f;
	text-align: right;
	margin-top: .3em;
	margin-right: .1em;
}
.integrated-power-box p.big-number2 small{
	font-size: 15%;
	font-weight: normal;
}
.integrated-power-box p.adjustment01{
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 1.5;
}
.integrated-power-box p.adjustment02{
	margin: 0;
	padding: 0;
	line-height: .8;
}
.integrated-power-box .adjustment03{
	text-align: center;
}

.setmargin-menu{
	margin-left: 15px;
}

.box_peakshift_period{
	display: inline-block;
}

.add_halfmark{
	width: 44px;
    height: 34px;
    padding-top: 5px;
}

.tenchi-center{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
}

.meter2-box{
	width: 100%;
	height: 80%;
}
