/* 新着情報　==================== */
.contents_news{
	width: 90%;
	max-width: 960px;
	margin: auto;
}
.news{
	padding: 0.5em 1.5em;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
.news h3{
	color:#fff;
	border-right: solid 3px #fff;
	padding-right: 1.5em;
	font-size: 1.5em;
}
.news_in{
	max-height: 100px;
	width: calc(100% - 150px);
	padding-left: 20px;
	overflow:scroll;
	/* スクロールバー非表示Edgeへの対応*/
	-ms-overflow-style: none;
	/* スクロールバー非表示Firefoxへの対応*/
	scrollbar-width: none;
}
 /* スクロールバー非表示Google Chrome、Safariへの対応*/
.news_in::-webkit-scrollbar{
	display: none;
}
#newsWrap ul#newsList{
	margin:0 0 15px;
	padding:0;
}
#newsWrap ul#newsList li{
	color:#fff;
	font-size:0.8em;
	margin:0;
	margin-bottom:1em;
	line-height:120%;
	list-style-type:none;
	padding: 1em;
	border-bottom: dashed 1px #fff;
	
}
#newsWrap ul#newsList li a{
	color: #fff;
}
#newsWrap ul#newsList li a :hover{
	color: #fff;
}

.catName{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #ccc;
	border-radius:6px;
	font-size:11px;
	line-height:100%;
	margin:0 2px;
}
.newMark{
	display:inline-block;
	padding:2px 4px 1px;
	font-size:11px;
	line-height:100%;
	background:#fff;
	color:#804000;
	border-radius:2px;
}
.comment{
	display:block;
	padding:3px 0;
	float:left;
	overflow:hidden;
	width:100%;
}
.thumbNailWrap{
	display:block;
	width:110px;
	float:left;
	height:80px;
	overflow:hidden;
}
/* Pager style */
.pager{
	text-align:right;
	padding:10px;
	clear:both;
}
/*ページャーボタン*/
.pager a{
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #333;
    font-size: 12px;
    padding: 3px 7px 2px;
    text-decoration: none;
	margin:0 1px;
}

/*現在のページのボタン*/
.pager a.current{
    background: #999;
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-size: 12px;
    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{
	display: block;
	text-align:center;
	line-height:100%;
	margin:30px auto;
	width: 320px;
	
}
.backORcloseBtn a{
	display:inline-block;
	text-align: center;
	width: 100%;
	padding:15px;
	background: #f7c0cf;
	color:#333;
	text-decoration:none;
	font-size:1rem;
	border-radius: 30px;
	transition:all 0.5s ease-in;
}
.backORcloseBtn a:hover{
	background: #e170a4;
}
.detailUpfile img{
	max-width:100%;
	height:auto;
}
.pNav{
	font-size:11px;	
}
.topic h3{
	font-size: 1.5em;
	padding: 5px 10px 0;
	border-left: solid 3px;
	line-height: 150%;
	margin: 20px 0;
}

@media (max-width: 959px){
	.news{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.news h3{
		border-right: none;
		padding: 0 0 15px;
	}
	.news_in{
		width: 100%;
		max-width: 700px;
		padding: 0 15px;
		
	}
}
@media (max-width: 450px){
	.news{
		padding: 10px;
	}
	.up_ymd{
		display: block;
	}
}



