section.pager div.contents{
	width:230px;
	margin:0 auto 15px;
	height:110px;
	overflow-x: scroll;
	overflow-y: hidden;
	}

section.pager div.contents div.wp-pagenavi span.pages{
	display:none;
	}	
	
section.pager div.contents div.wp-pagenavi{
	width: max-content;
	}
	
section.pager div.wp-pagenavi a.page{
    display:inline-block;
    color:#fff;
    font-weight:bold;
    border-radius:50%;
   	width:50px;
   	height:50px;
   	text-align:center;
    line-height:50px;
    font-size: 20px;
    text-decoration: none;
	background:#DDD;
	margin:5px;
	}
	
section.pager div.contents div.wp-pagenavi span.pages{
	display:none;
	}
section.pager div.wp-pagenavi a.nextpostslink{
	display:none;
	}
section.pager div.wp-pagenavi a.previouspostslink{
	display:none;
	}
	
	
	section.pager div.wp-pagenavi span.current{
	display:inline-block;
    color:#fff;
    font-weight:bold;
    border-radius:50%;
   	width:50px;
   	height:50px;
   	text-align:center;
    line-height:50px;
    font-size: 20px;
    text-decoration: none;
	background:#496DBF;
	margin:5px;
	}
	
section.pager div.wp-pagenavi span.extend{
	display:none;}
section.pager div.wp-pagenavi a.first{
	display:none;}		
section.pager div.wp-pagenavi a.last{
	display:none;}	
			
	
	/*スクロールバーデザイン*/
	
div.contents::-webkit-scrollbar {
  background: #EEE;
  width: 7px;
  height: 7px;
}

div.contents::-webkit-scrollbar-thumb {
  background-color: #224EB1;
}

div.contents::-webkit-scrollbar-thumb:hover {
  background-color: #4977e0;
}
	
	