/* clearfix */
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }

/* ul#newsList{	margin:0 0 15px;	padding:0;} */
ul#newsList li{
	/* margin:0; */
	/* padding:5px 0;
	margin-bottom:3px;
	border-bottom:1px dotted #ccc; */
	line-height:120%;
	list-style-type:none;
}
ul#newsList li .title a{
	text-decoration: underline;
}

/* カテゴリー設定 */
.catName{
	display:inline-block;
	padding: 2px 8px;
	border:1px solid #ccc;
	border-radius:2px;
	line-height:100%;
	margin:0 2px;
}
.catName.gokitou{
	background: #71B1BB;
	border:1px solid #71B1BB;
	color: #fff;
	font-weight: bold;
}
.catName.bosyu{
	background: var(--mainRed);
	border:1px solid var(--mainRed);
	color: #fff;
	font-weight: bold;
}


.comment{
	/* display:block; */
	/* padding:3px 0; */
	/* float:left; */
}


/* お知らせ一覧アスペクト比 */
#newsList figure .thumbNail{
   height: 100%;
   object-fit: cover;
   aspect-ratio: 1 / 1;
}
.thumbNailWrap{
	display:block;
	width:110px;
	float:left;
	height:80px;
	overflow:hidden;
}

/* .comment{
	display:block;
	padding:3px 0;
	float:left;
	overflow:hidden;
	width:500px;
}
.thumbNailWrap{
	display:block;
	width:110px;
	float:left;
	height:80px;
	overflow:hidden;
} */


/* Pager style（外部化可） */
.pager{
	padding:10px;
	clear:both;
}
/*ページャーボタン*/
.pager a{
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #333;
    font-size: 14px;
    padding: 3px 7px 2px;
    text-decoration: none;
	margin:0 1px;
}


/* リンク全幅 */
#newsList li a ,.newsList_entry a{
  position: static; /* リンクのデフォルト位置をリセット */
}
#newsList li a::after,.newsList_entry a::after {
  content: ''; /* 擬似要素に内容を追加 */
  position: absolute; /* 親要素内で絶対配置 */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1; /* 他の要素より前面に配置 */
}



/*現在のページのボタン*/
.pager a.current{
    background: #999;
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-size: 14px;
    padding: 3px 7px 2px;
	margin:0 1px;
    text-decoration: none;
}

.pager a:hover{
    background:#999;
    color: #fff;
}

.overPagerPattern{
	padding:0 2px ;	
}


/* 詳細 */

#up_ymd{
	text-align:right;
	font-size:13px;
	margin:5px 10px;
}
.detailUpfile{
	margin:5px 0 35px;
	text-align:center;
}
.backORcloseBtn{
	text-align:center;
	line-height:100%;
	margin-top:15px;
}
.backORcloseBtn a{
	display:inline-block;
	padding:4px 15px;
	border:1px solid #aaa;
	color:#999;
	border-radius:6px;
	text-decoration:none;
	font-size:12px;
}
.detailUpfile img{
	max-width:100%;
	height:auto;
}
.pNav{
	font-size:11px;	
}