@charset "utf-8"; 
/* =================================== 

備品トップ

=================================== */
.top-category-list{
    margin-top:20px;
    padding-bottom:13px;
    width:568px;
    border-bottom:2px dotted #cccccc;
    overflow:hidden;
}

.top-category-list ul{
    width:588px;
}
.top-category-list ul li{
    float:left;
    display:block;
    width:178px;
    height:162px;
    margin-bottom:17px;
    margin-right:17px;

}
.recommend{
    margin-top:18px;
}
.recommend h2{
    font-size:1.33em;
    padding:8px 0 0 30px;
    color:#0074bf;
    background:url(../images/design/archive_h_back.jpg) 0px 4px no-repeat;
    line-height:1;
    height:32px;
}


.recommend-list{
     padding-top:10px;
     padding-bottom:10px;
     border-bottom:2px dotted #cccccc;
}
.product-item{
    clear:both;
    
    margin-bottom:20px;
    zoom:1;
}

.product-item .product-image{
    float:left;
    width:98px;
    height:72px;
    overflow:hidden;
    background:#ffffff;
    border:2px solid #75C2ED;
    margin-right:17px;
    text-align:center;
}

.product-item .product-image .product-image-inner{
    font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック','Osaka',sans-serif;
    width:100px;
    height:74px;
    display:table-cell;
    line-height:74px;
    font-size:74px;
    vertical-align: middle;
    text-align: center;
    color:#ffffff;
    overflow:hidden;
}



.product-image-inner a{
    color:#ffffff;
}

.product-image-inner img{
 text-align:center;
 vertical-align:middle;
}


.product-item .product-name{
    font-size:1.16em;
}

.product-item .product-price{
    color:#ff0000
} 

/* For IE6 */
* html .product-item .product-image .product-image-inner{
  margin-top:-2px;
  margin-left:-2px;
}

/** clearfix **/
.product-item:after{
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both; 
}

