@charset "utf-8";

/***************************************************
    
	style info : M_pager
	
***************************************************/

ul.M_pager{
background: #f3f3f3;
    padding: 14px !important;
}
ul.M_pager li {
	  margin:0;
	  padding:0;
	  font-size:14px !important;
	      font-weight: lighter;
	      height:30px;
}
ul.M_pager li.next a{
display:inline-block;
background:url(https://gigaplus.makeshop.jp/tallshoes/category/pager_prev.png) no-repeat left 3px !important;
height:15px;
width:54px;
    text-indent: -99999px;
}
#category ul.M_pager li.next:last-child  a{
background:url(https://gigaplus.makeshop.jp/tallshoes/category/pager_next.png) no-repeat left 3px !important;
}

ul.M_pager li a{
	padding:2px 1em 0 !important;
	background:none;
	border:none !important;
	text-decoration:underline !important;
	line-height:15px;
}

#category ul.M_pager li.next:last-child a:hover,
ul.M_pager li.next a:hover{
	text-decoration:none !important;
	background-position:left -15px !important;
}
ul.M_pager li a:visited {
      text-decoration: none;
}
ul.M_pager li a:hover,
ul.M_pager li a:active {
      text-decoration: none;
          padding: 2px 1em 0;
}
ul.M_pager li.active {
      font-weight: bold;
	  padding:2px 1em 0 !important;
}
