﻿/*************************************************************
* 共通
**************************************************************/
/* ヘッダー・フッター */
.header_area, .tabnav_area{
  max-width:1600px;
  padding-left: 10px;
  top: 1px;
	text-align:left;
	position:relative;
	margin:auto;
  clear: both;
}
.header_area{
	height: 68px;
}
.footer_area{
	background-color: #fff;
	clear: both;
}
.header-logo{
  float: left;
  text-align:left;
  width: 120px;
}
.header-title{
  font-size: 1.5em;
  position: absolute;
  bottom: 10px;
  margin: 0 0 0 130px;
}
.header-syamei{
  float: right;
  width: 210px;
  margin: 5px;
}
.header-nav{
  background-color: #999;
}
.header-nav-link:hover {
  text-decoration: underline;
}
/* コンテンツ */
.layerImage{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	-moz-background-size:	cover;
	background-size: cover;
	background-color: #e2f5f8;
}
.layerTransparent{
	background-color: #e2f5f8;
	height: 100%;
}
.wrapper {
	width:95%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 10px;
  margin-top: 10px;
}
#page_content,#page_content2,#page_content3,#page_content4,#sidebar,#sidebar2,#page_info,#page_info2 {
	background-color: #FFF;
}
#page_content {
  max-width:1600px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
#page_content2 {
  max-width:1600px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFF;
}
.clearfix:after{
	content: "";
	clear: both;
	display: block;
}
#page_content3 {
  max-width:1000px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}
#page_content4 {
  max-width:600px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

img {
  height: auto;
}

article, aside, canvas, details, figcaption, figure, header, footer, main, menu, nav, section, summary {
	display: block;
}
article, aside {
	text-align: left;
	margin: 10px 10px 1em 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
h1, h1 a:link, h1 a:visited, .left_col h2, .right_col h2, .left_col h3, .right_col h3, aside h3 {
	margin-top: 0px;
	padding: 0px;
	line-height: 1.1em;
	clear: both;
	color: #999;
}
article h1 {
	font-size: 1em;
}
h2, h3, h4, h5, h6, h2 a:link, h3 a:link, h2 a:visited, h3 a:visited {
	padding: 0px;
	line-height: 1.1em;
	clear: both;
	color: #999;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #EEE;
	color: #333;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 1em;
}
button, input, select, textarea, canvas {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 1em;
}
a:link {
	text-decoration: none;
	color: #06c;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: red;
}
a img {
	border-width: 0;
}
dt{
	font-weight: bold;
}


aside ol {
	margin: 0px 0px 10px 2em;
	padding: 0px;
}
aside ul, ul.list {
	list-style-type: none;
	margin: 0px 0px 1em 0px;
	padding: 0px;
	border-top: dotted 1px;
}
aside ul li, ul.list li {
	padding: 0.5em 0px;
	margin: 0px;
	border-bottom: dotted 1px;
}
aside ol li {
	margin: 0px;
	padding: 5px 0px 5px 0px;
}
aside li a, .list a {
	display: block;
}


.subtitle {
	margin-top: -15px;
}
.lead {
	border: 1px solid #999;
	background-color: #EEE;
	margin: 10px 0;
	padding: 5px;
	clear: both;
}
.lead p {
	margin: 0;
}
.point {
	margin: 1em 0px 1em 0px;
	border: 1px dashed #999;
	padding: 10px;
	clear:both
}
.col_wrap {
	display: block;
    width: 100%;
    clear:both;
}
.left_col {
	float: left;
	width: 49%;
	margin-bottom: 10px;
	clear: both;
}
.right_col {
	float: right;
	width: 49%;
	margin-bottom: 10px;
}
.left_col ul, .right_col ul {
	padding-top: 0px;
	margin-top: 0px;
}
#nav{
	background-color: #CCC;
}
#nav ul{
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
#nav li{
	float:left;
	margin:0;
	padding:0;
}
#nav li a{
	display:block;
	padding:0 1em;
	color:#FFF
}

#sidebar {
  float: left;
  width: 220px;
  margin: auto 0px 10px 0px;
}
#sidebar2 {
  float: left;
  width: 370px;
  margin: auto 0px 10px 0px;
}
#page_info {
  margin-left: auto;
  margin-right: auto;
  width: 680px;
  float:center;
}
#page_info2 {
  width: 680px;
  float:center;
}
#page_content,#page_content2,#page_content3,#page_content4,#sidebar,#sidebar2,#page_info,#page_info2 {
  border-radius: 7px;
}
article, aside {
  padding-top: -10px;
  margin-top: 0;
  margin-bottom:0
}


/*
* ボタン
*/

/* base */
/* ------------------------------------------
 * CSS3 GITHUB BUTTONS (Nicolas Gallagher)
 * Licensed under Unlicense
 * http://github.com/necolas/css3-github-buttons
 * --------------------------------------- */
.button {
  position: relative;
  overflow: visible;
  display: inline-block;
  padding: 0.5em 1em;
  border: 1px solid #d4d4d4;
  margin: 0;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px 0 #fff;
  font:0.7em;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  background-color: #ececec;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
  background-image: -moz-linear-gradient(#f4f4f4, #ececec);
  background-image: -ms-linear-gradient(#f4f4f4, #ececec);
  background-image: -o-linear-gradient(#f4f4f4, #ececec);
  background-image: linear-gradient(#f4f4f4, #ececec);
  -moz-background-clip: padding; /* for Firefox 3.6 */
  background-clip: padding-box;
  border-radius: 0.2em;
  /* IE hacks */
  zoom: 1;
  *display: inline;
}
.button:hover,
.button:focus,
.button:active,
.button.active {
  border-color: #00f;
  border-bottom-color: #2a65a0;
  text-decoration: none;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
  color: #fff;
  background-color: #00f;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#599bdc), to(#3072b3));
  background-image: -moz-linear-gradient(#599bdc, #3072b3);
  background-image: -o-linear-gradient(#599bdc, #3072b3);
  background-image: linear-gradient(#599bdc, #3072b3);
}
.button:active,
.button.active {
  border-color: #2a65a0;
  border-bottom-color: #3884cd;
  background-color: #3072b3;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3072b3), to(#599bdc));
  background-image: -moz-linear-gradient(#3072b3, #599bdc);
  background-image: -ms-linear-gradient(#3072b3, #599bdc);
  background-image: -o-linear-gradient(#3072b3, #599bdc);
  background-image: linear-gradient(#3072b3, #599bdc);
}
/* overrides extra padding on button elements in Firefox */
.button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* Pill button */
.button.pill {
  border-radius: 50em;
}
.button-group {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  /* IE hacks */
  zoom: 1;
  *display: inline;
}
.button + .button,
.button + .button-group,
.button-group + .button,
.button-group + .button-group {
  margin-left: 15px;
}
.button-group li {
  float: left;
  padding: 0;
  margin: 0;
}
.button-group .button {
  float: left;
  margin-left: -1px;
}
.button-group > .button:not(:first-child):not(:last-child),
.button-group li:not(:first-child):not(:last-child) .button {
  border-radius: 0;
}
.button-group > .button:first-child,
.button-group li:first-child .button {
  margin-left: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.button-group > .button:last-child,
.button-group li:last-child > .button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.button-group.minor-group .button {
  border: 1px solid #d4d4d4;
  text-shadow: none;
  background-image: none;
  background-color: #fff;
}
.button-group.minor-group .button:hover,
.button-group.minor-group .button:focus {
  background-color: #599bdc;
}
.button-group.minor-group .button:active,
.button-group.minor-group .button.active {
  background-color: #3072b3;
}
.button-group.minor-group .button.icon:before {
  opacity: 0.8;
}
.button-container .button,
.button-container .button-group {
  vertical-align: top;
}
.button.primary {
  font-weight: bold;
}

/* Custom */
.search-button {
  font-size: 0.7em;
}
.close-button {
  font-size: 0.7em;
}
.return-button {
  position: absolute;
  right: 10px;
  bottom: 3px;
  font-size: 0.7em;
}
.reg-button {
  position: absolute;
  right: 180px;
  bottom: 3px;
  font-size: 0.7em;
}
.reg-button2 {
  position: absolute;
  right: 100px;
  bottom: 3px;
  font-size: 0.7em;
}
.reg-button3 {
  position: absolute;
  right: 270px;
  bottom: 3px;
  font-size: 0.7em;
}
.reg-button4 {
  position: absolute;
  right: 190px;
  bottom: 3px;
  font-size: 0.7em;
}
.reg-button5 {
  position: absolute;
  right: 100px;
  bottom: 3px;
  font-size: 0.7em;
}
.login-button {
  font-size: 0.7em;
}

/*
* テーブル
*/
.dataTable {
  max-width: 1600px;
}
.dataTables_length {
  margin-bottom: 5px;
}
table.history th, table.history_safetydev th, table.history_errdev th, table.gondolalist_table th {
  color: #fff;
  padding: 8px 15px;
  background-color: #258;
  font-weight: bold;
  border-left:1px solid #258;
  border-top:1px solid #258;
  border-bottom:1px solid #258;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(34,85,136,0.9);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
table.history thead tr th, table.history_safetydev thead tr th, table.history_errdev thead tr th, table.gondolalist_table thead tr th {
  border-left-color: white;
  border-right-color: white;
}
table.history th:first-child, table.history_safetydev th:first-child, table.history_errdev th:first-child, table.gondolalist_table th:first-child {
  border-radius: 5px 0 0 0;
}
table.history th:last-child, table.history_safetydev th:last-child, table.history_errdev th:last-child , table.gondolalist_table th:last-child {
  border-radius:0 5px 0 0;
  border-right:1px solid #258;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}
table.history tr td, table.history_safetydev tr td, table.history_errdev tr td, table.gondolalist_table tr td {
  padding: 8px 15px;
  border-bottom: 1px solid #84b2e0;
  border-left: 1px solid #84b2e0;
  text-align: center;
  width:50px;
}
table.history tr td:nth-child(1) {
  width:80px;
}
table.history tr td:nth-child(2) {
  width:30px;
}
table.history tr td:nth-child(5) {
  width:80px;
}
table.history_safetydev tr td:nth-child(1) {
  width:30px;
}
table.history_safetydev tr td:nth-child(2) {
  width:70px;
}
table.history_errdev tr td:nth-child(1) {
  width:100px;
}
table.history_errdev tr td:nth-child(2) {
  width:150px;
}
table.history_errdev tr td:nth-child(3) {
  width:150px;
}
table.gondolalist_table tr td:nth-child(1) {
  width:30%;
}
table.gondolalist_table tr td:nth-child(2) {
  width:20%;
}
table.gondolalist_table tr td:nth-child(3) {
  width:10%;
}
table.gondolalist_table tr td:nth-child(4) {
  width:25%;
}
table.gondolalist_table tr td:nth-child(5) {
  width:15%;
}
table.history tr td:last-child, table.history_safetydev tr td:last-child, table.history_errdev tr td:last-child, table.gondolalist_table tr td:last-child {
  border-right: 1px solid #84b2e0;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table.history tr, table.history_safetydev tr, table.history_errdev tr, table.gondolalist_table tr {
  background: #fff;
}
table.history tr:nth-child(2n+1), table.history_safetydev tr:nth-child(2n+1), table.history_errdev tr:nth-child(2n+1), table.gondolalist_table tr:nth-child(2n+1) {
  background: #f1f6fc;
}
table.history tr:last-child td, table.history_safetydev tr:last-child td, table.history_errdev tr:last-child td, table.gondolalist_table tr:last-child td {
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table.history tr:last-child td:first-child, table.history_safetydev tr:last-child td:first-child, table.history_errdev tr:last-child td:first-child, table.gondolalist_table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
table.history tr:last-child td:last-child, table.history_safetydev tr:last-child td:last-child, table.history_errdev tr:last-child td:last-child, table.gondolalist_table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
table.history tr:hover, table.history_safetydev tr:hover, table.history_errdev tr:hover, table.gondolalist_table tr:hover {
  background: #bbd4ee;
  cursor:pointer;
}
table.basicinfo {
  min-width: 95%;
	table-layout: fixed;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 3px solid #369;
  margin-left: 0px;
}
table.basicinfo th {
	text-align: left;
	width: 35%;
	padding: 5px;
	font-weight: bold;
	vertical-align: top;
	color: #153d73;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;

}
table.basicinfo td {
	word-break:break-all;
	width: 65%;
	padding: 5px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
table.basicinfo td div{
	overflow:hidden;
}
table.basicinfo tr:nth-child(even) {
  background: #f1f6fc;
}
table.editinfo {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 3px solid #369;
  margin-left: auto;
  margin-right: auto;
}
table.editinfo th {
	text-align: left;
	width: 170px;
	padding: 5px;
	font-weight: bold;
	vertical-align: top;
	color: #153d73;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
table.editinfo td {
	width: 250px;
	padding: 5px;
	vertical-align: center;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
table.editinfo tr:nth-child(even) {
  background: #f1f6fc;
}
.basic_info_edit_botton_area{
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0.7em;
  text-align: center;
}
.gondola_name {
  margin-bottom : 10px;
  margin-left : 15px;
  width: 80%;
  background: #FFFF;
  border: hidden;
  font-weight: bold;
  color: #153d73;
  height:auto;
  overflow:hidden;
}
.gondola_gwid {
  margin-bottom : 10px;
  padding-left : 10%;
  background: #FFFF;
  border: hidden;
  font-weight: bold;
  color: #153d73;
  height:auto;
  overflow:hidden;
}
/*************************************************************
* 登録・編集・クリア
**************************************************************/
.edit_title {
  margin-bottom : 10px;
  padding-left: 5%;
  font-weight: bold;
  color: #153d73;
}
.check_msg {
	margin-top : 15px;
  margin-bottom : 10px;
  margin-left : 100px;
  margin-right : 0px;
}
.success_msg {
	font-weight: bold;
	color: #153d73;
	margin-top : 15px;
  margin-bottom : 10px;
  margin-left : 50px;
  margin-right : 0px;
}
.input_err {
  margin-top : 10px;
  margin-bottom : 10px;
  margin-left : 100px;
  margin-right : 0px;
  font-weight: bold;
  color: red;
}
.input_success {
  margin-top : 10px;
  margin-bottom : 10px;
  margin-left : 100px;
  margin-right : 0px;
  font-weight: bold;
}
.edit_table_area{
  padding-left: 20px;
  width: 95%;
  height: 680px;
  overflow-y:scroll;
}
.userreg_table_area{
  padding-left: 20px;
  width: 95%;
  height: 100px;
}
/*************************************************************
* 基本情報
**************************************************************/
.basic_info_l_side {
  width: 39%;
  margin-right: 1%;
  float: right;
}
.basic_info_r_side {
  float: right;
  width: 60%;
}
.graph_title {
  display: inline-block;
  width: 30%;
  margin-top : 0px;
  margin-bottom : 10px;
  margin-right: 10px;
  font-weight: bold;
  color: #153d73;
}
.graph_btn_frame {
  display: inline-block;
}

/* 稼働時間グラフ日付切り替えボタン */
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
}
.tab-label {
  color: White;
  background: LightGray;
  margin-right: 5px;
  padding: 3px 12px;
  order: -1;
}
.tab-content {
  width: 100%;
  display: none;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  background: DeepSkyBlue;
}
.tab-switch:checked+.tab-label+.tab-content {
   display: block;
}
/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}







.bottom_plus{
  margin-bottom : 20px;
}
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
}
.tab-label {
  color: White;
  background: LightGray;
  margin-right: 5px;
  padding: 3px 12px;
  order: -1;
}
.tab-content {
  width: 100%;
  display: none;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  background: DeepSkyBlue;
}
.tab-switch:checked+.tab-label+.tab-content {
   display: block;
}
/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}


.space1 {
	clear:both;
	height:20px;
  background: #FFF;
}
.graph {
  float: right;
  height: 181px;
  width: 440px;
  background: #FFFFFF;
  border-left: 1px solid #808080;
  border-bottom: 1px solid #808080;
  margin-top : 18px;
  margin-bottom : 0px;
  margin-left : 0px;
  margin-right : 0px;
}
.bar_none {
  float: left;
  text-align: center;
  position: relative;
  margin-left: 2px;
  width: 13px;
  border: 1px solid #fff;
}
.bar_blue {
  float: left;
  text-align: center;
  position: relative;
  margin-left: 2px;
  width: 13px;
  background-image: linear-gradient(to bottom, #B2FEFA, #0ED2F7);
  border: 1px solid #0ED2F7;
}
.bar_red {
  float: left;
  text-align: center;
  position: relative;
  margin-left: 2px;
  width: 13px;
  background-image: linear-gradient(to bottom, #DE6262, #FFB88C);
  border: 1px solid #FFB88C;
}


/* 現在のゴンドラ状況 */
.gondola_savetydev_frame {
  margin-left: 5px;
  margin-bottom: 10px;
  padding: 10 10 10 10;
  width: 95%;
  height: auto;
  display: flex;
  border-radius: 5px;
}
.frame_green {
  border:2px solid lime;
  box-shadow: 0 0 10px rgb(168, 245, 168);
}
.frame_bule {
  border:2px solid aqua;
  box-shadow: 0 0 10px rgb(154, 248, 217);
}
.frame_orange {
  border:2px solid orange;
  box-shadow: 0 0 10px rgb(248, 199, 109);
}
.frame_red {
  border:2px solid red;
  box-shadow: 0 0 10px rgb(247, 129, 129);
}
.safetydev_title {
	width:100%;
  margin-top : 10px;
  margin-bottom : 10px;
  margin-left : 0px;
  margin-right : 0px;
  font-weight: bold;
  color: #153d73;
}
.safetydev_table{
  width: 100%;
}
.safetydev_td_name1, .safetydev_td_name2, .safetydev_td_name3  {
  width: 16%;
}
.safetydev_td_name4 {
  width: 10%;
}
.safetydev_td_name5, .safetydev_td_name6  {
  width: 16%;
}
.safetydev_td_img {
  width: 13%;
}
.contactor_str:before  {
  content: "コンタクタ異常";
}
.pendant_str:before  {
  content: "ペンダント異常";
}
.bisolock_str:before  {
  content: "ビソロック";
}
.ropeend_str:before  {
  content: "ロープエンド";
}
.denryuusen_str:before  {
  content: "電流センサ異常";
}
.batterypac_str:before  {
  content: "ﾊﾞｯﾃﾘｰﾊﾟｯｸ異常";
}
.winderprotect_str:before  {
  content: "ワインダー保護";
}
.winderdisconn_str:before  {
  content: "ワインダー未接続";
}
.batteryinfo {
  margin-top : 10px;
  margin-bottom : 10px;
  margin-left : 0px;
  margin-right : 0px;
}
.glamp_area1{
  width: 34%;
  display: flex;
}
.glamp_area1-1{
  width: 63%;
  padding: 5px 5px 5px 5px;
}
.glamp_area1-2{
  width: 37%;
  padding: 7px 5px 0px 5px;
}
.glamp_area2{
  width: 26%;
  display: flex;
}
.glamp_area2-1{
  width: 53%;
  padding: 5px 5px 5px 5px;
}
.glamp_area2-2{
  width: 47%;
  padding: 7px 5px 0px 5px;
}
.glamp_area3{
  width: 40%;
  display: flex;
}
.glamp_area3-1{
  width: 37%;
  padding: 5px 5px 5px 5px;
}
.glamp_area3-2{
  width: 31%;
  padding: 7px 5px 0px 5px;
}
.glamp_area3-3{
  width: 32%;
  padding: 7px 5px 0px 5px;
}
.lamptext{
  height: 30px;
  margin-top: 5px;
}
.lampimg{
  width:70px;
  height:auto;
}
.glamp_area_blank {
	height:170px;
  background: #FFF;
}


/*************************************************************
* 過去の稼働時間・安全装置作動履歴・メンテナンス
**************************************************************/
/* 共通 */
.history_month {
  margin-left: auto;
  margin-right: auto;
  background: #FFFFFF;
  width: 100%;
}
.history_m {
  padding-left: 15px;
  font-weight: bold;
  color: #153d73;
  float: left;
}
.history_np {
  padding-right: 30px;
  text-align: right;
  color: #153d73;
}
.safetydev_month {
  margin-left: 15px;
  margin-bottom: 10px;
  background: #FFFFFF;
  width: 100%;
}
.safetydev_m {
  margin-left: 15px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #153d73;
}
.nohistory_msg {
  float: left;
  background: #FFFFFF;
}
.nohistory_msg_foot{
	clear: both;
	width: 460px;
	height: 5px;
	padding: 10px;
}
.decision_botton{
  width:370px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  text-align: center;
  font-size: 0.7em;
  background: #FFFFFF;
}
.check_pass{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.history_table_area{
  padding-left: 20px;
  width: 95%;
  height: 680px;
}
.history_table_frame{
  padding-left: 20px;
  width: 95%;
}
/* メンテナンス */
.safetydev_np {
  text-align: right;
  color: #153d73;
  background: #FFFFFF;
}

/*************************************************************
* ゴンドラ一覧
**************************************************************/
.gondolalist_title {
  margin-left: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #153d73;
  float: left;
  width: 80%;
  padding: 5 5 5 5 ;
}
.gondolalist_table_area{
  padding-left: 20px;
  width: 95%;
}

/*************************************************************
* ログイン
**************************************************************/
#form{
  width: 400px;
  margin: 200px auto;
  padding: 20px;
  border: 1px solid #555;
}
form p{
    font-size: 14px;
}
.form-title{
  text-align: center;
}
.id{
  margin-bottom: 20px;
}
.pass{
  margin-bottom: 20px;
}
input[type="text"], input[type="password"] {
  width: 300px;
  padding: 4px;
  font-size: 14px;
}
.submit{
  text-align: center;
}
#form p{
  color: #153d73;
  font-weight: bold;
}
#form .form-title{
  font-size: 16px;
  color: #153d73;
}
.version{
  font-size: 14px;
  color: #111111;
	margin-top: 10px;
}
#form{
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 1px 10px #153d73;
  -moz-box-shadow: 0px 1px 10px #153d73;
  box-shadow: 0px 1px 10px #153d73;
  border: solid #153d73 1px;
  background: #fafafa;
}
#form .form-title{
  padding-bottom: 6px;
  border-bottom: 2px solid #153d73;
  margin-bottom: 20px;
}
.submit_login input{
  color: #ffffff;
  font-size: 16px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  text-decoration: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 8px 6px #e3e3e3;
  -moz-box-shadow: 0px 8px 6px #e3e3e3;
  box-shadow: 0px 8px 6px #e3e3e3;
  border: solid #f5fdff 4px;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#61c7e0), to(#418da8));
  background: -moz-linear-gradient(top, #61c7e0, #418da8);
  }
.submit_login input:hover{
  background: #37a4bf;
}

/*************************************************************
* TOP（地図表示）
**************************************************************/
.map_explanation{
  width: 100%;
  margin-top: 10px;
  margin-left: 10px;
  display: flex;
}
.pinexplan_area {
  display: flex;
  width: 60%;
}
.weathermode {
  cursor: pointer;
  margin: 0 0 0 auto;
  float: right;
  padding-right: 20px;
}
.pinexplan1{
  display: flex;
}
.pinexplan2{
  display: flex;
}
.pinexplan3{
  display: flex;
}
.pinexplan4{
  display: flex;
}


.pinexplanicon{
  margin-top: 5px;
  margin-left: 10px;
}
.pinimg{
  width: 20px;
  height: auto; 
}
.pinexplanstr{
  margin-top: 7px;
  margin-left: 10px;
}
#disp_gmap {
	background-color: #FFF;
	width:	100%;
	height:	75%;
}
#disp_gmap img{
	max-width:none;
}

/*************************************************************
* ゴンドラ一覧
**************************************************************/



/*************************************************************
* TOP（地図表示）・ゴンドラ一覧
**************************************************************/
#filter {
  cursor: pointer;
  text-decoration: underline;
  margin: 0 0 0 auto;
}
.filter {
  text-align: left;
  width: 70%;
}
#filter:hover {
  color: rgb(0, 81, 255);
}
label, input[type='checkbox'] {
  cursor: pointer;
}
input[type="radio"],input[type="checkbox"]{
  position: relative;
  top: 2px;
}

.overlayMenu{
  width: 100%;
}
.filterp{
  margin-top: 1px;
  margin-bottom: 5px;
}
.right {
  margin: 0 0 0 auto;
}

/* 絞り込みウィンドウ */
#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(99, 99, 99, 0.3);
  display: none;
  z-index: 998;
}
#overlayWindow {
  width: 40%;
  height: 70%;
  margin: 90px auto;
  border: 2px solid #d7dce0;
  background-color: #ffffff;
  padding: 30px;
  text-align: left;
  display: none;
  z-index: 999;
  border-radius: 7px;
  overflow-y: scroll;
}
.close-button{
  font-size: 100%;/*ボタンの大きさ*/
  font-weight: bold;
  border: 1px solid #999;
  color: #999;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  width: 1.3em;
  line-height: 1.3em;
  cursor: pointer;
  transition: .2s;
}
.close-button:hover{
  background: #333;
  border-color: #333;
  color: #FFF;
}
hr.style-one {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.allStatus{
  width: 100%;
  margin-bottom: 10px;
}
.filterstatus{
  margin-bottom: 10px;
}
.all-jp{
  width: 100%;
  margin-bottom: 10px;
}
.east-jp{
  width: 40%;
  margin: 0 0 0 auto;
  float: left;
}
.east-jp-label{
  margin-top: 10px;
}
.west-jp{
  width: 60%;
  margin: 0 0 0 auto;
}
.west-jp-label{
  margin-top: 10px;
}
.east-branchs{
  margin-top: 5px;
  margin-left: 15px;
}
.west-branchs{
  margin-top: 5px;
  margin-left: 15px;
}
label {
  display: inline-block;
}
.search_botton{
  width:100%;
  text-align: center;
  font-size: 0.7em;
  background: #FFFFFF;
}
#detail {
  cursor: pointer;
  text-decoration: underline;
  margin: 0 0 0 auto;
}

.detail {
  text-align: center;
}

#detail:hover {
  color: rgb(0, 81, 255);
}

.gondolalist_ope_line{
  width:100%;
  margin-left: 0px;
  margin-bottom: 10px;
  display: flex;
  padding-left: 0px;
  padding-top: 0px;
}
.select_branch {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 30px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 10px;
  border: 1px solid #b4b3b3;
  border-radius: 2px;
}
select_branch::-ms-expand {
    display: none;
}

.select_area {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 30px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 10px;
  border: 1px solid #b4b3b3;
  border-radius: 2px;
}

/*************************************************************
* 環境データ情報
**************************************************************/
.env_info_l_side {
  width: 20%;
  margin-right: 1%;
  float: right;
}
.env_info_r_side {
  float: right;
  width: 79%;
}
.envinfo_latlng {
  font-size: small;
}
.envinfo_latestdata {
  font-size: small;
}
#selectedDatetime {
  width: 75%;
}
#devinfoTable {
  border: 1px solid #000000;
  margin-left: 3%;
  margin-bottom: 1%;
  width: 95%;
  border-collapse: collapse;
}
#devinfoTable th, #devinfoTable td {
  border: 1px solid #000000;
  padding: 8px;
  text-align: left;
  border-right: 1px solid #000000; /* 縦の枠線を追加 */
}
#devinfoTable th {
  background-color: #369;
  color: #fff;
}
.env_info_filteritem {
  margin-bottom: 3%;
}

/*************************************************************
* 不明
**************************************************************/

img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  /* Set up positioning */
  position: fixed;
  /* またはabsolute; */
  top: 0;
  left: 0;
}

.label  {
  /* 右端以外の枠線 */
  border: 1px #ccc;
  border-style: solid none solid solid;

  /* 隙間を詰める */
  float: left;

  /* 背景グラデーション */
  background-color: #eee;
  background-image: linear-gradient(to bottom, hsl(0,0%,98%) 0%,hsl(0,0%,77%) 100%);

  /* ラベルテキスト */
  color: #777;
  text-align: center;
  text-shadow: 1px 1px #fff;

  cursor: pointer;
  padding: 5px;
  width: 120px;
}

.fullscreen img { width: 100%; }

body {
  text-align: center;
}

button {
  font-size: 1.2em;
  color: #D04255;
  background-color: #FFF;
  border: solid 2px #D04255;
  border-radius: 3px;
  transition: .4s;
}

button:hover {
  background: #D04255;
  color: #FFF;
}


.bgc_white{
  background-color: #fff;
}
.bgc_darkgray{
  background-color: #999;
}

.bgc_plum{
  background-color: plum;
}
.bgc_green{
  background-color: chartreuse;
}
.bgc_yellow{
  background-color: yellow;
}

#chartjs-tooltip {
  opacity: 1;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  color: white;
  border-radius: 3px;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
  pointer-events: none;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.chartjs-tooltip-key {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}
