.news .contents01 {background:#002;}
.news .contents01 ul {}
.news .contents01 li {color:#fff;border-bottom:dotted #555 1px;padding:5px 0px;
overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }
.news .contents01 a {color:#fff;text-decoration:underline;}
.news .contents01 li span.date {display:inline-block;width:120px;}

.news .contents01 .pagingwrap {text-align:center;padding:50px 0px 0px 0px;}
.news .contents01 .pagingwrap a {background:#fff;color:#000;display:inline-block;width:50px;height:50px;text-align:center;line-height:50px;font-size:14px;border-radius:50%;margin:0px 5px;}
.news .contents01 .pagingwrap a:hover {background:#ddd;color:#000;text-decoration:none;}
/*SP*/
@media (max-width: 896px){
	.news .contents01 li span.date {display:block;width:100%;}
}