@charset "UTF-8";
/* CSS Document */
/*===index.php(メイン)用==============================*/
.catName {
	display: none;
}
#newsWrap ul#newsList a {
	color: #fff !important;
}
#newsWrap {
	background-color: transparent;
}
#newsWrap ul#newsList {
	width: 100%;
	max-height: 80px;
	padding-left: 40px;
	overflow-y: scroll;
}
#newsWrap ul#newsList li {
	list-style-type: none;
	padding: 9px 5px;
}
#newsWrap ul#newsList li .up_ymd {
	display: block;
	color: #fff;
	margin-right: 10px;
	letter-spacing: 0.05em;
	font-size: 0.95rem;
	font-weight: 700;
}
#newsWrap ul#newsList li .title {
	font-size: 1.05rem;
	letter-spacing: 0.12em;
	font-weight: 700;
}
#newsWrap ul#newsList li .title a {
	display: inline-block;
	text-decoration: none;
	transition: 0.4s;
	color: #fff !important;
}
#newsWrap ul#newsList li .title a::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
	transition: .4s;
	position: relative;
	top: -3px;
}
#newsWrap ul#newsList li .title a:hover::after {
	opacity: 0;
	width: 0;
}
@media (max-width: 985px) {
	#newsWrap ul#newsList {
		padding: 0 10px;
	}
}
@media (max-width: 550px) {
	#newsWrap ul#newsList {
		max-height: 82px;
	}
	#newsWrap ul#newsList li .title a {
		font-size: 0.85rem;
	}
}
#newsWrap ul#newsList li .title a:hover {
	opacity: 0.6;
}
/*スクロールバー*/
#newsWrap ul#newsList::-webkit-scrollbar {
	overflow: hidden;
	width: 1px;
	background: transparent;
}
#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: 14px;
	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: #3fbf53;
}
#news-detail #detail {
	padding: 10px 0;
}
@media (max-width: 450px) {
	.thx .inner {
		padding: 20px 10px;
	}
}
#news-detail .detailUpfile {
	margin: 5px 0 35px;
	text-align: center;
}
#news-detail .backORcloseBtn a {
	margin-top: 60px;
}