@charset "UTF-8";
/* CSS Document */
/*===index.php(メイン)用==============================*/
.catName {
	display: none;
}
#newsWrap {
	padding: 20px 5px;
}
#newsWrap ul#newsList {
	width: 96%;
	margin: 0 0 0 auto;
	overflow-y: scroll;
	height: fit-content;
	padding: 0 20px;
}
#newsWrap ul#newsList li:first-child {
	border-top: 0.9px solid rgba(255, 255, 255, 0.5);
}

#newsWrap ul#newsList li {
	list-style-type: none;
	border-bottom: 0.9px solid rgba(255, 255, 255, 0.5);
	padding: 15px 10px;
	line-height: 2;
	font-size: 1rem;
	font-weight: bold;
	background: rgba(255, 255, 255, 0.5);
}
#newsWrap ul#newsList li .up_ymd {
	display: inline-block;
	color: #333;
	margin-right: 15px;
	font-size: 1rem;
	letter-spacing: 0.1em;
}
#newsWrap ul#newsList li .title a {
	display: inline-block;
	text-decoration: none;
	color: #333;
}
#newsWrap ul#newsList li .title a:hover {
	opacity: .7;
}
@media (max-width: 750px) {
	#newsWrap ul#newsList {
		width: 100%;
		margin: auto;
		padding: 0 5px;
	}
	#newsWrap ul#newsList li {
		padding: 5px 5px 10px;
	}
	#newsWrap ul#newsList li .up_ymd {
		line-height: 1.8;
		margin-bottom: 0;
		font-size: 0.9rem;
	}
	#newsWrap ul#newsList li .title {
		display: block;
	}
}
@media (max-width: 550px) {
	#newsWrap {
		padding: 10px;
	}
	#newsWrap ul#newsList li {
	font-size: 0.8rem;
	}
	#newsWrap ul#newsList li .up_ymd {
	font-size: 0.8rem;
	}
}
/* scrollbar */
#newsWrap ul#newsList::-webkit-scrollbar {
	overflow: hidden;
	width: 1px;
	background: #fafafa;
}
#newsWrap ul#newsList::-webkit-scrollbar-button {
	display: none;
}
#newsWrap ul#newsList::-webkit-scrollbar-thumb, #newsWrap ul#newsList::-webkit-scrollbar-corner {
	background: #fff;
}
#newsWrap ul#newsList::-webkit-scrollbar-thumb, #newsWrap ul#newsList::-webkit-scrollbar-corner {
	background: #fff;
}
/*===news-detail.php用==============================*/
#news-detail #up_ymd {
	text-align: right;
	font-size: 14.5px;
	margin: 5px 10px 10px;
}
#news-detail #up_ymd::before {
	font-family: "Font Awesome 5 Free";
	content: '\f017';
	font-weight: bold;
	padding-right: 0.5em;
	color: #fff;
}
#news-detail #detail {
	padding: 10px 0;
}
#news-detail .detailUpfile {
	margin: 5px 0 35px;
	text-align: center;
}
#news-detail .backORcloseBtn a {
	margin-top: 60px;
}