@charset "utf-8";
#body_main {
	font-size: 95%;
	color: #333;
	line-height: 1.4;
	font-family: Open Sans, "ヒラギノ角ゴ ProN", " メイリオ", sans-serif;
/*	background: #F0F0F2; */
	background: #FFFFFF;
/* 	margin-right:10px;
	margin-left:10px; */
}

/* body {
	font-size: 95%;
	color: #333;
	line-height: 1.4;
	font-family: Open Sans, "ヒラギノ角ゴ ProN", " メイリオ", sans-serif;
	background: #F0F0F2;
	background: #FFFFFF;
} */

#global_header {
	background: white;
	/* border-bottom : 0px; */
	border-bottom : 1px solid #bababa;
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3","Lucida Grande","Hiragino Kaku Gothic Pro",Osaka,Verdana,"ＭＳ Ｐゴシック",sans-serif;
}

#header {
	color: #333;
	line-height: 1.4;
	font-family: Open Sans, "ヒラギノ角ゴ ProN", " メイリオ", sans-serif;
	background: #FFFFFF;
}



.container {
	max-width: 100%;
}
p {
	margin-bottom: 0px;
}

.site_name {
    margin-bottom: 0px;
}

span.logo {
	font-weight: bold;
	font-size: 18px;
}

span.building-name {
	padding-left: 10px;
	text-align: right;
}

div.building-name {
	font-weight: bold;
	font-size: 16px;
	padding-left: 15px;
	line-height: 46px;
}

span.unitSubName {
	max-width: 6rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

/* 画面タイトル */
.title .screen-name{
	float: left;
}

/* 号機名 */
.title .elevator-name{
	float: left;
}

/* 客先呼称号機 */
.unitSubName{
	float: left;
}

/* 括弧(開始) */
.unitSubNamePrefix{
	float: left;
}

/* 括弧(終了) */
.unitSubNameSuffix{
	float: left;
}


.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
}
.wrapper {
	background: white;
}
.container-fluid {
	padding: 0;
}

/* #global_footer {
	color: #fff;
	background: #0b0b0b;
	padding: 12px 18px 12px 18px;
}
#global_footer ul.function_nav {
	border-left-color: #fff;
}
#global_footer .function_nav li{
	border-right-color: #fff;
}
#global_footer .function_nav a {
	color: #fff;
}
#global_footer .function_nav a:hover {
	color: #fff;
} */

#global_footer {
	color: #ffffff;
	background: #0b0b0b;
	/*padding: 12px 18px 12px 18px;*/
    /*font-size: .94em;
	line-height: 1.67; */
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3","Lucida Grande","Hiragino Kaku Gothic Pro",Osaka,Verdana,"ＭＳ Ｐゴシック",sans-serif;

}
/* #global_footer .function_nav {
	border-left-color: #ffffff;
} */
#global_footer .function_nav li{
	border-right-color: #ffffff;
}
#global_footer .function_nav a {
	color: #ffffff;
}
#global_footer .function_nav a:hover {
	color: #ffffff;
}
a, a:link {
	cursor: pointer;
}

a:hover {
	cursor: pointer;
	color: #7886E7;
	text-decoration: none;
}
ul, li {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
}
select {
	background-image: url(../../img/icon/btn_pulldown.svg);
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 30px;
}
input[type=checkbox] {
	width: 14px;
	height: 14px;
	-moz-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
	margin-right: 5px;
}
.table {
	margin-bottom: 0px;
}
.table th {
	text-align: left;
	padding-left: 20px;
	max-width: 190px;
}
.table th, .table td {
	background-color: white;
	vertical-align: middle;
}
.head-menu1{
	float: right;
}
.head-menu2 {
	padding: 0 10px 0 10px;
	float: right;
}
.head-menu1 a ,.head-menu2 a {
	height: 47px;
	width: 35px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	cursor: pointer;
}

.head-menu2 .head-menu-icon {
	background-image: url(../../img/icon/head_menu2.svg);
}

.title {
	background-color: #F0F0F2;
	/*box-shadow: 0px 15px 12px -22px #404040 inset;*/
	height: 38px;
	line-height: 39px;
	clear: both;
	padding: 0 20px 0 43px;
	background-repeat: no-repeat !important;
	background-position: 20px center;
}

.title-setting .elevator-name{
	margin-left: 10px;
}

.tab-box {
	clear: left;
	text-align: center;
}
.tab-innerbox {
	margin: 0 auto;
	width: 350px;
}
.tab {
	display: flex;
	padding: 10px 10px 10px 10px;
	overflow-x: auto;
	background-color: white;
	justify-content: center;
}
.tab::-webkit-scrollbar {
 display: none;
}
.tab a {
	display: block;
	color: #7886E7;
	min-width: 95px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 18px;
	white-space: nowrap;
	padding: 0 15px 0 15px;
	margin: 0 7px;
}
.tab li a.selected {
	background-color: #7886E7;
	color: white;
}
.tab-content {
	display: block;
}
div.top-border {
	border-top: 1px solid #dee2e6;
}


/* パネル表示設定 */
.panel{
	padding: 10px 0px 10px 15px;
	border-bottom: 1px solid #EFEFEF;
	background-repeat: no-repeat;
	background-position: 25px center;
	background-color: white;
	cursor: pointer;
}

/* 建物情報の文字 */
.panel-text{
	margin-left: 68px;
	height: 50px;
}

/* もっと見るパネル */
.expandMorePanel{
	background-position: 25px center;
	text-align: center;
}

/* もっと見るボタン */
.expandMore{
	background: url(../../img/icon/icon_more.svg);
	background-repeat: no-repeat;
	background-size: 13px;
	padding-left: 20px;
	background-position : 0% 50%;
}

/* もっと見るボタン テキスト */
 a.expandMore{
	color: #7D8BE8;
}

/* パネル左のアイコン */
.panel-icon-l{
	height: 50px;
	width: 50px;
	float:left;
	text-align:center
}

/* パネル右の">" */
.panel-icon-r{
	background: url(../../img/icon/icon_next.svg);
	background-repeat: no-repeat;
	background-position-y: center;
	height: 50px;
	width: 10px;
	float:right;
	padding-right: 30px;
	text-align:center
}

/* 号機が0件の場合の文字 */
.list-empty{
	text-align: center;
	margin-top: 15px;
	padding-bottom: 15px;
}

/*
.panel {
	padding: 10px 10px 10px 15px;
	border-bottom: 1px solid #dee2e6;
	background-repeat: no-repeat;
	background-position: 25px center;
	background-color: white;
	clear: both;
	min-height: 20px;
}
.panel-left {
	width: auto;
	margin-left: 68px;
}
.panel-right {
	float: right;
	margin-top: 14px;
	line-height: 39px;
}
.list-panel {
	padding: 10px 10px 10px 15px;
	border-bottom: 1px solid #dee2e6;
	background-color: white;
	cursor: pointer;
}
.list-panel-right {
	float: right;
	margin-top: 18px;
	line-height: 39px;
	background-image: url(../../img/icon/icon_next.svg);
	background-position: right center;
	background-repeat: no-repeat;
	width: 75px;
	min-height: 24px;
	margin-right: 10px;
}
.list-panel-left {
	margin-left: 5px;
}*/
.panel-child {
	text-indent: 15px;
}
.panel-grandson {
	text-indent: 30px;
}
.toggle-panel {
	padding: 10px 10px 10px 20px;
	border-top: 1px solid #dee2e6;
	background-color: white;
	font-weight: bold;
	cursor: pointer;
	min-height: 48px;
	line-height: 1.8;
}
a.toggle-button {
	font-weight: normal;
	float: right;
	width: 28px;
	display: block;
	background-image: url(../../img/icon/icon_open_gray.svg);
	height: 28px;
	background-repeat: no-repeat;
	background-position: center center;
}
a.toggle-button.open {
	background-image: url(../../img/icon/icon_close_gray.svg);
}
a.bottom-btn {
	height: 56px;
	width: 56px;
	display: block;
	background-color: #7886E7;
	color: white;
	border-radius: 28px;
	background-repeat: no-repeat;
	background-position: center center;
	box-shadow: 0px 3px 10px -1px rgba(0,0,0,0.5);
	position: fixed;
	right: 18px;
	bottom: 18px;
	z-index: 2;
}
a.btn-select {
	background-image: url(../../img/icon/btn_select.svg);
}
.btn {
	color: #7886E7;
	background-color: #E9E9ED;
	font-size: 17px;
}
.btn:hover {
	filter: brightness(90%);
}
.btn-primary {
	color: white;
	background-color: #7886E7;
	border-color: #4790E0;
}
.btn-primary:hover {
	color: white;
	background-color: #7886E7;
}
.btn-primary:active {
	background-color: #7886E7 !important;
}
.form-edit {
	background-color: white;
	padding: 15px;
}
.form-group {
	margin-bottom: 0.8rem;
}
.form-group label {
	display: block;
	clear: both;
	font-weight: bold;
}
.checkbox label {
	font-weight: bold;
	display: block;
}

/*.form-control.middle-left {
	width: 45%;
	float: left;
	margin-right: 10px;
}
.form-control.middle-right {
	width: 45%;
	float: right;
	margin-bottom: 1rem;
}*/

td.td-switch {
	text-align: right;
	padding-top: 7px;
	padding-bottom: 3px;
	padding-right: 15px;
}
td.td-input {
	padding: 7px 15px 7px 0;
}
.field-align {
	float: right;
}
.field-align > * {
	float: left;
}

input[type="radio"] {
	border: 1px solid grey;
	border-radius: 50%;
}

input[type="radio"]:checked {
	background-color: #555;
}

@media screen and (min-width: 768px) {
#global_footer {
    line-height: 1.88;
    font-size: 1em;
  }
}

@media screen and (max-width: 767px) {
#global_footer {
    font-size: .94em;
    line-height: 1.67;
  }
}