@charset "UTF-8";
/* CSS Document */

.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; margin: 3%;}

/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }

#newsWrap{
display: block;
width: 100%; 
margin: 0 auto;
height: auto;
}
#newsWrap ul#newsList{/*211029〜*/
	width: 100%;
	margin: 0 auto;
	overflow-y: scroll;
	height: 150px;
	padding: 1em;
    background: rgba(255,255,255,0.9);

}
#newsWrap ul#newsList::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    box-shadow: 0 0 0 1px rgb(255 255 255 / 30%);
}
#newsWrap ul#newsList::-webkit-scrollbar-track {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgb(0 0 0 / 10%);
}
#newsWrap ul#newsList::-webkit-scrollbar {
    width: 5px;
}
.n-box{
width: 1170px;
    height: auto;
    display: block;
    margin: 0 auto;
}
.news-flex{
width: 50%;
display: flex;    
flex-wrap:wrap;
justify-content:space-between;
align-items:center; 
margin: 0 auto;    
}


ul#newsList{
    width: 100%;
	padding:2% 0;
}
ul#newsList li{
	color:#666;
	font-size:1em;
	margin:0;
	padding:1em 3%;
	margin-bottom:3px;
	line-height:120%;
	list-style-type:none;
    text-align: left;
        border-top: 2px solid #eee;
border-bottom: 2px solid #eee;
}
ul#newsList .title{
font-size: 0.9em;  
text-align: left;     
}
#newsWrap a{color:#000;text-decoration:underline; line-height: 1.5; }
#newsWrap a:hover{color:#2a2a2a;text-decoration:none;}
.up_ymd{
color: #ff0000;   
text-align: left;
}
.catName{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #eee;
	border-radius:6px;
	font-size:0.9em;
	line-height:100%;
	margin:0 2px;
background: #eee;
    color: #2a2a2a;
   
}
.newMark{
	display:inline-block;
	padding:1px 4px;
	font-size:0.7em;;
	line-height:100%;
	color:#006400;
	font-style:italic;
}
.comment{
	display:block;
	padding:3px 0;
	float:left;
	overflow:hidden;
	width:80%;/* 本文部分の幅。ここは特に設置ページ合わせて変更下さい */
}
.thumbNailWrap{
	display:block;
	width:110px;
	float:left;
	height:80px;
	overflow:hidden;
}
.sp{
display: none;
}
@media all and  (max-width:1150px){
.news-flex{
width: 95%;
}  
}
@media all and  (max-width:690px){

.up_ymd{
display: block; 
    
}    
}
