@charset "UTF-8";
/** ----------
------------- **/

/****** 告知エリアcss  ******/
#container .entry-conductor__info {
	margin: 40px 0 0 0;
	padding: 15px;
	color: #000;
	background-color: #fee;
  }
#container .entry-conductor__info a {
	/*font-weight: bold;*/
	
  }

/****** MVcss  未ログイン ここまで******/
/****** 緊急告知エリアcss  ログイン ここから******/
#container .utl__content-head.utl__content-kinkyu {
	vertical-align: top;
	padding: 0 20px;
}

#container .mod__top-kinkyu-list {
    /*background: #ffffff;*/
	max-width: 980px;
	padding: 10px 0;
	margin: 0px auto 0;
    text-align: left;
	position: relative;
	z-index: 1;
	display: block;
}
@media screen and (min-width: 768px) {
	#container .mod__top-kinkyu-list {
		margin-bottom: 0px;
	}
}

#container .mod__top-kinkyu-list li {
	font-size: 14px;
	line-height: 1.6;
	padding-left: 21px;
	margin-top: 5px;
	list-style-type: none;
	position: relative;
}
@media screen and (min-width: 768px) {
	#container .mod__top-kinkyu-list li {
		font-size: 14px;
	}
}

#container .mod__top-kinkyu-list li:first-child {
	margin-top: 0;
}

#container .mod__top-kinkyu-list li a:link,
#container .mod__top-kinkyu-list li a:visited {
	color: #000000;
	text-decoration: none;
}

@media screen and (min-width: 768px) {
#container .mod__top-kinkyu-list li a:hover{
	text-decoration: underline;
}
}

#container .mod__ico-top-kinkyu {
    background: url(/_assets/img/ico-info-red-large.png) no-repeat center center;
    background-size: contain;
    width: 16px;
    height: 16px;
    margin: 0 5px 0 0;
	position: absolute;
	left: 0;
	top: 0;
}
@media screen and (min-width: 768px) {
	#container .mod__ico-top-kinkyu {
		margin: 2px 5px 0 0;
	}
}

#container .mod__top-kinkyu-list p {
	font-size: 14px;
	line-height: 1.6;
	padding-left: 21px;
	margin-top: 5px;
	list-style-type: none;
	position: relative;
}

/****** 緊急告知エリアcss  ログイン ここまで******/
/****** 未ログインお知らせエリアcss  未ログイン******/
