@charset utf-8;

/* -------------------------------------------
 * initialize
 */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}


article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display:block;
}

ul li {
  list-style: none;
}

input, select {
  vertical-align: middle;
}

.hide {
  display: none;
}

.clear {
  clear: both;
}

.float-left {
  float: left;
  display: inline;
}
.float-right {
  float: right !important;
  display: inline;
}

.clearfix:before, .clearfix:after{content:""; display:table;}
.clearfix:after{clear:both;}
.clearfix{zoom:1;}


/* --------------------------------------------------
 * common styles
 */

body {
  font-family: Meiryo, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", sans-serif;
  color: #444444;
  overflow: auto;
}

@media screen and (min-width: 1900px) {
  body {
    overflow: hidden;
  }
}

* {
  box-sizing: border-box;
}

/* --------------------------------------------------
 * layout
 */

#enewatch {
  position: relative;
  width: 1920px;
  height: 1080px;
}

#enewatch time {
  display: block;
  width: 100%;
  height: 51px;
  padding: 0 40px;
  text-align: right;
  color: #FFFFFF;
  font: bold 26px/51px Meiryo;
  background-color: #254210;
}

#enewatch .left {
  float: left;
  width: 1280px;
  height: 1030px;
  overflow: hidden;
  background-color: #DDDDDD;
}

#enewatch .left .logo {
  float: left;
  width: 638px;
  height: 308px;
  margin: 0 1px 1px 0;
}

#enewatch .left .total {
  position: relative;
  float: right;
  height: 308px;
  margin: 0 1px 1px 0;
  padding: 20px 0 0;
  overflow: hidden;
  background: #FFFFFF url(img/total-bg.png) no-repeat 0 0;
}

#enewatch .left .total dl {
  display: table;
  width: 580px;
  height: 74px;
  margin: 0 30px;
  overflow: hidden;
}

#enewatch .left .total dl dt {
  display: table-cell;
  height: 74px;
  text-align: left;
  vertical-align: top;
  font: bold 28px/30px Meiryo;
}

#enewatch .left .total dl dt span {
  font-size: 20px;
}

#enewatch .left .total dl dt sup {
  font-size: 18px;
  line-height: 0;
}

#enewatch .left .total dl dd {
  display: table-cell;
  padding: 20px 0 0;
  text-align: right;
  vertical-align: middle;
}

#enewatch .left .total dl dd span:first-child {
  color: #55A51C;
  font: bold 45px/45px Meiryo;
}

#enewatch .left .total dl dd span.decimal {
  color: #55A51C;
  font: bold 22px/45px Meiryo;
}

#enewatch .left .total dl dd span.unit {
  font: normal 22px/45px Meiryo;
}

#enewatch .left .total .bottom {
  margin: 6px 0 0;
  padding: 14px 0 0 30px;
  border-top: 3px solid #55A51C;
  font: bold 22px/30px Meiryo;
  letter-spacing: -0.02em;
}

#enewatch .left .total .bottom span {
  dispaly: inline-block;
  margin: 0 5px 0 0;
}

#enewatch .left .total .bottom span span {
  color: #55A51C;
}

#enewatch .left .total .bottom span.plants span {
  font-size: 30px;
}

#enewatch .left .images {
  position: relative;
  width: 1280px;
  height: 720px;
  overflow: hidden;
}

#enewatch .left .images ul {
  width: 1280px;
  height: 720px;
}

#enewatch .left .images ul li {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#enewatch .left .images ul li.current {
  z-index: 2;
}

#enewatch .left .images .blind {
  position: absolute;
  top: 0;
  left: 0;
  width: 1280px;
}

#enewatch .left .images .blind li {
  position: relative;
  float: left;
  width: 128px;
  height: 720px;
  background-color: #FFFFFF;
  opacity: 0;
}

@keyframes fade-out {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

@-webkit-keyframes fade-out {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

#enewatch .left .images .fade-out {
  animation: fade-out 300ms 1 forwards;
  -webkit-animation: fade-out 300ms 1 forwards;
}

#enewatch .right {
  float: right;
  width: 640px;
  height: 1030px;
  background-color: #55A51C;
}

#enewatch .right .name {
  display: table;
  width: 640px;
  height: 110px;
  background: url(img/name-bg.png) no-repeat 0 0;
}

#enewatch .right .name p {
  display: table-cell;
  padding: 0 0 0 34px;
  vertical-align: middle;
  color: #FFFFFF;
  font: bold 34px/48px Meiryo;
}

#enewatch .right .name .weather {
  display: table-cell;
  padding: 0 30px 0 0;
  text-align: right;
  color: #FFFFFF;
  font-size: 30px;
  line-height: 110px;
}

#enewatch .right .name .weather img {
  display: none;
  width: 75px;
  height: auto;
  vertical-align: middle;
}

#enewatch .right .detail {
  position: relative;
  height: 912px;
  margin: 0 8px;
  padding: 30px 25px 0;
  background-color: #FFFFFF;
}

#enewatch .right .detail .images {
  position: relative;
  float: left;
  width: 250px;
  height: 250px;
  overflow: hidden;
}

#enewatch .right .detail .images .wrap {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 260px;
  height: 250px;
}

#enewatch .right .detail .address {
  float: right;
  width: 304px;
  height: 40px;
  font: bold 22px/22px Meiryo;
}

#enewatch .right .detail .specs1 {
  float: right;
  width: 304px;
  height: 210px;
  padding: 16px 0;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  overflow: hidden;
}

#enewatch .right .detail .specs1 dt {
  float: left;
  width: 140px;
  height: 48px;
  font: bold 22px/48px Meiryo;
}

#enewatch .right .detail .specs1 dd {
  float: right;
  width: 164px;
  height: 48px;
  text-align: right;
  color: #55A51C;
  font: 22px/48px Meiryo;
}

#enewatch .right .detail .specs2 {
  clear: both;
  position: relative;
  width: 574px;
  /*transition: height 300ms linear 0ms !important;*/
}

#enewatch .right .detail .specs2 .panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 574px;
  overflow: hidden;
  background-color: #FFFFFF;
  z-index: 1;
}

#enewatch .right .detail .specs2 .panel.current {
  display: block;
  left: 0;
  z-index: 2;
}

#enewatch .right .detail .specs2 .panel.effect1 {
  left: 574px;
}

#enewatch .right .detail .specs2 .panel.effect1.current {
  left: 0;
}

@keyframes zoom-fade {
  0% {opacity: 1; transform: scale(1);}
  100% {opacity: 0; transform: scale(1.2);}
}

@-webkit-keyframes zoom-fade {
  0% {opacity: 1; -webkit-transform: scale(1);}
  100% {opacity: 0; -webkit-transform: scale(1.2);}
}

#enewatch .right .detail .specs2 .panel.effect2.fire-zoom-fade {
  position: absolute;
  top: 0;
  left: 0;
  animation: zoom-fade 800ms linear 1 forwards; 
  -webkit-animation: zoom-fade 800ms linear 1 forwards; 
}

@keyframes turnY-1 {
  0% {opacity: 1; transform: rotateY(0deg);}
  100% {opacity: 0.6; transform: rotateY(90deg);}
}

@keyframes turnY-2 {
  0% {opacity: 0.6; transform: rotateY(270deg);}
  100% {opacity: 1; transform: rotateY(360deg);}
}

@-webkit-keyframes turnY-1 {
  0% {opacity: 1; -webkit-transform: rotateY(0deg);}
  100% {opacity: 0.6; -webkit-transform: rotateY(90deg);}
}

@-webkit-keyframes turnY-2 {
  0% {opacity: 0.6; -webkit-transform: rotateY(270deg);}
  100% {opacity: 1; -webkit-transform: rotateY(360deg);}
}

#enewatch .right .detail .specs2 .panel.effect3 {
  display: none;
}

#enewatch .right .detail .specs2 .panel.effect3.current {
  display: block;
}

#enewatch .right .detail .specs2 .panel.effect3.fire-turnY-1 {
  animation: turnY-1 500ms linear 1 forwards;
  -webkit-animation: turnY-1 500ms linear 1 forwards;
}

#enewatch .right .detail .specs2 .panel.effect3.fire-turnY-2 {
  display: block;
  animation: turnY-2 500ms linear 1 forwards;
  -webkit-animation: turnY-2 500ms linear 1 forwards;
}

#enewatch .right .detail .specs2 .panel.effect5 {
  overflow: hidden;
}

#enewatch .right .detail .specs2 .panel.effect5 .wrap {
  width: 574px;
}

@keyframes flip1 {
  0% {width: 574px;}
  100% {width: 0;}
}

@-webkit-keyframes flip1 {
  0% {width: 574px;}
  100% {width: 0;}
}

#enewatch .right .detail .specs2 .panel.effect5.fire-flip1 {
  animation: flip1 1.1s ease-in-out 1 forwards;
  -webkit-animation: flip1 1.1s ease-in-out 1 forwards;
}

@keyframes flip2 {
  0% {left: 600px; width: 1px; transform: rotate(0);}
  80% {opacity: 1;}
  100% {left: -400px; width: 400px; transform: rotate(1deg); opacity: 0;}
}

@keyframes flip2-2 {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

@-webkit-keyframes flip2 {
  0% {left: 600px; width: 1px; -webkit-transform: rotate(0);}
  90% {opacity: 1;}
  100% {left: -300px; width: 300px; -webkit-transform: rotate(1deg); opacity: 0;}
}

@-webkit-keyframes flip2-2 {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

#enewatch .right .detail .specs2 .effect5-under {
  position: absolute;
  top: -20px;
  left: 0;
  height: 240px;
  border-radius: 5px;
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
  background: -moz-linear-gradient(left, #FFFFFF, #F3F3F3 70%, #F8F8F8);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(0.7, #F3F3F3), to(#F8F8F8));
  z-index: 3;
  transform-origin: right top;
  animation: flip2 1s ease-in-out 1 forwards;
  -webkit-animation: flip2 1s ease-in-out 1 forwards;
}

#enewatch .right .detail .specs2 dl {
  position: relative;
  height: 42px;
  margin: 0 0 14px;
  border-bottom: 3px solid #CCCCCC;
}

#enewatch .right .detail .specs2 dl dt {
  position: absolute;
  top: 0;
  left: 0;
  height: 42px;
  padding: 4px 10px 0;
  border-bottom: 3px solid #55A51C;
  font: bold 24px/32px Meiryo;
}

#enewatch .right .detail .specs2 dl dd {
  width: 100%;
  padding: 0 10px;
  text-align: right;
  color: #55A51C;
  font: bold 36px/36px Meiryo;
  letter-spacing: -0.02em;
}

#enewatch .right .detail .specs2 dl dd .decimal {
  font-size: 60%;
}

#enewatch .right .detail .specs2 dl dd .unit {
  display: inline-block;
  margin: 0 0 0 10px;
  color: #444444;
  font-size: 60%;
  font-weight: normal;
  letter-spacing: 0;
}

#enewatch .right .detail .specs2 .analog {
  margin: 0 0 20px;
  overflow: hidden;
}

#enewatch .right .detail .specs2 .analog dl {
  float: left;
  width: 272px;
  height: 62px;
  margin: 0;
}

#enewatch .right .detail .specs2 .analog dl:nth-child(even) {
  float: right;
}

#enewatch .right .detail .specs2 .analog dl dt {
  height: 62px;
  padding: 10px 4px 0;
  font: bold 20px/52px Meiryo;
  transition: font-size 300ms linear 0ms;
}

#enewatch .right .detail .specs2 .analog dl dt.l2 {
  font: bold 20px/24px Meiryo;
}

#enewatch .right .detail .specs2 .analog dl dd {
  padding: 20px 0 0;
  font: bold 30px/30px Meiryo;
}

#enewatch .right .detail .specs2 .analog dl dd .decimal {
  font-size: 20px;
}

#enewatch .right .detail .specs2 .output,
#enewatch .right .detail .specs2 .today {
  height: 56px;
}

#enewatch .right .detail .specs2 .output dt,
#enewatch .right .detail .specs2 .today dt {
  height: 56px;
  padding: 12px 10px 0;
}

#enewatch .right .detail .specs2 .output dt.l2,
#enewatch .right .detail .specs2 .today dt.l2 {
  height: 56px;
  padding: 0 10px;
  line-height: 24px;
}

#enewatch .right .detail .specs2 .output dd,
#enewatch .right .detail .specs2 .today dd {
  height: 56px;
  font: bold 50px/42px Meiryo;
}

#enewatch .right .detail .daily {
  position: absolute;
  top: 565px;
  left: 0;
  width: 100%;
  padding: 0 25px;
}

#enewatch .right .detail .daily dt {
  height: 55px;
  margin: 0 0 20px;
  border: 2px solid #55A51C;
  text-align: center;
  font: bold 28px/55px Meiryo;
}

#daily-graph {
  position: relative;
  height: 253px;
  overflow: hidden;
}

#daily-graph .panel {
  position: absolute;
  top: 0;
  left: 574px;
  width: 574px;
  height: 253px;
}

#daily-graph .panel.current {
  left: 0;
}

#daily-graph svg {
  width: 100%;
  height: 235px;
  background: url(img/graph-bg.png) no-repeat right 0;
}

#daily-graph svg rect.inner {
  stroke: #95CF6D;
  stroke-width: 1px;
}

#daily-graph .kwh {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
}

#daily-graph .kwh li {
  position: absolute;
  right: 0;
  font: 11px/11px Meiryo;
  text-align: right:
  white-space: nowrap;
}

#daily-graph .kwh li:first-child {top: 7px;}
#daily-graph .kwh li:nth-child(2) {top: 30px;}
#daily-graph .kwh li:nth-child(3) {top: 80px;}
#daily-graph .kwh li:nth-child(4) {top: 130px;}
#daily-graph .kwh li:nth-child(5) {top: 180px;}
#daily-graph .kwh li:nth-child(6) {top: 230px;}

#daily-graph .days {
  position: absolute;
  left: 55px;
  bottom: 0;
  width: 519px;
  height: 11px;
}

#daily-graph .days li {
  position: absolute;
  bottom: 0;
  font: 11px/11px Meiryo;
}

#daily-graph .days li:first-child {right: 0;}
#daily-graph .days li:nth-child(2) {left: 28px;}
#daily-graph .days li:nth-child(3) {left: 85px;}
#daily-graph .days li:nth-child(4) {left: 142px;}
#daily-graph .days li:nth-child(5) {left: 199px;}
#daily-graph .days li:nth-child(6) {left: 256px;}
#daily-graph .days li:nth-child(7) {left: 313px;}
#daily-graph .days li:nth-child(8) {left: 370px;}
#daily-graph .days li:nth-child(9) {left: 427px;}

