

.news_in ul#newsList{
	margin:30px 0 15px;
	padding:0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	width: 100%;
}
.news_in ul#newsList li{
	color:#333;
	font-size:0.9em;
	margin:0;
	padding:5px 0;
	margin-bottom:3px;
	border-bottom:1px dotted #587b3b;
	line-height:120%;
	list-style-type:none;
	display: block;
}
.news_in #newsList a{
	color: #9373c7;
}

.catName{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #fff;
	border-radius:6px;
	font-size:11px;
	line-height:100%;
	margin:0 2px;
}
.newMark{
	display:inline-block;
	border:1px solid #9373c7;
	padding:1px 4px;
	font-size:11px;
	line-height:100%;
	background:#9373c7;
	color:#fff;
	box-shadow:1px 1px 1px #333;
	border-radius:8px;
}
.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;
}

/*詳細ページ*/
#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%;
	background-color:#9373c7;
	color: #fff;
	padding: 0.5em;
	position: relative;
	border-radius: 5px;
	transition:all 0.5s ease-in;
}

.detailUpfile img{
	max-width:100%;
	height:auto;
}
.pNav{
	font-size:11px;	
}
.news_data{
	padding: 10px;
}
.news_data h2{
	font-size: 1.5em;
	padding-left: 10px;
	line-height: 150%;
	margin: 20px 0;
	color:#587b3b;
	font-family: klee-one, sans-serif;
	font-weight: 600;
	font-style: normal;
}

@media (max-width: 768px){
	.news_in ul#newsList{
		width: calc(100% - 30px);
	}
}

