@charset "UTF-8";

/*-----------------------------------サブナビゲーション個別指定*/
#news #textArea.news-list dl{
	display: flex;
	border-bottom: 1px solid #D2C2AF;
	padding: 10px 0;
}
#news #textArea.news-list dl dt{ width: 9.5em;}
#news #textArea.news-list dl dd{ flex: 1;}
#news #textArea.news-list dl dd a{ text-decoration: none;}

#news #textArea.news-detail .day{ text-align: right; margin-bottom: 20px;}
#news #textArea.news-detail .detail-btn{
	background: #fff;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 10px;
}
#news #textArea.news-detail .detail-btn a{
	text-decoration: none;
	display: block;
}
#news #textArea.news-detail .detail-btn a.no{
	color: #999;
	pointer-events: none;
}


@media screen and (max-width: 767px){
	#news #textArea{ margin-bottom: 20px;}
	#news #textArea.news-list dl{ display: block;}
	#news #textArea.news-list dl dt{ width: auto; margin-bottom: 10px;}
}