@charset "EUC-jp";
/* CSS Document */

/* ************************************************ 
 item_list　（商品一覧）
************************************************  */
.breadcrumb{
	width: 720px;
	font-size: 12px;
}

.breadcrumb li{
	padding: 0 2px;
	float: left;
}

h2.category_title{
	background: URL(http://img21.shop-pro.jp/PA01332/055/etc/title_common_bg.jpg) no-repeat;
	width: 720px;
	height: 60px;
	padding: 15px 0 0 50px; 
	margin: 0 auto;
	font-size: 20px;
	font-weight: bolder !important;
}

/*ソート*/
.sort{
	margin: 0 40px 0 0;
	font-size: 12px;
	text-align: right;
}

.sort span.sort_list{
	padding: 0 5px 0;
}

.sort span.bold{
	font-weight: bold;
}

/*ページャー*/
div.pager {
	margin: 0 40px 20px 0;
	font-size: 12px;
	text-align: right;
}


.item_text_box{
	padding: 0.5em;
	font-size: 12px;
}

.item_info{
}

.price{
	margin: 0.1em 0 0 0;
	display: block;
	text-align: center;
	font-weight: bold;
}

.category-list{
        clear:both;
}

li.sub_category{
	margin: 0 0 20px 0;
	float: left;
	list-style: none;
}

li.sub_category a{
	margin: 0 10px 0 0;
	padding: 5px 20px;
	background: #eee;
}


/* カテゴリ・グループのフリースペース内全体の指定 */
.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;
}