@charset "UTF-8";


/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
   }

body {
  padding:0;
}

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

h2 {
  font-size: 1.5em;
  margin: .83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: .83em;
  margin: 1.67em 0; }

h6 {
  font-size: .67em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

p, pre {
  margin: 1em 0; }

code, kbd, pre, samp {
  font-family: monospace,serif;
  _font-family: 'courier new',monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: '';
  content: none; }

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; }

dl, menu, ol, ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu, ol, ul {
  padding: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

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;
  *overflow: visible; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

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; }
  
/*=================
	共通要素
===================*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote { margin: 0; padding: 0;}

html, body {
	width: 100%;
}

h1,h2,h3,h4,h5,h6 { font-size: 100%; }

ul { padding: 0;
}

li { list-style: none;
}

img {
	border: 0;
	vertical-align: top;
}

strong { font-weight: bold; }

.cf:before,
.cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

/*IE6,7対策 （haslayout対策）*/
.cf {
  *zoom: 1; }
 
a{
	color:#009D00;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
/*--------------------------------
Base
--------------------------------*/
html {
  font-size: 62.5%;
  line-height: 1.6;

}

body {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}

a img {
  border: 0; }

a img:hover {
  opacity: 0.7; }

.ie8 img {
  width: auto; }

caption {
  display: none; }

.wrapper {
  margin: 0 auto;
  max-width: 85%;
  width:100%
}
.mwrapper {
  margin: 0 auto;
  min-height: 100vh;

  position: relative;
  display: flex;
  flex-direction: column;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

.red{
  color: #D9534F;
}
.topspace{
  margin-top: 2em;
}
header{
  background-color: #42a5f5;
  color:#fff;
  padding: 20px 7%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
header h1{
  font-size: 30px;
  font-size: 3rem;
}
header .user ul{
  display: -webkit-flex;
  display: flex;
}
header .logout a{
  color: #000;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  margin-left: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}
.pankuzu ol{
 /* display: -webkit-flex;
  display: flex; */
  padding: 10px 0; 
  font-size: 14px;
  font-size: 1.4rem;
}
.pankuzu ol li{
  float: left;
  margin-bottom: 5px;
}
.pankuzu ol li a{
  color: #fff;
  background-color: #42a5f5;
  padding: 5px 10px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  margin-right: 10px;
}
h2.tl{
  font-size: 24px;
  font-size: 2.4rem;
  border-top:1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  margin: 10px 0;
}
h3.subtl{
  font-size: 18px;
  font-size: 1.8rem;
}
.mainbox{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.areabox{
  width: 49%;
}
.areabox dl{
  display: table;
  width: 100%;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
}
.areabox dl:last-child{
  border-bottom: 2px solid #ccc;
}
.areabox dl dt{
  display: table-cell;
  padding: 5px 10px;
  width: 35%;
  border-right: 2px solid #ccc;
  font-weight: bold;
  background-color: #f0f0f0;
  box-sizing: border-box;
}
.areabox dl dd{
  padding: 5px 10px;
}
.areabox2{
  width: 42%;
}
.areabox2.freewidth{
  width: 42%;
}
.areabox2.freewidth2{
  width: 42%;
}
.areabox2 dl{
  display: table;
  width: 100%;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
}
.areabox2 dl:last-child{
  border-bottom: 2px solid #ccc;
}
.areabox2 dl dd input{
  width: 10rem;
  padding: 1px 5px;
}
.areabox2 dl dt{
  display: table-cell;
  padding: 5px 10px;
  width: 35%;
  border-right: 2px solid #ccc;
  font-weight: bold;
  background-color: #f0f0f0;
  box-sizing: border-box;
}
.areabox2 dl dd{
  padding: 5px 10px;
}
@media only screen and (max-width: 1024px) {
  .areabox dl dt,
  .areabox2 dl dt{
    display: block;
    padding: 5px 10px;
    width: 100%;
    border-right: none;
  }
  .areabox2.freewidth{
    width: 54%;
  }
  .areabox2.freewidth2{
    width: 30%;
  }
}
@media only screen and (max-width: 768px) {
  .areabox dl dt,
  .areabox2 dl dt{
    display: block;
    padding: 5px 10px;
    width: 100%;
    border-right: none;
  }
  .areabox2,
  .areabox2.freewidth,
  .areabox2.freewidth2{
    width: 100%;
  }
  .currenttime{
    font-size: 15px;
  }
}
.saihyoji {
  width: 100%;
  text-align: right;
}

.saihyoji a{
  padding: 10px 20px;
  background-color: #FF8040;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

#list_section th{
  background-color: #f0f0f0;
}
#list_section th,
#list_section td{
  padding: 3px 15px;
}
@media only screen and (max-width: 768px) {
  #list_section{
    overflow-x: auto;
  }
  #list_section table{
    width: 1110px;
  }
}
.c-box{
  margin-bottom: 30px;
}

.power ul{
  background-color: #f0f0f0;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  width: 15%;
  display: -webkit-flex;
  display: flex; 
}
.power ul li{
  text-align: center;
  width: 50%;
  padding:10px 0; 
}
.power ul li.current{
  background-color: #1D9D73;
  border-radius: 8px 0 0 8px;
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  color: #fff;
  font-weight: bold;
}
.power ul li:last-child.current{
  background-color: #FF8040;
  border-radius: 0 8px 8px 0;
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  color: #fff;
  font-weight: bold;
}
.error{
  background-color: #FBEEED;
  color: #D9534F;
  border:1px solid #F7D8DD;
  padding: 10px;
}
.mapbox a:not(.maparea a){
  border: 2px solid #000;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 5px;
  margin-bottom: 10px;
  display: inline-block;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
.maparea{
  width: 100%;
  height: 500px;
}
.engineerror ul{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  background-color: #c0c0c0;
}
.engineerror ul li{
  width: 12.5%;
  padding: 10px 0;
  text-align: center;
  line-height: 1.2;
}
.engineerror ul li p{
  height: 40px;
}
.engineerror ul li h4{
  font-size: 20px;
  font-size: 2rem;
  color: #cc0000;
}
@media only screen and (max-width: 1024px) {
  header{
    padding: 10px 5% 12px;
    display:block;
  }
  header h1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
  }
  header h1 a{
    width: 20%;
    max-width: 100px;
  }
  header .user ul{
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  header .user ul li:first-child{
    width: 100%;
    margin-bottom: 5px;
  }
  header .logout a{
    padding: 5px 10px;
    margin-left: 0;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 768px) {
    header h1{
    font-size: 20px;
    font-size: 2rem;
  }
  .mainbox{
    display: inherit;
  }
  .areabox{
    width: 100%;
  }
  .power ul{
    width: 50%;
  }
}

#loading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8;
  z-index: 99999999999999;
}
 
#loading .loadingMsg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 140px;
  background: url("/img/loading.gif") center center no-repeat;
}
.error_message{
  color: #d44950;
}

footer{
	bottom: 0;
	position: absolute;
 	margin: 0 auto;
 	width: 100%;
	background: #ffe;
	font-size: 14px;
	text-align: center;
  padding: 5px 0;
  line-height: 1.2;
}
.ftmb{
  margin-bottom: 60px;
}
.contract{
  padding: 0 50px 20px;
  border:1px solid #ccc;
  font-size: 16px;
  margin-top: 1em;
}
.contract h2{
  margin-top: 2em;
  margin-bottom: 10px;
}
.contract h3,
.contract p{
  margin-bottom: 10px;
}
.contract .text_small {
  font-size: 14px;
}
.emphasize {
  color:red;
  font-weight: bold;
}
.contractlist li{
  text-indent: -1.3em;
  padding-left: 1.3em;
  margin-bottom: 1em;
}
.contractcompany{
  margin-bottom: 1em;
}
.contractcompany dl{
  display: flex;
}
.contractcompany dl dt{
  width: 70px;
}
@media only screen and (max-width: 768px) {
  .contract{
    padding: 0 15px;
  }
}
.tablelistarea table{
  width: 100%;
  border:1px solid;
  border-right: none;
}
.tablelistarea table td{
  border-top:1px solid;
  border-right: 1px solid;
}
.tablelistarea table th{
  border-right: 1px solid;
}
@media only screen and (max-width: 768px) {
  .tablelistarea{
    overflow-x: auto;
  }
  .tablelistarea table{
    width: 940px;
  }
}
@media only screen and (max-width: 768px) {
  .ui-helper-reset{
    font-size: 11px !important;
  }
  .ui-tabs .ui-tabs-panel{
    padding: 1em 10px !important;
  }
}
@media only screen and (max-width: 768px) {
  #year_section{
    overflow-x: auto;
  }
  #year_section table{
    width: 1110px;
  }
}