
ul#newsList{
	margin:0 0 15px;
	padding:0;
	color:#bdc3c9;
}
ul#newsList li{
	color:#bdc3c9;
	font-size:0.9em;
	margin:0;
	padding:0.5em 1em;
	margin-bottom:5px;
	line-height:120%;
	list-style-type:none;
	border-bottom: solid 1px #bdc3c9;
}
ul#newsList a{
	color:#fff;
	text-decoration:none;
	font-weight: 500;
}
ul#newsList a:hover{
	color:#a1b5c9;
	text-decoration:none;
}
.news_data{
	padding-bottom: 30px;
}
.news_data h2{
	font-size: 1.6em;
	font-weight: 700;
	vertical-align:middle;
	border-bottom: solid 1px;
	margin-bottom: 1rem;
}


.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 #bdc3c9;
	padding:2px 4px;
	font-size:11px;
	line-height:100%;
	background:#bdc3c9;
	color:#012437;
	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;
}
.topic{
	color: #000;
}
.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:#d9333f;
	color: #fff;
	padding: 0.5em;
	position: relative;
	border-radius: 30px;
	transition:all 0.5s ease-in;
}
.backORcloseBtn :hover{
	background-color:#000;
	color: #fff;
}
.detailUpfile img{
	max-width:100%;
	height:auto;
}
.pNav{
	font-size:11px;	
}