
ul#newsList{
	margin:0 0 15px;
	padding:0;
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	color:#333;
}
ul#newsList li{
	color:#333;
	font-size:0.8em;
	margin:0;
	padding:8px 0;
	margin-bottom:3px;
	border-bottom:1px solid #69c78e;
	line-height:120%;
	list-style-type:none;
}
ul#newsList a{
	color:#69c78e;
	text-decoration:none;
}
ul#newsList a:hover{
	color:#333;
	text-decoration:none;
}

.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 #f7c200;
	padding:2px 4px 1px;
	font-size:11px;
	line-height:100%;
	background:#f7c200;
	color:#000;
	box-shadow:1px 1px 1px #999;
	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;
}
.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-color:#69c78e;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	border-radius: 5px;
	transition:all 0.5s ease-in;
}
.backORcloseBtn a :hover{
	background-color:#bfa62f;
}
.detailUpfile img{
	max-width:100%;
	height:auto;
}
.pNav{
	font-size:11px;	
}