

/*ニュース*/
.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 25px;
	/* padding-top: 25px; */
	text-align: center;
}

.closed_title {
	font-size: 20px;
	color: #555;
	font-family: UD-B, sans-serif;
	padding: 10px 0 0 0;
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}

.closed_links {
	margin: 0 auto;
	display: inline-block;
}

.closed_text {
    text-align: left;
    padding-bottom: 5px;
    margin-bottom: 10px;
    color: red;
    font-family: UD-B, sans-serif;
}

.closed_text:last-child {
	margin-bottom: 5px;
}


@media handheld, only screen and (max-width: 767px) {
	.closed_title {
		font-size: 15px;
		color: #555;
		font-weight: bold;
		padding: 10px 0 0 0;
		margin-bottom: 15px;
		border-bottom: 1px dotted #ccc;
	}

	.closed_links {
		margin: 0 auto;
		display: inline-block;
	}

	.closed_text:last-child {
		margin-bottom: 5px;
	}
}

