article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
  font-size: 62.75%;
}
body {
  min-height: 100%;
  font-size: 1.6rem;
  color: rgba(0,0,0,0.75);
  background-color: #ffffff;
}
#btn-config {
  position: absolute;
  top: 1vw;
  left: 1vw;
  z-index: 9999;
  background-color: #1eb3fe;
  color: white;
  font-size: 1vw;
  padding: .5em;
  border: .25em solid white;
  border-radius: .25em;
}
#btn-pause {
  position: absolute;
  top: 1vw;
  right: 1vw;
  z-index: 9999;
  background-color: #0179B5;
  color: white;
  font-size: 1vw;
  padding: .5em;
  border: .25em solid white;
  border-radius: .25em;
  cursor: pointer;
}
.form .form-row {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1;
  padding: 7.5px;
}
.form .form-row:before,
.form .form-row:after {
  content: " ";
  display: table;
  line-height: 0;
}
.form .form-row:after {
  clear: both;
}
.form .form-row:before,
.form .form-row:after {
  content: " ";
  display: table;
  line-height: 0;
}
.form .form-row:after {
  clear: both;
}
.form .form-row .form-col:first-child {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .form .form-row .form-col:first-child {
    float: left;
    width: 16.666666666667%;
  }
}
.form .form-row .form-col {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .form .form-row .form-col {
    float: left;
    width: 83.333333333333%;
  }
}
.form label {
  color: #0179B5;
  font-weight: bold;
}
.form fieldset {
  *zoom: 1;
  margin-bottom: 15px;
  color: #0179B5;
  font-weight: bold;
  border-color: #1eb3fe;
}
.form fieldset:before,
.form fieldset:after {
  content: " ";
  display: table;
  line-height: 0;
}
.form fieldset:after {
  clear: both;
}
.form fieldset:before,
.form fieldset:after {
  content: " ";
  display: table;
  line-height: 0;
}
.form fieldset:after {
  clear: both;
}
.form .thumbnail {
  display: table-cell;
  width: 240px;
  height: 135px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid border-color;
}
.form .thumbnail img {
  width: auto;
  height: auto;
  max-width: 240px;
  max-height: 135px;
  vertical-align: middle;
}
.form .btn-submit {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 1vw;
  width: 100%;
  padding: 1em;
  color: white;
  background-color: #0179B5;
  border: none;
  border-radius: .5em;
}
.fluid-wrapper {
  position: relative;
}
.fluid-wrapper:before {
  vertical-align: top;
  content: "";
  display: block;
  padding-top: 56.25%;
}
.fluid-wrapper > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pgmon-single-text {
  position: absolute;
  top: 5%;
  left: 5%;
  color: #FFFFFF;
}
.pgmon-single-name {
  font-size: 2vw;
  font-weight: bold;
}
.pgmon-single-desc {
  font-size: 1.5vw;
  line-height: 1.5;
}
.pgmon-single-img {
  position: absolute;
  left: 5%;
  bottom: 5%;
  width: 50%;
  background-color: white;
  border: .5vw solid white;
  -webkit-box-shadow: .1vw .1vw 1vw rgba(0,0,0,0.3);
  box-shadow: .1vw .1vw 1vw rgba(0,0,0,0.3);
}
.pgmon-single-solar {
  position: absolute;
  top: -10%;
  right: -15%;
  width: 45%;
}
.pgmon-single-info-box {
  *zoom: 1;
  position: absolute;
  right: 5%;
  bottom: 5%;
  width: 35%;
  background-color: white;
  border-radius: 1em;
  padding: 1vw 1vh;
  -webkit-box-shadow: .1vw .1vw 1vw rgba(0,0,0,0.3);
  box-shadow: .1vw .1vw 1vw rgba(0,0,0,0.3);
}
.pgmon-single-info-box:before,
.pgmon-single-info-box:after {
  content: " ";
  display: table;
  line-height: 0;
}
.pgmon-single-info-box:after {
  clear: both;
}
.pgmon-single-info-box:before,
.pgmon-single-info-box:after {
  content: " ";
  display: table;
  line-height: 0;
}
.pgmon-single-info-box:after {
  clear: both;
}
.pgmon-single-info-data {
  text-align: center;
}
.pgmon-single-info-label {
  display: inline-block;
  font-size: 1.5vw;
  font-weight: bold;
}
.pgmon-single-info-value {
  display: inline-block;
  font-size: 2vw;
  font-weight: bold;
  color: #ff1d25;
  padding: 0 1vh;
}
.pgmon-single-info-unit {
  display: inline-block;
  font-size: 1.5vw;
  font-weight: bold;
}
.pgmon-single-info-chart {
  width: 100%;
}
.pgmon-single-info-logo {
  float: right;
  width: 40%;
}
.pgmon-single-info-logo img {
  width: 100%;
  height: auto;
}
.pgmon-single-info-ext {
  *zoom: 1;
  padding: 1vh 0;
}
.pgmon-single-info-ext:before,
.pgmon-single-info-ext:after {
  content: " ";
  display: table;
  line-height: 0;
}
.pgmon-single-info-ext:after {
  clear: both;
}
.pgmon-single-info-ext:before,
.pgmon-single-info-ext:after {
  content: " ";
  display: table;
  line-height: 0;
}
.pgmon-single-info-ext:after {
  clear: both;
}
.pgmon-single-info-weather,
.pgmon-single-info-tmp,
.pgmon-single-info-hum,
.pgmon-single-info-wbgt {
  float: left;
  width: 25%;
  text-align: center;
  border-left: 1px solid #ccc;
}
.pgmon-single-info-weather:first-child,
.pgmon-single-info-tmp:first-child,
.pgmon-single-info-hum:first-child,
.pgmon-single-info-wbgt:first-child {
  border: none;
}
.pgmon-single-info-weather .label,
.pgmon-single-info-tmp .label,
.pgmon-single-info-hum .label,
.pgmon-single-info-wbgt .label {
  font-size: .75vw;
  font-weight: bold;
}
.pgmon-single-info-weather .data .value,
.pgmon-single-info-tmp .data .value,
.pgmon-single-info-hum .data .value,
.pgmon-single-info-wbgt .data .value {
  font-size: 1vw;
  font-weight: bold;
  color: #ff1d25;
}
.pgmon-single-info-weather .data .unit,
.pgmon-single-info-tmp .data .unit,
.pgmon-single-info-hum .data .unit,
.pgmon-single-info-wbgt .data .unit {
  font-size: .75vw;
  font-weight: bold;
}
.pgmon-single-info-weather .data .wbgt1:before,
.pgmon-single-info-tmp .data .wbgt1:before,
.pgmon-single-info-hum .data .wbgt1:before,
.pgmon-single-info-wbgt .data .wbgt1:before {
  font-weight: bold;
  font-size: 1vw;
  color: #036EB8;
  content: "\307B\307C\5B89\5168";
}
.pgmon-single-info-weather .data .wbgt2:before,
.pgmon-single-info-tmp .data .wbgt2:before,
.pgmon-single-info-hum .data .wbgt2:before,
.pgmon-single-info-wbgt .data .wbgt2:before {
  font-weight: bold;
  font-size: 1vw;
  color: #2EA7E0;
  content: "\6CE8\610F";
}
.pgmon-single-info-weather .data .wbgt3:before,
.pgmon-single-info-tmp .data .wbgt3:before,
.pgmon-single-info-hum .data .wbgt3:before,
.pgmon-single-info-wbgt .data .wbgt3:before {
  font-weight: bold;
  font-size: 1vw;
  color: #F8B62D;
  content: "\8B66\6212";
}
.pgmon-single-info-weather .data .wbgt4:before,
.pgmon-single-info-tmp .data .wbgt4:before,
.pgmon-single-info-hum .data .wbgt4:before,
.pgmon-single-info-wbgt .data .wbgt4:before {
  font-weight: bold;
  font-size: 1vw;
  color: #EA5514;
  content: "\53B3\91CD\8B66\6212";
}
.pgmon-single-info-weather .data .wbgt5:before,
.pgmon-single-info-tmp .data .wbgt5:before,
.pgmon-single-info-hum .data .wbgt5:before,
.pgmon-single-info-wbgt .data .wbgt5:before {
  font-weight: bold;
  font-size: 1vw;
  color: #C30D23;
  content: "\5371\967A";
}
.pgmon-single-info-weather .data img,
.pgmon-single-info-tmp .data img,
.pgmon-single-info-hum .data img,
.pgmon-single-info-wbgt .data img {
  display: block;
  margin: 0 auto;
  width: 1.5em;
  height: 1.5em;
}
.pgmon-total-map-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 60%;
}
.pgmon-total-map-canvas {
  width: 100%;
  height: 100%;
}
.pgmon-total-map-markerLabel {
  padding: .2vw;
  background: #fbb03b;
  border: 1px solid white;
  color: white !important;
  font-size: .75vw !important;
  font-weight: bold !important;
  border-radius: .5em;
  margin-top: 80px;
}
.pgmon-total-location-content {
  padding: .25vw .5vw;
  text-align: center;
}
.pgmon-total-location-label {
  font-size: .75vw;
  font-weight: bold;
  color: #0179B5;
}
.pgmon-total-location-data {
  padding-top: .25vw;
}
.pgmon-total-location-data-value {
  font-size: 1.5vw;
  font-weight: bold;
  color: #ff1d25;
}
.pgmon-total-location-data-unit {
  padding-left: .5em;
  font-size: 1vw;
  font-weight: bold;
}
.pgmon-total-location-weather {
  padding-top: .25vw;
}
.pgmon-total-location-weather-label {
  font-size: .75vw;
  font-weight: bold;
  color: #0179B5;
}
.pgmon-total-location-weather-icon {
  display: block;
}
.pgmon-total-location-weather-icon img {
  margin: 0 auto;
  display: block;
  width: 3vw;
  height: auto;
}
.pgmon-total-data-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40%;
  padding: 1vw;
}
.pgmon-total-data-title {
  text-align: center;
  font-size: 2vw;
  font-weight: bold;
  padding: .25em;
  background-color: #0179B5;
  color: #FFFFFF;
}
.pgmon-total-data-row {
  padding: .5em 1em;
  border-bottom: 1px solid #1eb3fe;
}
.pgmon-total-data-row .label {
  font-size: 1.5vw;
  font-weight: bold;
  color: #0179B5;
}
.pgmon-total-data-row .value {
  font-size: 2vw;
  font-weight: bold;
  color: #ff1d25;
  padding: 0 .5em;
}
.pgmon-total-data-row .unit {
  font-size: 1.5vw;
  font-weight: bold;
}
.pgmon-total-reduction-box {
  padding: 2vw 0;
}
.pgmon-total-reduction-co2 {
  *zoom: 1;
  padding-bottom: 2.5vh;
  border-bottom: 1px solid #1eb3fe;
  color: #149B2D;
  font-size: 1.5vw;
  font-weight: bold;
  text-align: center;
}
.pgmon-total-reduction-co2:before,
.pgmon-total-reduction-co2:after {
  content: " ";
  display: table;
  line-height: 0;
}
.pgmon-total-reduction-co2:after {
  clear: both;
}
.pgmon-total-reduction-co2:before,
.pgmon-total-reduction-co2:after {
  content: " ";
  display: table;
  line-height: 0;
}
.pgmon-total-reduction-co2:after {
  clear: both;
}
.pgmon-total-reduction-co2 .value {
  color: #F7931E;
  font-size: 2vw;
}
.pgmon-total-reduction-co2-icon {
  float: left;
  width: 20%;
  padding: 0 1vw;
}
.pgmon-total-reduction-co2-icon img {
  display: block;
  width: 100%;
  height: auto;
}
.pgmon-total-reduction-co2-daily {
  float: left;
  width: 40%;
}
.pgmon-total-reduction-co2-yearly {
  float: left;
  width: 40%;
}
.pgmon-total-reduction-tree {
  *zoom: 1;
  padding-top: 2.5vh;
  border-bottom: 1px solid #1eb3fe;
}
.pgmon-total-reduction-tree:before,
.pgmon-total-reduction-tree:after {
  content: " ";
  display: table;
  line-height: 0;
}
.pgmon-total-reduction-tree:after {
  clear: both;
}
.pgmon-total-reduction-tree:before,
.pgmon-total-reduction-tree:after {
  content: " ";
  display: table;
  line-height: 0;
}
.pgmon-total-reduction-tree:after {
  clear: both;
}
.pgmon-total-reduction-tree-icon {
  float: left;
  width: 20%;
  padding: 0 1vw;
}
.pgmon-total-reduction-tree-icon img {
  display: block;
  width: 100%;
  height: auto;
}
.pgmon-total-reduction-tree-data {
  float: left;
  width: 80%;
  color: #149B2D;
  font-size: 1.5vw;
  font-weight: bold;
  text-align: center;
}
.pgmon-total-reduction-tree-data .value {
  padding: 0 .5em;
  color: #F7931E;
  font-size: 2.5vw;
}
.pgmon-total-reduction-tree-note {
  clear: both;
  margin-bottom: 2.5vh;
  padding: .25em;
  text-align: center;
  font-size: .75vw;
  background-color: #F7931E;
  color: white;
  border-radius: .5em;
}
.pgmon-total-data-logo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30%;
}
.pgmon-total-data-logo img {
  width: 100%;
  height: auto;
}
[id^='custompage'] .wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
[id^='custompage'] .inner {
  *zoom: 1;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
[id^='custompage'] .inner:before,
[id^='custompage'] .inner:after {
  content: " ";
  display: table;
  line-height: 0;
}
[id^='custompage'] .inner:after {
  clear: both;
}
[id^='custompage'] .inner:before,
[id^='custompage'] .inner:after {
  content: " ";
  display: table;
  line-height: 0;
}
[id^='custompage'] .inner:after {
  clear: both;
}
[id^='custompage'] .title {
  padding: .5em;
  font-weight: bold;
  font-size: 2vw;
}
[id^='custompage'] .desc {
  padding: .5em;
  font-weight: bold;
  font-size: 1.5vw;
}
.r-tabs {
  position: relative;
  background-color: #0179B5;
  border-top: 1px solid #0179B5;
  border-right: 1px solid #0179B5;
  border-left: 1px solid #0179B5;
  border-bottom: 4px solid #0179B5;
  border-radius: 4px;
}
.r-tabs .r-tabs-nav .r-tabs-tab {
  position: relative;
  background-color: #0179B5;
}
.r-tabs .r-tabs-nav .r-tabs-anchor {
  display: inline-block;
  padding: 10px 12px;
  text-decoration: none;
  text-shadow: 0 1px rgba(0,0,0,0.4);
  font-size: 14px;
  font-weight: bold;
  color: white;
}
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
  opacity: 0.5;
}
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  color: white;
  text-shadow: none;
  background-color: #1eb3fe;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.r-tabs .r-tabs-panel {
  background-color: white;
  border-bottom: 4px solid white;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
  display: block;
  background-color: #0179B5;
  color: white;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0,0,0,0.4);
  font-size: 14px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
  background-color: #019be8;
  color: white;
  text-shadow: none;
}
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
  opacity: 0.5;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
