/* カテゴリ・グループのフリースペース内全体の指定 */
.cg_freespace_01 {
  padding:0;
  margin:20px 0 20px 0;
}
.cg_freespace_02 {
  padding:0;
  margin:20px 0 20px 0;
}
/* カテゴリ・グループのフリースペース内の<p>タグの余白設定 */
.cg_freespace_01 p,
.cg_freespace_02 p {
  margin:0 0 10px 0;
}
/* カテゴリ・グループのフリースペース内の<ul>タグの余白設定 */
.cg_freespace_01 ul,
.cg_freespace_02 ul {
  margin:0 0 10px 20px;
  padding:0;
}

/* 20131210 add */
.pageGuide{
padding: 0 10px;
}

.pagenation{
font-family: 'Century Gothic';
font-weight: bold;
font-size: 18px;
line-height: 1.2em;
}

a.pagePreviousBtn{
background-image: url(http://img07.shop-pro.jp/PA01254/975/etc/btn_previous_off.png?2120);
background-repeat: no-repeat;
width: 121px;
height: 28px;
display: block;
float: left;
text-indent: -9999px;
}

a.pagePreviousBtn:hover{
background-image: url(http://img07.shop-pro.jp/PA01254/975/etc/btn_previous_on.png?2096);
background-repeat: no-repeat;
}

a.pageNextBtn{
background-image: url(http://img07.shop-pro.jp/PA01254/975/etc/btn_next_off.png?2109);
background-repeat: no-repeat;
width: 121px;
height: 28px;
display: block;
float: right;
text-indent: -9999px;
}

a.pageNextBtn:hover{
background-image: url(http://img07.shop-pro.jp/PA01254/975/etc/btn_next_on.png?2132);
background-repeat: no-repeat;
}
