

/*ニュース*/
.information {
	width: 516px;
	margin-bottom: 30px;
}

.newsLine {
	width: 486px;
	margin-left: 10px;
	margin-bottom: 5px;
	font-size: 13px;
	padding-left: 10px;
	border-bottom: 1px solid #566ed4;
}

.newsDate {
	color: #566ed4;
	width: 90px;
	margin-right: 16px;
}

.newTxt {
	color: #6a6a6a;
	width: 380px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝施設*/

.institutionLine {
	margin-bottom: 25px;
}


/*休館のお知らせ*/

.closed_news{
	border: 2px solid red;
	margin-bottom: 10px;
	padding: 10px 15px;

}

.closed_title{
	text-align: center;
	font-size: 20px;
	color: red;
	font-weight: bold;
	/*padding: 5px 0 0 0;*/
	margin-bottom: 8px;
	border-bottom: 1px solid #ccc;
}

.closed_text{
	text-align: left;
	padding-bottom: 30px;
	font-size: 13px;
}

.closed_text ul{
	padding-left: 10px;
	list-style-type: none;
}

.closed_text li{
	list-style-type: none;
}

.closed_text_bottom{
	text-align: right;
	font-size: 13px;
}