@charset "utf-8";

/************************************************
	
	ログイン

*************************************************/
#login_wrapper {
	width: 100%;
	text-align: center;
}

#login_wrapper #login_rogo {
	width: 340px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 20px;
}

#login_wrapper #login_form {
	width: 340px;
	margin: 0 auto;
}

#login_wrapper input[type="text"], #login_wrapper input[type="password"],
	#login_wrapper input[type="submit"] {
	width: 100%;
	box-sizing: border-box;
}

#login_wrapper input[type="text"], #login_wrapper input[type="password"]
	{
	padding: 10px;
	border: 1px solid #CCC;
	box-shadow: none;
}

/************************************************
	
	施設一覧

*************************************************/
.imgbox {
	width:80px;
	height:60px;
	background-color:#e5e5e5;
	text-align:center;
	line-height:60px;
	color: #000000;
	font-weight: normal;
	font-size: 80%;
}

.alertCount {
	width: 25px;
	height: 25px;
	background-color: #c80507;
	color: #ffffff;
	font-weight: normal;
	font-size: 80%;
	padding-top: 0px;
	overflow: hidden;
	/*float: right;*/
	margin: -65px 0px 0px 70px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 50%;
  	position: absolute;
	text-align: center;
	line-height: 25px;
}

.facility_list dl {
    display: block;
    background: #FFF;
    border: 1px solid #CDD7D7;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 10px;
    /*color: #333;*/
    color: #1F77B2;
    font-weight: bold;
    font-size: 130%;
}
.facility_list a:last-child {
    margin-bottom: 0;
}
.facility_list a:hover {
    color: #F5485A;
}
.facility_list dl {
    display: flex;
    align-items: center;
}
    .facility_list dl dt {
        margin-right: 20px;
    }
    
.linkmemo {
	margin-left: auto;
	font-size: 80%;
	align-items: center;
}

#news .popup-content {
    width: 500px;
    top: 66px;
    right: 0;
    background: #38B7AA;
}
    #news .popup-content h2 {
        font-size: 130%;
        color: #FFF;
        margin-bottom: 15px;
    }
    #news .popup-content li {
        background: #FFF;
        border-radius: 5px;
        margin: 0 10px 10px 0;
        padding-bottom: 20px;
    }
        #news .popup-content li .ttl h3 {
            float: left;
            width: 280px;
            border-left: 3px solid #F5485A;
            padding: 0 0 0 15px;
            margin-top: 20px;
            font-size: 110%;
        }
        #news .popup-content li .ttl p {
            float: right;
            margin: 20px 20px 0 10px;
        }
        #news .popup-content li .txt {
            margin: 15px 20px 0 18px;
        }

/************************************************
	
	装置一覧

*************************************************/
.device_list dl {
    display: block;
    background: #FFF;
    border: 1px solid #CDD7D7;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 10px;
    color: #333;
    font-weight: bold;
    font-size: 130%;
}
.device_list div:last-child {
     margin-bottom: 0;
}
.device_list a:hover {
    /* background: #F5EDEE; */
    /* border: 1px solid #F5485A; */
    color: #F5485A;
}
.device_list dl {
    display: flex;
    align-items: center;
}
    .device_list dl dt {
        margin-right: 20px;
    }

/************************************************
	
	アラート履歴

*************************************************/
#search_box01 {
    background: #FFF;
    padding: 10px 18px 10px;
    border-top: 1px solid #B6C0C1;
    font-size: 100%;
}
    #search_box01 .left_box {
        float: left;
    }
    #search_box01 .left_box > div {
        display: flex;
    }
    #search_box01 .left_box > div dl {
        margin-right: 30px;
    }
    #search_box01 .right_box {
        float: right;
    }



/************************************************
	
	施設詳細

*************************************************/
.balloon {
    position: relative;
    display: inline-block;
}
    .balloon dt {
        display: inline-block;
        cursor: pointer;
    }
    .balloon dd {
        display: none;
        position: absolute;
        top: 38px;
        right: -10px;
        width: 400px;
    }
        .balloon dd p {
            background: #FFF;
            padding: 15px;
            position: relative;
            border-radius: 5px;
            /*box-shadow: 0 0 6px #555;*/
            -webkit-filter: drop-shadow(0 0 4px rgba(0,0,0,0.6));
            font-size: 110%;
            text-align: left;
        }
        @media all and (-ms-high-contrast:none){
            .balloon dd p {
                box-shadow: 0 0 14px #555;
            }
        }
        .balloon dd p:after {
            border-bottom: 8px solid #fff;
            border-right: 8px solid transparent;
            border-left: 8px solid transparent;
            content: '';
            margin-left: -10px;
            position: absolute;
            top: -8px;
            right: 23px;
        }

#facility_info .popup-content {
    width: 460px;
    top: 66px;
    left: 0;
    background: #FFF;
    box-shadow: 0 1px 2px #999;
}
    #facility_info .popup-content h2 {
        font-size: 130%;
        margin-bottom: 15px;
    }
    #facility_info .popup-content dt {
        color: #999;
    }
    #facility_info .popup-content dd {
        font-size: 125%;
        margin-bottom: 15px;
    }
   
/* 20170420 SAYURI KADO 一覧テーブルにリンクを追加 */  
.anchorTbl a:hover {
    /* background: #F5EDEE; */
    /* border: 1px solid #F5485A;*/
    color: #F5485A;
}

/* 発生中警報メニュー異常件数表示用 */  
.icon {
	position: relative;
 }
 
.icon .badge {
  position: absolute;
  top: 3px;
  right: 4px;
} 

.icon .badge .inner {
  display: block;
  position: relative;
  margin: 1px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #fff;
  
  line-height: 25px;
  text-align: center;
  background-color: #c80507;
}

/* 発生中警報メニュー異常件数表示用 (メニューアイコン非表示時)*/  
.iconMenuNoIcon {
	position: relative;
 }
 
.iconMenuNoIcon .badge {
  position: absolute;
  top: -2px;
  right: 4px;
} 

.iconMenuNoIcon .badge .inner {
  display: block;
  position: relative;
  margin: 1px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #fff;
  
  line-height: 25px;
  text-align: center;
  background-color: #c80507;
}