@charset "UTF-8";
/* CSS Document */

.cat_sublist:after{display:block;clear:both;content:"";}

.cat_sublist{
	width:100%;
	border-bottom:dotted 1px #666666;
	margin:10px 0 10px;
	padding-bottom:10px;}

.cat_sublist ul:after{display:block;clear:both;content:"";}

.cat_sublist ul li{
	width:24%;
	text-align:center;
	float:left;
	padding:6px 0;
	background-color:#EEE;
	color:#FFF;
	margin:0 1.3% 1.3% 0;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px; }
	
.cat_sublist ul li a{
	text-decoration:none;
}

.cat_sublist ul li a p{
	font-weight:bold;
}

.cat_sublist ul li:nth-child(4n){
	width:24%;
	text-align:center;
	float:left;
	font-weight:bold;
	padding:6px 0;
	background-color:#EEE;
	color:#FFF;
	margin:0 0 1.3% 0;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px; }
	
	
@media screen and ( max-width:479px ){
	
.cat_sublist ul:after{display:block;clear:both;content:"";}

.cat_sublist ul li{
	width:49%;
	text-align:center;
	float:left;
	font-weight:bold;
	padding:6px 0;
	background-color:#EEE;
	color:#FFF;
	margin:0 2% 2% 0;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px; }
	
.cat_sublist ul li:nth-child(2n){
	width:49%;
	text-align:center;
	float:left;
	font-weight:bold;
	padding:6px 0;
	background-color:#EEE;
	color:#FFF;
	margin:0 0 2% 0;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px; }
	
}
	
	
	
	
/* カテゴリ・グループのフリースペース内全体の指定 */
.cg_freespace_01 {
	padding:0;
	margin:0 0 10px 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;
}
/* パンくず横並び */
ul.topicpass {
    margin-bottom:10px;
  	font-size:16px;
}

/* パンくず横並び */
ul.topicpass li {
    display: inline;
    margin: 0;
    line-height: 1.5em;
    padding: 0px;
    background-image: none;
}

/* 商品一覧だけ高さ変更
.itemlist3 ul li {
    height: 440px;
} */

p.sort {
    text-align: center;
    margin:20px 0;
}

