@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@font-face {
  font-family: 'icomoon';
  src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), 
  url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), 
  url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), 
  url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), 
  url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 icomoon;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 9, ../sass/common.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1;
}

/* line 14, ../sass/common.scss */
html {
  font-size: 62.5%;
  color: #2a2a2a;
}

/* line 20, ../sass/common.scss */
a, a:hover {
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #000;
  text-decoration: none;
}

/* line 26, ../sass/common.scss */
a:hover {
  color: #fc7919;
}
/* line 28, ../sass/common.scss */
a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* line 33, ../sass/common.scss */
hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 40, ../sass/common.scss */
hr {
  border-top: 1px solid #804f21;
  border-bottom: 1px solid #e6e6e6;
  margin: 0 0 60px 0;
}

/* line 46, ../sass/common.scss */
body {
  font-size: 1.4rem;
  overflow: hidden;
  overflow-x: hidden;
  background: #fff;
  min-width: 1024px;
}

/* line 53, ../sass/common.scss */
.spOnly {
  display: none;
}

/* line 56, ../sass/common.scss */
[class^="icon-"], [class*=" icon-"] {
  margin: 0 5px;
}

/* line 62, ../sass/common.scss */
.colorR {
  color: #df0a0a;
}

/* line 63, ../sass/common.scss */
.colorG {
  color: #1d973d;
}

/* line 64, ../sass/common.scss */
.colorB {
  color: #1d5997;
}

/* line 71, ../sass/common.scss */
.btn {
  display: inline-block;
  background: #fff;
  border: 1px solid #c2c2c2;
  padding: 0.5em 1em 0.5em;
  text-align: center;
  line-height: 1;
  color: #333;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 3px 0 0 #c2c2c2;
  -webkit-box-shadow: 0 3px 0 0 #c2c2c2;
  box-shadow: 0 3px 0 0 #c2c2c2;
  cursor: pointer;
}
.btn:hover{
  color: #fc7919;
}

/* line 81, ../sass/common.scss */
.btn.black {
  background: #4a4a4a;
  color: #fff;
  border: 1px solid #4a4a4a;
  -moz-box-shadow: 0 3px 0 0 #0f0f0f;
  -webkit-box-shadow: 0 3px 0 0 #0f0f0f;
  box-shadow: 0 3px 0 0 #0f0f0f;
}
/* line 87, ../sass/common.scss */
.btn.orange {
  background: #eb7a0c;
  color: #fff;
  border: 1px solid #eb7a0c;
  -moz-box-shadow: 0 3px 0 0 #bc620a;
  -webkit-box-shadow: 0 3px 0 0 #bc620a;
  box-shadow: 0 3px 0 0 #bc620a;
}
/* line 93, ../sass/common.scss */
.btn.now {
  /*background: #b2b2b2;*/
  background: #3685CE;
  color: #FFFFFF;
  border-color: #b2b2b2;
  -moz-box-shadow: 0 3px 0 0 #b2b2b2;
  -webkit-box-shadow: 0 3px 0 0 #b2b2b2;
  box-shadow: 0 3px 0 0 #b2b2b2;
}
/* line 98, ../sass/common.scss */
.btn.disable {
  background: #b2b2b2;
  border-color: #b2b2b2;
  -moz-box-shadow: 0 3px 0 0 #b2b2b2;
  -webkit-box-shadow: 0 3px 0 0 #b2b2b2;
  box-shadow: 0 3px 0 0 #b2b2b2;
  color: #fff;
}
/* line 104, ../sass/common.scss */
.btn.gray {
  background: #c0c0c0;
  border: 1px solid #c0c0c0;
  -moz-box-shadow: 0 3px 0 0 #868686;
  -webkit-box-shadow: 0 3px 0 0 #868686;
  box-shadow: 0 3px 0 0 #868686;
  font-size: 16px;
  cursor: pointer;
  -moz-user-select: -moz-none;
}

/* line 116, ../sass/common.scss */
body.map .container {
  height: 100%;
  /*width: 100%;*/
}
/* line 119, ../sass/common.scss */
body.map .mapArea {
  width: 50%;
  height: 100%;
  background: #fff;
  float: right;
  padding-top: 0vh;
  overflow-y: hidden;
}

/* line 139, ../sass/common.scss */
body.map .mapArea header .tenpo {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 50px;
}
/* line 146, ../sass/common.scss */
body.map .mapArea header .bukkenName {
  position: absolute;
  top: 30px;
  left: 280px;
  font-size: 14px;
  padding-top: 12px;
}

/* line 154, ../sass/common.scss */
body.map .mapArea header .btn {
  font-size: 16px;
}
/* line 157, ../sass/common.scss */
body.map .mapArea header .btn.refresh {
  position: absolute;
  top: 30px;
  right: 30px;
}
/* line 162, ../sass/common.scss */
body.map .mapArea header .btn.zenkoku {
  position: absolute;
  top: 30px;
  right: 140px;
}
/* line 169, ../sass/common.scss */
body.map .mapArea .mapBase {
  width: 100%;
  margin-top: -20px;
  position: relative;
  z-index: 1;
}
/* line 172, ../sass/common.scss */
body.map .mapArea .mapBase img {
  width: 100%;
  height: auto;
}
/* line 176, ../sass/common.scss */
body.map .mapArea .mapBase .btn {
  position: absolute;
  width: 15%;
  font-size: 16px;
  font-size: 1.33333vw;
}

body.map .mapArea .mapBase .bukkenNameMap {
  position: absolute;
  top: 26px;
  left: 20px;
  font-size: 50px;
  padding-top: 12px;
}

/* line 183, ../sass/common.scss */
body.map .mapArea .mapBase .btn.hokkaido {
  left: 78.83333%;
  top: 8.75%;
}
/* line 184, ../sass/common.scss */
body.map .mapArea .mapBase .btn.touhoku {
  left: 71.16667%;
  top: 35.71429%;
}
/* line 185, ../sass/common.scss */
body.map .mapArea .mapBase .btn.kantou {
  left: 70.66667%;
  top: 69.10714%;
}
/* line 186, ../sass/common.scss */
body.map .mapArea .mapBase .btn.cyubu {
  left: 55%;
  top: 60.17857%;
}
/* line 187, ../sass/common.scss */
body.map .mapArea .mapBase .btn.shikoku {
  left: 16.83333%;
  top: 71.25%;
}
/* line 188, ../sass/common.scss */
body.map .mapArea .mapBase .btn.kyusyu {
  left: 3.83333%;
  top: 85.17857%;
}
body.map .mapArea .mapBase .btn.kinki {
  left: 35.16667%;
  top: 60.71429%;
}

/* line 192, ../sass/common.scss */
body.map .listArea {
  width: 50%;
  height: 100%;
  background: #f5f5f5;
  float: left;
  position: relative;
}

/* line 126, ../sass/common.scss */
body.map .listArea header {
  height: 60px;
  z-index:52;
  position: relative;
  margin-top: 50px;
  padding-left: 30px;
}
/* line 128, ../sass/common.scss */
body.map .listArea header img {
  width: 100%;
  height: auto;
}
/* line 133, ../sass/common.scss */
body.map .listArea header .logo {
  position: absolute;
  top: 0px;
  left: 30px;
}

/* line 199, ../sass/common.scss */
body.map .listArea .btn.back {
  position: absolute;
  top: 3.75%;
  right: 5%;
  padding: 0.8em 1em 0.5em;
  font-size: 16px;
  font-size: 1.33333vw;
}
/* line 206, ../sass/common.scss */
body.map .listArea .areaList {
  padding: 0 5%;
  height: 80%;
  overflow-y: auto;
  margin-top: 5vw;
}
body.map .listArea .areaList .mahat_btn {
  position: absolute;
  bottom: 3.75%;
  right: 5%;
}
body.map .mapArea .mapBase .mahat_btn a {
  padding-top: 1.3em;
  padding-bottom: 1.3em;
}
/* 繧ｨ繝ｪ繧｢繝ｪ繧ｹ繝医�譫�縺ｮ濶ｲ */
body.map .listArea .areaList .pullDownArea {
  /*border: 1px solid #c0c0c0;*/
  border: 2px solid black;
  background: #fff;
  margin-bottom: 3.5%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
body.map .listArea .areaList .pullDownArea .areaName {
  font-size: 18px;
  font-size: 1.5vw;
  padding: 0.8em 1em 0.5em;
  position: relative;
}
body.map .listArea .areaList .pullDownArea .areaName:after {
  font-family: 'icomoon';
  content: "\f0d7";
  color: #c0c0c0;
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 20px;
  font-size: 1.66667vw;
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
body.map .listArea .areaList .pullDownArea .areaName.open:after {
  content: "\f0d8";
}
/* 繧ｨ繝ｪ繧｢繝ｪ繧ｹ繝医�蜷�Δ繝�Ν繝上え繧ｹ縺ｮ譁�ｭ苓牡 */
body.map .listArea .areaList .pullDownArea .areaName.hokkaido {
  color: red;
}
body.map .listArea .areaList .pullDownArea .areaName.touhoku {
  color: red;
}
body.map .listArea .areaList .pullDownArea .areaName.kantou {
  color: red;
}
body.map .listArea .areaList .pullDownArea .areaName.cyubu {
  color: red;
}
body.map .listArea .areaList .pullDownArea .areaName.shikoku {
  color: red;
}
body.map .listArea .areaList .pullDownArea .areaName.kyusyu {
  color: red;
}
body.map .listArea .areaList .pullDownArea .areaName.kinki {
  color: red;
}
body.map .listArea .areaList .pullDownArea .lists {
  display: none;
}
body.map .listArea .areaList .pullDownArea .lists li a {
  font-size: 14px;
  font-size: 1.16667vw;
  display: block;
  padding: 1em 1.5em 1em 2em;
  position: relative;
  color: #333;
}
body.map .listArea .areaList .pullDownArea .lists li a.internal:after {
  font-family: 'icomoon';
  content: "\f0da";
  color: #c0c0c0;
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 16px;
  font-size: 1.33333vw;
  -moz-transform: translate(-260%, -50%);
  -ms-transform: translate(-260%, -50%);
  -webkit-transform: translate(-260%, -50%);
  transform: translate(-260%, -50%);
}
body.map .listArea .areaList .pullDownArea .lists li a.external i {
  color: #00ABEB;
  font-size: 1.0vw;
}
body.map .listArea .areaList .pullDownArea .lists li:nth-of-type(2n+1) a {
  background: #f2f2f2;
}
body.map .listArea .areaList .pullDownArea .lists li:last-of-type a {
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 5px;
}

/* 繧ｨ繝ｪ繧｢繝ｪ繧ｹ繝医が繝ｼ繝励Φ蠕梧棧縺ｮ濶ｲ */
body.map .listArea .areaList .pullDownArea .lists li:first-of-type {
/* border-top: 2px solid #BFC0C0; */
  border-top: 2px solid black;
}

body.bukken .container .kion {
  color: #ff2929;
  padding-right: 0.5em;
}
body.bukken .container .shitsudo {
  color: #2577ff;
  padding-left: 0.5em;
}
body.bukken .container header {
  height: 100px;
}
/* line 300, ../sass/common.scss */
body.bukken .container header img {
/*  width: 100%; */
  height: 40px!important;
}
/* line 305, ../sass/common.scss */
body.bukken .container header .logo {
  width: 50px;
  float: left;
}
body.bukken .container header .logo img{
 /*  width: 100%; */
   height: 100%!important;
}
/* line 311, ../sass/common.scss */
body.bukken .container header .btn-tenpo {
  width: 700px;
  height: 60px;
  left: 30px;
}
body.bukken .container header .tenpo {
  margin-left: 10px;
  height: 40px;
  float: left;
}
/* line 318, ../sass/common.scss */
body.bukken .container header .bukkenName {
  margin-left: 10px;
  font-size: 16px;
  word-break: normal;
  min-width: 310px;
  float: left;
}
/* line 326, ../sass/common.scss */
body.bukken .container header .btn {
  font-size: 16px;
  height: 34.5px;
}
/* line 329, ../sass/common.scss */
body.bukken .container header .btn.refresh {
  margin-left: 10px;
  position: absolute;
  top: 30px;
  right: 30px;
  min-width: 150px;
}
/* line 334, ../sass/common.scss */
body.bukken .container header .btn.zenkoku {
  position: absolute;
  top: 30px;
  right: 190px;
  min-width: 150px;
}
/* line 341, ../sass/common.scss */
body.bukken .container .sokuteiDate {
  display: inline-block;
  position: absolute;
  top: 100px;
  left: 30px;
  background: #fff2e5;
  font-size: 14px;
  padding: 0.5em 1em;
  float: left;
  min-width: 435px;
  min-height: 71px;
  z-index: 50;
}
/* line 350, ../sass/common.scss */
body.bukken .container .sokuteiDate p {
  font-size: 16px;
}
/* line 355, ../sass/common.scss */
body.bukken .container .gaiki {
  position: absolute;
  left: 40%;
  top: 97px;
  width: 200px;
  height: 80px;
  text-align: center;
  font-size: 22px;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 50;
  margin-left: 210px;
}
/* line 365, ../sass/common.scss */
body.bukken .container .gaiki .data {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 100%;
}
/* line 373, ../sass/common.scss */
body.bukken .container .madori {
  position: absolute;
  top: 200px;
  left: 30px;
  right: 30px;
  min-width: 733px;
}
/* line 380, ../sass/common.scss */
body.bukken .container .madori img {
  width: 100%;
  height: auto;
}
/* line 385, ../sass/common.scss */
body.bukken .container .madori .point {
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
  padding: 0.5em 1em;
  font-size: 16px;
  font-size: 1.33333vw;
}
/* line 391, ../sass/common.scss */
body.bukken .container .madori .point .btn {
  margin-bottom: 10px;
}
/* line 394, ../sass/common.scss */
body.bukken .container .madori .point.p01 {
  left: 18.54545%;
  top: 0%;
}
/* line 395, ../sass/common.scss */
body.bukken .container .madori .point.p02 {
  left: 35.09091%;
  top: 11.63793%;
}
/* line 396, ../sass/common.scss */
body.bukken .container .madori .point.p03 {
  left: 18.45455%;
  top: 39.22414%;
}
/* line 397, ../sass/common.scss */
body.bukken .container .madori .point.p04 {
  left: 35.09091%;
  top: 42.24138%;
}
/* line 398, ../sass/common.scss */
body.bukken .container .madori .point.p05 {
  left: 24.18182%;
  top: 67.24138%;
}
/* line 399, ../sass/common.scss */
body.bukken .container .madori .point.p06 {
  left: 8.54545%;
  top: 78.66379%;
}
/* line 400, ../sass/common.scss */
body.bukken .container .madori .point.p07 {
  left: 63.45455%;
  top: 0%;
}
/* line 401, ../sass/common.scss */
body.bukken .container .madori .point.p08 {
  left: 55.45455%;
  top: 36.42241%;
}
/* line 402, ../sass/common.scss */
body.bukken .container .madori .point.p09 {
  left: 82.81818%;
  top: 42.88793%;
}
/* line 405, ../sass/common.scss */
body.bukken .container .manual {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
/* line 410, ../sass/common.scss */
body.bukken .container .graph {
  position: absolute;
  bottom: 30px;
  right: 175px;
}

/* line 421, ../sass/common.scss */
body > .container {
  height: auto;
}

/* line 431, ../sass/common.scss */
body.system .container {
  height: 100vh;
}
/* line 434, ../sass/common.scss */
body.system .graphArea {
  width: 72.833%;
  background: #fff;
  float: right;
  padding-top: 0;
  /*overflow-y: auto;*/
}
/* line 441, ../sass/common.scss */
body.system .graphArea .areaBody {
  padding: 30px;
  height: 100%;
}
/* line 445, ../sass/common.scss */
body.system .graphArea .areaBody .graphHeader {
  padding: -0.1em 0 1em 0;
  font-size: 16px;
  font-size: 1.33333vw;
  text-align: center;
  position: relative;
}
/* line 451, ../sass/common.scss */
body.system .graphArea .areaBody .graphHeader a.btn-calendar {
  color: #2a2a2a;
}
/* line 453, ../sass/common.scss */
body.system .graphArea .areaBody .graphHeader a.btn-calendar:hover {
  color: #fc7919;
}
/* line 457, ../sass/common.scss */
body.system .graphArea .areaBody .graphHeader a.btn {
  position: absolute;
}
/* 繧ｰ繝ｩ繝慕判髱｢縺ｮ蟾ｦ縺ｨ蜿ｳ險伜捷 */
body.system .graphArea .areaBody .graphHeader span {
  display: inline-block;
  font-size: 23px!important;
  cursor: pointer;
}
body.system .graphArea .areaBody header .btn-tenpo {
  width:830px;
  height: 60px;
}
body.bukken .sokuteiDate a.btn-calendar:hover {
  color: #fc7919;
}
body.bukken .sokuteiDate a.btn-calendar {
  color: #2a2a2a;
}
body.bukken .sokuteiDate span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  cursor: pointer;
}
body.bukken .sokuteiDate span:hover {
  color: #fc7919;
}
/* line 467, ../sass/common.scss */
body.system .graphArea .areaBody .graphHeader span:hover {
  color: #fc7919;
}
/* line 471, ../sass/common.scss */
body.system .graphArea .areaBody .graphHeader .otherDay {
  position: absolute;
  right: 0;
  top: -50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 14px;
  font-size: 1.16667vw;
}

body.system .graphArea .areaBody .graphHeader .date-boxL {
  display: inline-block;
  margin-left: 0px;
}
body.system .graphArea .areaBody .graphHeader .date-boxR {
  display: inline-block;
  margin-left: 20px;
  text-align:left;
}
body.system .graphArea .areaBody .graphHeader .compare{
  font-size: 0.6em!important;
  color:#838383;
  margin-bottom:-10px;
  text-indent: 20px;
}
.date-mini {
  font-size: 0.7em!important;
  color:#838383;
}

/* line 479, ../sass/common.scss */
body.system .graphArea .areaBody .graphCanvas {
  background: #fff;
  width: 100%;
  height: 60%;
}
/* line 485, ../sass/common.scss */
body.system .graphArea .areaBody .tenki {
  width: 100%;
  height:auto;
  top:-18px;
  position: relative;
}
/* line 490, ../sass/common.scss */
body.system .graphArea .areaBody .tenki .mark {
  position: absolute;
  top: 0;
  width: 4.1667vw;
  height: auto;
  min-width: 34px;
}
/* line 493, ../sass/common.scss */
body.system .graphArea .areaBody .tenki .mark.time00 {
  left: 3.25061%;
  top: 0%;
}
body.system .graphArea .areaBody .tenki .mark.time03 {
  left: 15%;
  top: 0%;
}
/* line 494, ../sass/common.scss */
body.system .graphArea .areaBody .tenki .mark.time06 {
  left: 26.74939%;
  top: 0%;
}
/* line 495, ../sass/common.scss */
body.system .graphArea .areaBody .tenki .mark.time09 {
  left: 38.24329%;
  top: 0%;
}
/* line 496, ../sass/common.scss */
body.system .graphArea .areaBody .tenki .mark.time12 {
  left: 49.99268%;
  top: 0%;
}
/* line 497, ../sass/common.scss */
body.system .graphArea .areaBody .tenki .mark.time15 {
  left:61.74207%;
  top: 0%;
}
/* line 498, ../sass/common.scss */
body.system .graphArea .areaBody .tenki .mark.time18 {
  left: 73.49146%;
  top: 0%;
}
/* line 499, ../sass/common.scss */
body.system .graphArea .areaBody .tenki .mark.time21 {
  left: 85.24085%;
  top: 0%;
}
/* line 502, ../sass/common.scss */
body.system .graphArea .areaBody .tenki .mark img {
  width: 100%;
  height: auto;
}
/* line 510, ../sass/common.scss */
body.system .graphArea .areaBody .hanrei {
  display: inline-block;
  border: 1px solid #c2c2c2;
  background-color: #FFF;
  width: 28vw;
  padding: 1em;
  text-align: center;
  font-size: 12px;
  font-size: 1vw;
  min-width: 230px;  
  min-height: 30px;
  margin-right: 10px;
}
body.system .graphArea .areaBody .hanrei div{
  display: inline-block;
}
/* line 521, ../sass/common.scss */
body.system .graphArea .areaBody .hanrei span {
  display: inline-block;
  width: 20px;
  height: 10px;
  margin: 0 0.5em;
  vertical-align: baseline;
}
body.system .graphArea .areaBody .hanrei a {
  color: black;
}
/* line 527, ../sass/common.scss */
body.system .graphArea .areaBody .hanrei span.aircon {
  background: rgba(29,151,61,0.8);
  margin: 0 0.5em 0 2.5em;
}
/* line 530, ../sass/common.scss */
body.system .graphArea .areaBody .hanrei span.kaiteki {
  background: #d2d2d2;
  margin: 0 0.5em 0 1.5em;
}
body.system .graphArea .areaBody .hanrei span.line-red {
  border-top: 3px solid rgba(223,10,10,0.8);
  width:40px;
  height:8px;
  margin: 0 0.5em 0 1.5em;
}
body.system .graphArea .areaBody .hanrei span.line-blue {
  border-top: 3px solid rgba(29,89,151,0.8);
  width:40px;
  height:8px;
  margin: 0 0.5em 0 1.5em;
}
body.system .graphArea .areaBody .hanrei span.line-green {
  border-top: 3px solid rgba(29,151,61,0.8);
  width:40px;
  height:8px;
  margin: 0 0.5em 0 1.5em;
}
body.system .graphArea .areaBody .hanrei span.line-warm {
  border-top: 3px solid #FF6600;
  width:40px;
  height:8px;
  margin: 0 0.5em 0 1.5em;
}
body.system .graphArea .areaBody .hanrei span.line-cool {
  border-top: 3px solid #33CCFF;
  width:40px;
  height:8px;
  margin: 0 0.5em 0 1.5em;
}
body.system .graphArea .areaBody .hanrei span.line-dry {
  border-top: 3px solid #999999;
  width:40px;
  height:8px;
  margin: 0 0.5em 0 1.5em;
}
body.system .graphArea .areaBody .hanrei span.line-red-comp {
  border-top: 3px solid rgba(223,10,10,0.8);
  border-bottom: 3px dashed rgba(223,10,10,0.8);
  width:40px;
  height:13px;
  margin: 0 0.5em 0 1.5em;
}
body.system .graphArea .areaBody .hanrei span.line-blue-comp {
  border-top: 3px solid rgba(29,89,151,0.8);
  border-bottom: 3px dashed rgba(29,89,151,0.8);
  width:40px;
  height:13px;
  margin: 0 0.5em 0 1.5em;
}
body.system .graphArea .areaBody .hanrei span.line-green-comp {
  border-top: 3px solid rgba(29,151,61,0.8);
  border-bottom: 3px dashed rgba(29,151,61,0.8);
  width:40px;
  height:13px;
  margin: 0 0.5em 0 1.5em;
}

body.system .graphArea .areaBody .info {
  font-size: 1.2vw;
  margin-left:50px;
  margin-bottom: 80px;
  width:95%;
  height: auto;
}
body.system .graphArea .areaBody .info .date .alignR{
  text-align:right;
  margin-right:20px;
}
/* line 538, ../sass/common.scss */ 
body.system .graphArea .areaBody .denkidai {
  background: rgba(29,151,61,0.8);
  display: inline-block;
  vertical-align: bottom;
  width: 19.6667vw;
  min-width: 130px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  font-size: 1vw;
}
/* line 550, ../sass/common.scss */
body.system .graphArea .areaBody .denkidai #ele_list {
  display: none;
  max-height: 290px;
  overflow-y: auto;
}
/* line 552, ../sass/common.scss */
body.system .graphArea .areaBody .denkidai #ele_list .list {
  padding: 1em;
  background: #f5f5f5;
  text-align: center;
}
/* line 555, ../sass/common.scss */
body.system .graphArea .areaBody .denkidai #ele_list .list:nth-of-type(2n+1) {
  background: #e3e3e3;
}
/* line 560, ../sass/common.scss */
body.system .graphArea .areaBody .denkidai .total {
  padding: 0.65em 4em 2.65em 1em;
  position: relative;
}
body.system .graphArea .areaBody .denkidai .total.comp{
  padding: 1em 1em 1em 1em;
  text-align:center;
}
body.system .graphArea .areaBody .denkidai .total.comp span{
  vertical-align: baseline;
}
/* line 563, ../sass/common.scss */
body.system .graphArea .areaBody .denkidai .total:before {
  font-family: 'icomoon' !important;
  content: "\f0d8";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  color: #9c8502;
  font-size: 20px;
  font-size: 1.66667vw;
  -moz-transform: translate(-100%, -45%);
  -ms-transform: translate(-100%, -45%);
  -webkit-transform: translate(-100%, -45%);
  transform: translate(-100%, -45%);
}
/* line 575, ../sass/common.scss */
body.system .graphArea .areaBody .denkidai .total.open:before {
  font-family: 'icomoon' !important;
  content: "\f0d7";
}
/* line 582, ../sass/common.scss */
body.system .graphArea .areaBody .denkidai span.fltL {
  vertical-align: bottom;
  padding-top: 2.542%;
}
/* line 586, ../sass/common.scss */
body.system .graphArea .areaBody .denkidai span em {
  display: inline-block;
  font-size: 18px;
  font-size: 1.5vw;
}
/* line 594, ../sass/common.scss */
body.system .graphArea header {
  height: 60px;
}
/* line 596, ../sass/common.scss */
body.system .graphArea header img {
/*  width: 100%; */
  height: 40px!important;
}
/* line 601, ../sass/common.scss */
body.system .graphArea header .logo {
  /*position: absolute;*/
  top: 30px;
  left: 30px;
  width: 50px;
  float:left;
}
/* line 607, ../sass/common.scss */
body.system .graphArea header .tenpo {
  /*position: absolute;*/
  top: 30px;
  left: 90px;
  /*border: 1px solid #e7e7e7;*/
  /*width: 180px;*/
  float:left;
  margin-left: 10px;
}
/* line 305, ../sass/common.scss */
body.system .graphArea .areaBody  header .logo {
  width: 50px;
  float: left;
}
body.system .graphArea .areaBody  header .logo img{
/*  width: 100%; */
  height: 100%!important;
}
body.system .graphArea .areaBody .denkidai button span.powerchangebutton {
   color: #2a2a2a;
}
body.system .graphArea .areaBody .denkidai button span.powerchangebutton:hover {
   color: #fff;
   cursor: pointer;
}
/* line 614, ../sass/common.scss */
body.system .graphArea header .bukkenName {
  top: 18px;
  left: 220px;
  font-size: 16px;
  min-width: 210px;
  float:left;
  margin-left: 10px;
}
/* line 622, ../sass/common.scss */
body.system .graphArea header .btn {
  font-size: 16px;
}
/* line 625, ../sass/common.scss */
body.system .graphArea header .btn.refresh {
  position: absolute;
  top: 30px;
  right: 30px;
}
/* line 630, ../sass/common.scss */
body.system .graphArea header .btn.zenkoku {
  position: absolute;
  top: 30px;
  right: 140px;
}
/* line 638, ../sass/common.scss */
body.system .controlArea {
  width: 27.167%;
  height: 100%;
  min-height: 100%;
  background: #f5f5f5;
  float: left;
  padding-top: 0;
  position: relative;
  overflow-y: auto;
}
body.system .controlArea form{
  height:100%;
}
/* line 646, ../sass/common.scss */
body.system .controlArea .btn {
  font-size: 14px;
  font-size: 1.16667vw;
}
/* line 650, ../sass/common.scss */
body.system .controlArea .twoColumn .btn {
  width: 47%;
  margin: 0 1.5% 10px;
  float: left;
}
/* line 657, ../sass/common.scss */
body.system .controlArea .threeColumn .btn {
  width: 31.3333%;
  margin: 0 1% 10px;
  float: left;
  padding: 0.5em 0.8em 0.5em 0.8em ;
  font-size: 0.95vw;
  cursor: pointer;
  -moz-user-select:-moz-none;
}
/* line 664, ../sass/common.scss */
body.system .controlArea .threeColumn.mb2em {
  margin-bottom: 2em;
}
/* line 668, ../sass/common.scss */
body.system .controlArea .btn.back {
  padding: 0.8em 1em 0.5em;
  font-size: 16px;
  font-size: 1.33333vw;
}
/* line 675, ../sass/common.scss */
body.system .controlArea .areaBody {
  padding: 0.7vw 2.5vw 0.7vw 2.5vw;
  background: #f5f5f5;
}
body.system .controlArea .areaBody.disp-uline{
  border-bottom: 3px solid #fff;
}
/* line 679, ../sass/common.scss */
body.system .controlArea .areaBody .zenkoku {
  margin-right: 10px;
}
/* line 682, ../sass/common.scss */
body.system .controlArea .areaBody.mb03 {
  margin-bottom: 3px;
}
/* line 685, ../sass/common.scss */
body.system .controlArea .areaBody .mds {
  font-size: 16px;
  font-size: 1.33333vw;
  display: block;
  line-height: 1;
  padding: 8px 10px 5px;
  position: relative;
  margin-bottom: 10px;
}
/* line 692, ../sass/common.scss */
body.system .controlArea .areaBody .mds:after {
  content: "";
  width: 4px;
  height: 100%;
  background: #333;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

/* line 711, ../sass/common.scss */
.formStyle {
  width: 100%;
  margin-bottom: 1em;
}
/* line 714, ../sass/common.scss */
.formStyle tr {
  border-bottom: 1px solid #ccc;
}
/* line 717, ../sass/common.scss */
.formStyle th {
  width: 35%;
  text-align: right;
  padding: 1em 2em;
  vertical-align: middle;
}
/* line 722, ../sass/common.scss */
.formStyle th span {
  display: inline-block;
  background: #fc7919;
  padding: 2px 0.5em;
  color: #fff;
  margin-left: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.2rem;
}
/* line 732, ../sass/common.scss */
.formStyle td {
  vertical-align: middle;
  padding: 2em;
}
/* line 736, ../sass/common.scss */
.formStyle textarea,
.formStyle input[type=email],
.formStyle input[type=text] {
  outline: 0;
  width: 100%;
  border: 0;
  padding: 10px;
  font-size: 1.3em;
  font-family: Arial, sans-serif;
  color: #444;
  border: solid 1px #ccc;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
}
/* line 755, ../sass/common.scss */
.formStyle select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  width: 100%;
  border: 0;
  padding-top: 4px;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-size: 1.16667vw;
  font-family: Arial, sans-serif;
  color: #4a4a4a;
  border: solid 1px #c0c0c0;
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  line-height: 130%;
}
/* line 773, ../sass/common.scss */
.formStyle select::-ms-expand {
  display: none;
}
/* line 776, ../sass/common.scss */
.formStyle.select {
  position: relative;
  display: block;
}
/* line 779, ../sass/common.scss */
.formStyle.select:after {
  font-family: 'icomoon';
  content: "\f0d7";
  color: #c0c0c0;
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 10px;
  font-size: 1.66667vw;
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.aircon-area .aircon {
  width:50%;
  float:left;
}
/* line 790, ../sass/common.scss */
.formStyle.select.disabled:after {
  display: none;
}
/* line 793, ../sass/common.scss */
.formStyle.select.disabled select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  width: 100%;
  border: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-size: 1.16667vw;
  font-family: Arial, sans-serif;
  color: #4a4a4a;
  border: solid 0px #c0c0c0;
  background: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}

button.ui-datepicker-trigger{
    font-size: 1.33333vw;
    background:none;
    border:0px;
    margin:0px;
    padding:0px;
}
button.ui-datepicker-trigger:active{
    font-size: 1.33333vw;
    background:none;
    border:0px;
    margin:0px;
    padding:0px;
}
button.ui-datepicker-trigger:hover{
    cursor:pointer;
}

/* 繧ｦ繧｣繝ｳ繝峨え蟷�ｒ迢ｭ縺上＠縺滄圀縺ｮ繧ｹ繧ｿ繧､繝ｫ */
/* 蜈ｨ蝗ｽ繝槭ャ繝� */
.areaName.display-minimum-font {
    font-size : 12.15px!important;
}
ul.display-minimum-font a {
    font-size : 9.38px!important;
}
.mapBase span.map.display-minimum-font {
    font-size : 10.8px!important;
}
/* 魑･迸ｰ蝗ｳ */
.point.p01.display-minimum-font {
    font-size : 9px!important;
}
.gaiki.display-minimum {
  left: 400px!important;
}
header .btn-section.display-minimum {
  position: absolute;
  overflow: inherit;
  width: 315px;
  display: flex;
  top: 30px;
  right: 29px;
  /*left: 500px!important;*/
  justify-content: space-between;
}
.container > .btn-section.display-minimum {
  position: absolute;
  overflow: inherit;
  width: 128px;
  display: flex;
  bottom: 30px;
  left: 634px;
  height: 31.5px;
  justify-content: space-between;
}
body.bukken .container header .display-minimum .btn.refresh ,
body.bukken .container header .display-minimum .btn.zenkoku ,
body.bukken .container .display-minimum .btn.manual {
  position : static;
}

/* 繧ｰ繝ｩ繝� 
body.system.display-minimum select {
  font-size: 9.45px!important;
}*/
body.system.display-minimum a.zenkoku,
body.system.display-minimum a.refresh,
body.system.display-minimum a.date_period_selector {
  font-size: 9.41px!important;
}
body.system.display-minimum .threeColumn a.btn {
  font-size: 8.06px!important;
}

body.system.display-minimum p.mds {
  font-size: 10.78px!important;
}

body.system.display-minimum .graphHeader {
  font-size: 10.78px!important;
}
body.system.display-minimum .graphHeader button {
  font-size: 10.8px!important;
}
body.system.display-minimum .graphHeader span {
  font-size: 20.26px!important;
}
body.system.display-minimum .graphHeader a.btn {
  font-size: 9.43px!important;
}
body.system.display-minimum .hanrei,
body.system.display-minimum .denkidai {
  bottom: 0px;
}
body.system.display-minimum .hanrei {
  font-size: 8.1px!important;
}
body.system.display-minimum .denkidai {
 /*left:575px!important;*/
 }
body.system.display-minimum .denkidai .list,
body.system.display-minimum .denkidai #ele_total {
  font-size: 8.1px!important;
}
body.system.display-minimum .denkidai #ele_total::before {
  font-size: 13.4px!important;
}
body.system.display-minimum .denkidai #ele_total span.fltR em {
  font-size: 12.1px!important;
}
body.system.display-minimum .denkidai #ele_total span.fltR sub {
  font-size: 6.3px!important;
}
body.system.display-minimum .date span {
  font-size: 9.7px!important;
}
body.system.display-minimum .date sub {
  font-size: 7.6px!important;
}
.selectTime {
  font-size: 16px;
}
.selectYaxis {
  font-size: 25px;
  height: 34px;
  width: 80px;
}
.calendar{
  width:30px;
  vertical-align: middle;
}
/*繧ｰ繝ｩ繝慕判髱｢縺ｮ繝｡繧､繝ｳ繧ｫ繝ｬ繝ｳ繝*/
.graphmaincalendar{
  width: 25px;
  vertical-align: text-bottom;
}
body.system .graphArea .areaBody .divCursor {
  width: 100%;
  height: auto;
  top:-18px;
  position: relative; 
  text-align:center;
}

body.system.display-minimum .graphArea .areaBody .divCursor .divCursorDisInfo {
   font-size: 12px !important;
   margin-top: 38px !important;
}
body.system.display-minimum  .graphArea .areaBody .denkidaiSet{
  left:102%!important;
  width: 100px;
}

body.system.display-minimum  .graphArea .areaBody .compareDenkidaiSet{
  left:472px!important;
  width: 100px;
}

body.system .graphArea .areaBody .divCursor .divCursorDisInfo {
  display:inline-block!important;
  width: auto;
  border: 1px solid #f00; 
  border-radius: 5px;  
  padding: 3px; 
  font-size:1.5vw; 
  color:#f00;
}
body.system .graphArea .areaBody .denkidaiSet {
  display: inline-block;
  background-color:white; 
  width: 9vw; 
  min-width: 90px; 
  min-height: 30px; 
  font-size: 1vw;
  vertical-align: bottom;
  padding: 0 0.5em;
}

body.system .graphArea .areaBody .denkidaiSet span{
  width: auto;
  text-align: left;
  color: #fff;
  font-weight: bold;
}

body.system .graphArea .areaBody .compareDenkidaiSet {
  min-width: 90px; 
  display: inline-block;
  min-height: 30px; 
  font-size: 1vw;
  padding-left: 5px;
  padding-right: 5px;
  width: 10vw;
}

body.system.display-minimum .graphArea .areaBody .divCursor .otherDivCursorDisInfo {
   font-size: 12px !important;
   margin-top: 5px !important;
}
body.system .graphArea .areaBody .divCursor .otherDivCursorDisInfo {
  display:inline-block!important;
  width: auto;
  border: 1px solid #f00; 
  border-radius: 5px;  
  padding: 3px; 
  font-size:1.5vw; 
  color:#f00;
}
body.system.display-minimum  .graphArea .areaBody .divarrow
{
  left:572px!important;
}

.right-direction{
  display: inline-block;
  font-size: 2vw;
  min-height: 40px;
  vertical-align: bottom;
  margin-left: -6px; 
  color:#4472C4;
  padding-top: 15px;
}