@charset "UTF-8";

/* .buliding-info-div .system-header {
	line-height: 48px;
	clear: both;
	padding-left: 15px;
	padding-right: 15px;
}

.buliding-info-div .system-name {
	font-size: 18px;
	font-weight: bold;
}

.buliding-info-div .title{
	line-height: 48px;
	text-align: center;
	background-color: #767171;
	color: white;
} */

.notice-list-div {
	padding: 5px 15px;
}
.notice-list-div .notice-list{
	padding: 5px 10px 10px;
	background-color: #F0F0F2;
	border-radius: 3px;
}

.notice-list-div .notice-list .notice-link{
	padding: 8px 10px;
 	text-decoration: underline;
}

.notice-list-div .notice-list .notice-link:not(:last-child){
	border-bottom: 2px solid #CCD4DD;
}

 .notice-link a {
	color: black;
 }

.notice-link-empty {
	background-color: #F0F0F2;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.expandMoreArea {
	background-position: 25px center;
	text-align: center;
	padding-top: 5px;
}

 a.expandMore {
	color: #767171;
	background: url(../../img/icon/icon_more.svg);
	background-repeat: no-repeat;
	background-size: 13px;
	padding-left: 20px;
	background-position : 0% 50%;
}
