.news__list ul.list{
	margin: 0 3%;
}
.news__list ul.list li{
	position: relative;
	min-height: 90px;
	border-bottom: 1px solid #726055;
	margin-bottom: 3%;
	padding-bottom: 3%;
}
.news__list ul.list li p.img{
	float: left;
	width: 35%;
	overflow: hidden;
}
.news__list ul.list li p.img img{
	width: 100%;
	height: auto;
}
.news__list ul.list li a{
	color:#000;
	text-decoration:none
}
.news__list ul.list li .text{
	float:left;
	width: 62%;
	padding: 0 0 0 3%;
	line-height: 1.5em;
	font-size: 0.8em;
}
.news__list ul.list li .text .disp{
	display:none;	
}
.news__list ul.list li .text .date{
	color:#726055;
}
.news_detail{

}
.news_detail h3{
	line-height:1.6em;
	padding:3%;	
	font-weight:normal;
}
.news_detail .date{
	line-height:1.6em;
	padding:0 3% 3%;
	border-bottom: 1px solid #726055;
	color:#726055;
}
.text{
	padding:5% 3% 5%;
	line-height:1.5em;	
	font-size:0.9rem;
}
.text img{
	max-width:100%;
	height:auto;

}
.pager{
	width:100%;
	text-align:center;
}
.pager p{
	width: 35%;
	display:inline-block;
	margin: 5% 2%;
}
.pager p.main{
	width: 12%;
	margin: 0 0%;
}
.nolink{
	opacity:0.6;
}