@charset "UTF-8";
/* CSS Document (新着情報CMS) */
/*===index.php(メイン)用==============================*/
.catName {
	display: none;
}
#newsWrap {
	width: 100%;
	position: relative;
}
.phplink {
	position: absolute;
	top: 46px;
	left: 50%;
	transform: translateX(-50%);
}
.phplink a {
	margin: 0 !important;
}
#newsWrap ul#newsList {
	overflow-y: scroll;
	max-height: 45px;
	width: 100%;
	padding: 0 20px;
}
#newsWrap ul#newsList li {
	list-style-type: none;
	padding: 5px 0;
}
#newsWrap ul#newsList li:last-child {
	border-bottom: none;
}
#newsWrap ul#newsList li .up_ymd {
	display: inline-block;
	color: #333;
	margin-right: 20px;
	letter-spacing: 0.05em;
	font-size: 0.95rem;
}
#newsWrap ul#newsList li .title {
	letter-spacing: 0.12em;
}
#newsWrap ul#newsList li .title a {
	text-decoration: none;
	transition: 0.4s;
	color: #333 !important;
}
#newsWrap ul#newsList li .title a:hover {
	opacity: 0.6;
}
@media (max-width: 750px) {
	.phplink {
		position: initial;
		transform: translateX(0);
	}
	.phplink a {
		margin-top: 5px !important;
	}
	#newsWrap ul#newsList {
		max-height: 83px;
		padding: 0 10px;
	}
	#newsWrap ul#newsList li {
		padding: 10px 0;
	}
	#newsWrap ul#newsList li .up_ymd {
		line-height: 1.8;
		margin-bottom: 0;
		font-size: 0.9rem;
		margin-right: 10px;
	}
	#newsWrap ul#newsList li .title {
		display: block;
	}
}
@media (max-width: 550px) {
	#newsWrap ul#newsList li .title a {
		font-size: 0.9rem;
	}
}
/*スクロールバー*/
#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: #333;
}
#newsWrap ul#newsList::-webkit-scrollbar-thumb, #newsWrap ul#newsList::-webkit-scrollbar-corner {
	background: #333;
}
/*===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 6 Free";
	content: '\f017';
	font-weight: bold;
	padding-right: 0.5em;
}
#news-detail #detail {
	padding: 10px 0;
}
#news-detail .detailUpfile {
	margin: 5px 0 35px;
	text-align: center;
}
#news-detail .backORcloseBtn a {
	margin-top: 60px;
}