body {
    background-color: #ECECEC;    
}

.my-main-color {
//    background-color: #48D1CC;    
    background-color: #00B1BB; 
}
.login-bg {
  background-image:
    /*url("../img/s_homeandmap.jpg"),*/ /* 最前面の背景レイヤーの背景画像 */
    /*url("../img/s_parking001.jpg"),
    url("../img/s_homeandcar.jpg"),
    url("../img/s_map_m.jpg"),
    url("../img/s_parking005.jpg"),*/
    url('../img/map003_1280.jpg');/*背景*/

  background-repeat:
    /*no-repeat,*/ /* 最前面の背景レイヤーに対応 */
	/*no-repeat,
	no-repeat,
	no-repeat,
	no-repeat,*/
	repeat;

  background-position:
    /*top left, *//* 最前面の背景レイヤーに対応 */
	/*320px 0px,
	640px 0px,
	960px 0px,
	1280px 0px,*/
	top left;
}
/*タブメニューアクティブ時、下線の太さと色変化対応*/
.mui-tabs__bar > li.mui--is-active {
  border-bottom: 4px solid #00B1BB;
}
/*タブメニューアクティブ時、文字色とサイズ変化対応*/
.mui-tabs__bar > li.mui--is-active > a {
  color: #00B1BB;
  font-size: 18px;
}

/*************** Simple Toggle button CSS ***************/
.cmn-toggle 
{
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.cmn-toggle + label 
{
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input.cmn-toggle-round-flat + label 
{
  padding: 2px;
  width: 70px;
  height: 25px;
  background-color: #dddddd;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
input.cmn-toggle-round-flat + label:before, input.cmn-toggle-round-flat + label:after 
{
  display: block;
  position: absolute;
  content: "";
}
input.cmn-toggle-round-flat + label:before 
{
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #fff;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
input.cmn-toggle-round-flat + label:after 
{
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 18px;
  background-color: #dddddd;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  -ms-border-radius: 52px;
  -o-border-radius: 52px;
  border-radius: 52px;
  -webkit-transition: margin 0.3s, background 0.3s;
  -moz-transition: margin 0.3s, background 0.3s;
  -o-transition: margin 0.3s, background 0.3s;
  transition: margin 0.3s, background 0.3s;
}
input.cmn-toggle-round-flat:checked + label 
{
  background-color: #00B1BB;
}
input.cmn-toggle-round-flat-text + label:before
{
  padding-right: 5px;
  padding-top: 1px;
  color: #dddddd;
}
input.cmn-toggle-round-flat-text:checked + label:before
{
  padding-left: 5px;
  padding-top: 1px;
  color: #000000;
}
input.cmn-toggle-round-flat:checked + label:after 
{
  margin-left: 42px;
  background-color: #00B1BB;
}

/*************** Version Information DIV CSS***************/
.infoStyle {
  width: 510px;
  height:100px;
  border-style: "none";
  margin-left: -55px;
  margin-bottom:20px;
  clear: both;
  overflow:scroll;
  overflow-x:hidden;
}
.infoStyle ul {
  list-style-type: none;
  line-height:100%;
}
.infoStyle ul li {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCC;
  clear: both;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 1px;
  font-size: 100%;
}
.infoStyle ul li.first {
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #CCC;
  background-color: #F2F2F2;
}
.infoStyle ul li.odd {
  background-color: #F2F2F2;
}
.infoStyle ul li.even {
  background-color: #FFFFFF;
}

/* Dropdown Button */
/*
.dropbtn {
    margin:3px;
	
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    
}
*/
#err_msg1 {
	color:red;
}
#err_msg2 {
	color:red;
}
/*
#pinch_table{
	visibility:hidden;
}
*/
/* Dropdown button on hover & focus */
/*
.dropbtn:hover, .dropbtn:focus {
    background-color: #48D1CC;
}
*/
/* The container <div> - needed to position the dropdown content */
/*
.dropdown {
    position: relative;
    display: inline-block;
}
*/
/* Dropdown Content (Hidden by Default) */
/*
.dropdown-content {
    display: none;
    position: absolute;
    top:50%;
    left:120%;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
*/
/* Links inside the dropdown */
/*
.dropdown-content div {
    color: black;
    padding: 5px 10px;
    margin-top:5px;
    text-decoration: none;
    display: block;
}
*/
/* Change color of dropdown links on hover */
/*
.dropdown-content div:hover {background-color: #bfbfbf}
*/
/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
/*
.show {display:block;}
*/

/*Bree Serif Regularフォント対応*/
/* latin-ext */
@font-face {
  font-family: 'Bree Serif';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/4UaHrEJCrhhnVA3DgluA96Tp56N1.woff) format('woff');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Bree Serif';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/4UaHrEJCrhhnVA3DgluA96rp5w.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}