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

/*-----------------------トップーページのニュース-----------------------*/

.top_news{
	text-align: center;
	border-bottom: solid 2px #007c80;
	margin-bottom: 50px;
}

/*PC表示*/
/*幅800px以内*/
@media (min-width:768px) {
	.top_news{
		max-width: 800px;
		margin: 0 auto;
		margin-bottom: 50px;
	}
}

.news_logo{
	font-family: 'Shippori Mincho', serif;
	font-size: 18px;
	font-weight: 500;
	color: #007c80;
	line-height: 1.5;
	margin-bottom: 5px;
	text-align: center;
	border-bottom: solid 2px #007c80;
}

/*h3*/
.news_midashi{
	font-family: 'Shippori Mincho', serif;
	font-size: 15px;
	font-weight: 500;
	color: #161c2c;
	line-height: 2.5;
	margin-bottom: 5px;
}

.recent-list{
	margin: 10px 0px;
}


/*-----------------------ニュース１件ずつ（php）-----------------------*/
#news_page{
	margin-top: 80px;
	margin-bottom: 50px;
}

/*PC表示*/
/*幅800px以内*/
@media (min-width:768px) {
.news_page{
	max-width: 800px;
	margin: 0 auto;
	}
}

.news_page h3{
	color: #007c80;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: solid 2px #007c80;
}

.news_page a{
	color: #007c80;
	text-decoration: underline;
}

.news_page p{
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #161c2c;
	line-height: 1.2;
}

/*-----------------------ニュース一覧（html）-----------------------*/

#news{
	margin-top: 80px;
	margin-bottom: 50px;
}

/*PC表示*/
/*幅800px以内*/
@media (min-width:768px) {
.news{
	max-width: 800px;
	margin: 0 auto;
	}
}

.news-list{
	border-bottom: solid 1px #161c2c;
	margin-bottom: 40px;
	padding-bottom: 40px;
	margin-top: 40px;
}

.news-list a{
	color: #007c80;
	text-decoration: underline;
}