@charset "utf-8";
.building-header {
	background-color: #7886E7;
	box-shadow: 0px 3px 10px -1px rgba(0,0,0,0.5);
	/*height: 48px; メニュー表示の為削除*/
	color: white;
	line-height: 48px; /*47から48pxに変更*/
	/*padding: 0 15px 0 17px; 個別設定する為削除*/
	width: 100%;
}

.building-header > .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 13px;
}

.black-filter{
    position: fixed;
    background-color: black;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.3;
    display: none;
    z-index: 3;
}

.black-filter-lk{
    position: fixed;
    background-color: black;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.3;
    display: none;
    z-index: 4;
}

.connecting-window {
    display: none;
    position: fixed;
    background-color: #7886E7;
    width: 220px;
    height: 97px;
    text-align: center;
    color: white;
    font-size: 13px;
    left: 50%;
    top: 50%;
    margin-left: -110px;
    margin-top: -48px;
    z-index: 6;
}
.connecting-msg {
	margin-top: 0;
	margin-left: -5px;
}
.img-sp {
	margin: 0 3px 0 0;
}
.img-elev {
	margin : 5px 0 0 6px;
}
.spinner {
/*	margin-top: 100px;*/
	width: 220px;
	padding : 25px 0 0 7px;
}
.spinner > div {
	width: 4px;
	height: 4px;
	background-color: white;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
.spinner .bounce3 {
	-webkit-animation-delay: -0.08s;
	animation-delay: -0.08s;
}
.spinner .bounce4 {
	-webkit-animation-delay: -0.04s;
	animation-delay: -0.04s;
}
.spinner .bounce5 {
	-webkit-animation-delay: -0.02s;
	animation-delay: -0.02s;
}
 @-webkit-keyframes sk-bouncedelay {
 0%, 80%, 100%, {
-webkit-transform: scale(0)
}
 40% {
-webkit-transform: scale(1.0)
}
}
 @keyframes sk-bouncedelay {
 0%, 80%, 100% {
 -webkit-transform: scale(0);
 transform: scale(0);
}
40% {
 -webkit-transform: scale(1.0);
 transform: scale(1.0);
}
}

.notification-window .title{
	line-height: 30px;
	clear: none;
	background-color: transparent;
	box-shadow: none;
	padding: 0;
}

.notification-window .msg{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 49px;
	clear: both;
}
.notification-window .read_checkbox{
	padding-top: 15px;
	padding-left: 5px;
}

.notification-window .read_checkbox input[type="checkbox"]{
	border: 1px solid grey;
	border-radius: 3px;
}

.notification-window .read_checkbox input[type="checkbox"]:checked{
	background-color: #555;
}

.notification-window .icon{
	height: 30px;
	width: 30px;
	float: left;
	margin-right: 5px;
}

.notification-window .icon.type1{
	background: url(../../img/icon/icon_info.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30px;
}

.notification-window .icon.type2{
	background: url(../../img/icon/icon_error.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30px;
}

.error-window,.info-window,.comm-end-window,.notification-window{
    position: fixed;
    background-color: white;
    width: 95%;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
    z-index: 10;
}

.error-img{
	height: 60px;
	background-image: url(../../img/icon/icon_error.svg);
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: bottom;
}

.info-img{
	height: 60px;
	background-image: url(../../img/icon/icon_info.svg);
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: bottom;
}

.error-msg,.info-msg,.errorMessage,.comm-end-msg{
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
}

.error-type,.info-type{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: large;
	font-weight: bold;
    color: #7886E7;
}

.dummy-filter{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: none;
    z-index: 100;
}

.input_disabled {
	opacity: 0.5;
}
