.item_archive .contents{
  padding-top:30px;
}
.item_archive h3.title a{
  text-decoration:none;
  font-size:24px;
  color:#444;
}
.item_archive .item,
.parts-items .item{
  padding-top:14px;
  padding-bottom:14px;
  padding-left:16px;
  padding-right:16px;
  border-bottom:dashed 1px #ccc;
}
.item_archive .item:nth-of-type(2n){
  /*background:#f3f3f3;*/
}
.item_archive .parts-sys-items .data{
  margin-bottom:0;
}
.item_archive p.description{
  font-size:16px;
}

/*カテゴリ*/
.item_archive .categories{
    width: 100%;
    display: flex;
    justify-content: left;
    padding: 0;
    list-style: none;
}
.item_archive .categories li{
  width:auto;
}
.item_archive .categories a {
    display: inline-block;
    padding: 4px 8px;
    text-align: center;
    text-decoration: none;
    background: #ee5253;
    color: #fff;
    font-size: 12px;
    margin:0 4px 4px 0;
    box-sizing: border-box;
}

.item_archive .categories a[href*="uniform"]{
  background:#ee5253;
}
/*
.item_archive .categories a[href*="towel"]{
  background:#fefefe;
  border:solid 1px #ccc;
  color:#666;
}
.item_archive .categories a[href*="kids"]{
  background:#ff9f43;
}
*/

/*レイアウト　https://shop.fighters.co.jp/shopping/goods_list.php?large_class_id=1*/
.parts-items .item,
.item_archive .item{
    padding:10px 10px 0 10px;
    width: 24%;
    float: left;
    border: solid 1px #ccc;
    box-sizing: border-box;
    margin-right: 1%;
    margin-bottom: 1%;
    height:300px;
    overflow:hidden;
}

.parts-sys-items-image .image,
.parts-items-image .image{
	float: none;
    max-width: 100%;
}
.item_archive p.description,
.parts-items .item p.description{
    font-size: 14px;
    line-height: 1.5;
    padding:0 10px;
}
.parts-sys-items-image .data,
.parts-items .item .data{
	margin:0;
}
.item_archive .categories,
.parts-items .item .categories{
    width: 100%;
    display: none;
    justify-content: left;
    padding: 0;
    list-style: none;
}
.item_archive h3.title a,
.parts-items .item h3.title a{
    text-decoration: none;
    font-size: 16px;
  margin:0;
  color:#444;
}
.parts-sys-items .item h3,
.parts-items h3{
  margin:0;
  line-height:1.3;
  margin-bottom:8px;
}

.item_archive .item img,
.parts-items .item img{
    max-height: 150px;
}
.item_archive .item a
.parts-items .item a{
    display: block;
}

/*自由ページに作成したアイテム一覧*/
.parts.parts-items{
    padding-top: 50px;
}