
/* 新着情報 ================================================== */
.news_wrap{
	padding-top: 50px;
}
.news{
	max-width: 960px;
	margin: auto;
	padding: 20px;
	
}
/* NewsCMS ================================================== */

ul#newsList{
	margin:0 0 1em;
	padding:0;
	color:#000;
}
ul#newsList li{
	color:#000;
	font-size:1em;
	line-height: 180%;
	margin-bottom:0.5rem;
	list-style-type:none;
}
ul#newsList a{
	color:#7acc52;
	text-decoration:none;
	font-weight: 500;
}
ul#newsList a:hover{
	color:#000;
	text-decoration:none;
}

.up_ymd{
	margin:5px 10px;
	background: #7acc52;
	color: #1a1a1a;
	font-weight: 500;
	padding: 5px 10px;
	border-radius: 5px;
}
.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;
	border:1px solid #db678c;
	padding:2px 4px 1px;
	font-size:11px;
	line-height:100%;
	background:#db678c;
	color:#fff;
	box-shadow:1px 1px 1px #666;
	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;
}


/*詳細ページ*/
#up_ymd{
	text-align:right;
	font-size:13px;
	margin:5px 10px;
}
.news_data h2{
	color: #333;
	display: block;
	position: relative;
	max-width: 960px;
	margin: 0 auto 50px;
	vertical-align: middle;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	padding: 10px 0;
	font-size: 1.5em;
	border-bottom: solid #7acc52 3px;
	border-image: linear-gradient(to right, #7acc52, #0fc9ff) 1/0 0 5px;
}
.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%;
	background-color:#7acc52;
	color: #fff;
	padding: 0.5em;
	position: relative;
	transition:all 0.5s ease-in;
	border-radius: 30px;
}
.backORcloseBtn :hover{
	background-color:#c7dc68;
	color: #fff;
}
.detailUpfile img{
	max-width:100%;
	height:auto;
}
.pNav{
	font-size:11px;	
}