html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, ins, kbd,
q, s, samp, small, strike, strong, sub, sup,
tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
	position: relative;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
a { outline:none !important; color:#000; text-decoration: none; }
a:focus { outline:none !important; color:#000; text-decoration:none; }
a:active { outline:none !important; color:#000; text-decoration:none; }
a:hover { color:#000; text-decoration:none; opacity:0.60; }
a:visit { color:#000; text-decoration:none; }
a {
	-webkit-transition:0.20s;
	        transition:0.20s;
}
a:hover {
	opacity: 0.70;
}
address {margin-top:0;}
b,strong {font-weight: 700;}
em,i,b {font-weight:700;}
p {	margin-bottom: 20px;}
ul,ol {	list-style: none;}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 0;
	width: 100%;
}
input[type="text"], 
input[type="button"], 
input[type="submit"], 
textarea {
	border-radius:0;
	-webkit-appearance: none;
}

/*-----------------------------------------------------------------------------------------
	body
-----------------------------------------------------------------------------------------*/
body {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size:16px;
	line-height:180%;
	color:#000;
    text-align: center;
	background:#fff;
}
html, body {
	height: 100%;
	width:100%;
	margin: 0;
	padding: 0;
}
main {
	position: relative;
}

#container {
    position: relative;
    max-width:840px;
    margin:0 auto;
}

/*---------- input hidden ----------*/
.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}

/*---------- input button ----------*/
/*
input.cmn-toggle-round + label {
  padding: 2px;
  width: 100px;
  height: 40px;
  background-color: #dddddd;
  border-radius: 40px;
}
input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 40px;
  transition: background 0.4s;
}
input.cmn-toggle-round + label:after {
  width: 45px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: margin 0.4s;
}
input.cmn-toggle-round:checked + label:before {
  background-color: #8ce196;
}
input.cmn-toggle-round:checked + label:after {
  margin-left: 57px;
}
*/

input[type="radio"] {
    display: none;
}
.label {
    display: block;
    width: 40px;
    height: 40px;
    line-height:40px;
    font-size:10px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #333;
    border-radius: 50%;
}
#form select {
    height:40px;
    width:100%;
    line-height:40px;
    margin-bottom:4%;
    border-radius: 0;
    font-size:16px;
    background:#fff;
    border:1px solid #333;
    color:#333;
    -webkit-appearance: none;
}
#form ol {
    display: flex;
    justify-content:flex-start;
}
#form ol li {
    margin:20px;
}
#form > dl > div {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
}
#form > dl > div > dt {
    width:35%;
    text-align: center;
}
#form > dl > div > dd {
    letter-spacing: 1px;
    width:60%;
}

/*-----------------------------------------------------------------------------------------
	TOP Page
-----------------------------------------------------------------------------------------*/
h1 {
    text-align: center;
    font-size:20px;
    line-height:80px;
    /*
    background:rgba(0,90,197,1.00);
    */
    background:#5795D4;
    color:#fff;
    margin:0 auto;
}
hr {
    margin:35px 0;
}

.ttl-carNo {
    font-size:20px;
    font-weight:700;
    margin:8% auto;
    text-align: center !important;
}
.ttl-carNo span {
    display: block;
    font-size:14px;
}

/*---------- 温湿度データ ----------*/
#deviceList {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;

    -webkit-justify-content: space-between;
            justify-content: space-between;
    max-width:840px;
    min-height:140px;
    padding:5% 4%;
    background:#f9f9f9;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}
#deviceList > div {
    width:94%;
    border-radius: 5px;
    margin:0 auto 4% auto;
    text-align: left !important;
    padding:5% 3% 5% 40%;
    -webkit-box-shadow:0 0 5px rgba(0,0,0,0.05);
            box-shadow:0 0 5px rgba(0,0,0,0.05);
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}
#deviceList > div > p {
    font-weight:700;
    font-size:17px;
    margin-bottom:5%;
    letter-spacing: 2px;
}
#termo_parameters > dl > div {
    display: -webkit-flex;
    display: flex;
    font-size:14px;
    font-weight:700;
}
#termo_parameters > dl > div > dt {
    width:30%;
}
#termo_parameters > dl > div > dd {
    letter-spacing: 1px;
    width:65%;
}
#battery_percent p {
    font-size:14px;
    font-weight:700;
}

#map {
    border:10px solid #fff;
    box-sizing: border-box;
}

.bx-tank {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    border-radius:0;
    padding:0 !important;
    -webkit-box-shadow:none !important;
            box-shadow:none !important;;
}

/*---------- バッテリー ----------*/
#battery {
    background:url("../img/ic_battery.svg") 10% 50% no-repeat #fff;
    background-size:70px auto;
}
/*---------- 水タンク ----------*/
#water {
    background:url("../img/ic_water.svg") 10% 50% no-repeat #fff;
    background-size:70px auto;
    width:48%;
}
/*---------- 汚水タンク ----------*/
#sewage {
    background:url("../img/ic_sewage.svg") 10% 50% no-repeat #fff;
    background-size:70px auto;
    width:48%;
}
/*---------- 感知 ----------*/
#motion {
    background:url("../img/ic_motion.svg") 10% 50% no-repeat #fff;
    background-size:70px auto;
}

/*---------- 温湿度 ----------*/
#thermometer {
    background:url("../img/ic_thermometer.svg") 10% 50% no-repeat #fff;
    background-size:70px auto;
}

/*---------- エアコン ----------*/
#aircon {
    background:url("../img/ic_aircon.svg") 10% 50% no-repeat #fff;
    background-size:70px auto;
}

/*---------- GPS表示ボタン ----------*/
#location_status {
    position: relative;
    padding:40px 2%;
}
.toggle_input {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: 100%;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}
.toggle_label {
  width: 75px;
  height: 35px;
  background: #ccc;
  position: relative;
  display: inline-block;
  border-radius: 40px;
  transition: 0.4s;
  box-sizing: border-box;
}
.toggle_label:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  top: 3px;
  left: 3px;
  z-index: 2;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: 0.4s;
}
.toggle_label:hover {
    cursor: pointer;
}
.toggle_input.on + .toggle_label {
  background-color: #4BD865;
}

.toggle_input.on + .toggle_label:after {
  left: 42px;
}

.toggle_button {
  position: relative;
  width: 75px;
  height: 35px;
  margin: auto;
}



/*-----------------------------------------------------------------------------------------
	トイレカー一覧
-----------------------------------------------------------------------------------------*/

#li_toiletcar {
    background:#efefef;
    padding:6% 0;
    min-height: 70vh;
}
#li_toiletcar h2 {
    font-size:16px;
    font-weight:700;
    margin:4% 0 4% 4%;
    text-align: left;
}
#li_toiletcar ul {
    width:90%;
    margin:0 auto;
    border-radius: 5px;
    padding:2% 4%;
    background: #fff;
    box-sizing: border-box;
}
#li_toiletcar ul li {
    position: relative;
    text-align: left;
    border-bottom:1px solid #efefef;
}
#li_toiletcar ul li:last-child {
    border-bottom:0;
}
#li_toiletcar ul li a {
    position: relative;
    display: block;
    padding:7% 2%;
    box-sizing: border-box;
}
#li_toiletcar ul li a:after {
    position: absolute;
    top:50%;
    right:3%;
    content:'';
    width:10px;
    height:10px;
    margin:-5px;
    border-top:2px solid #999;
    border-right:2px solid #999;
    transform: rotate(45deg);
}

#loginUser {
    text-align: right;
    font-size: 12px;
    padding:4% 2% 4% 0;
    line-height:150%;
    background:#f9f9f9;
}
#loginUser a {
    display: inline-block;
    margin-top:1%;
    color:#0000FF;
    text-decoration: underline;
}
#backBtn a {
    display: block;
    position: absolute;
    top:35px;
    left:25px;
    content:'';
    width:12px;
    height:12px;
    margin:-6px;
    border-top:2px solid #fff;
    border-right:2px solid #fff;
    transform: rotate(-135deg);
    z-index:10;
}

.login_form {
    position: relative;
    padding:10% 0;
    background:#f5f5f5;
    min-height:90vh;
}
.login_form form {
    width:90%;
    margin:0 auto;
    background:#fff;
    display: block;
    padding:4%;
    border-radius:5px;
    box-shadow:5px 5px rgba(0,0,0,0.03);
    box-sizing:border-box;
}
.login_form table {
    margin-bottom:8%;
}
.login_form table th,
.login_form table td {
    padding:1% 2%;
    text-align: left;
    box-sizing:border-box;
}
.login_form table th {
    font-size: 12px;
}
.login_form table td {}
.login_form table td input {
    border:1px solid #ccc;
    padding:2%;
    width:100%;
    height:50px;
    line-height:50px;
    background:#fff;
    box-sizing:border-box;
}
.login_form .login-error {
    margin:0 auto 6% auto;
    width:90%;
    font-size:12px;
    color:#ff0000;
    text-align: center;
}
.login_form input[type="submit"] {
	border:none;
	background:rgba(0,102,176,1.00);
	color:#fff;
	display: inline-block !important;
	width:50%;
	height:40px;
	margin:0;
	line-height:40px;
	font-size: 15px;
	border-radius:5px;
	-webkit-box-shadow:3px 3px 0 rgba(0,0,0,0.05);
			box-shadow:3px 3px 0 rgba(0,0,0,0.05);
}
.login_form input[type="submit"]:hover {
    cursor: pointer;
}