@charset "utf-8";


/* アイテム一覧 共通 */

div#itemimg {
  margin-bottom:20px;
}
/* color */
div#itemtit {
  border-left:#CC0000 solid 4px;
  border-bottom:#CC0000 solid 1px;
  padding:0 0 3px 5px;
  font-size:1.25em;
  font-weight:bold;
  margin-bottom:20px;
}
div#iteminfo {
  font-size:1em;
  font-weight:bold;
  line-height:1.4em;
  margin-bottom:20px;
}

div#catchildren {
  border:#999999 solid 1px;
  padding:10px 10px 5px 10px;
  font-size:0.75em;
  margin-bottom:20px;
}
div#catchildren ul {
  margin:0;
  padding:0;
  list-style:none;
}
div#catchildren ul li {
  float:left;
  min-width:45%;
  _width:45%;
  background:url(img/arr_sq_color1.gif) left center no-repeat;
  white-space:nowrap;
  padding:5px 10px 5px 15px;
  margin:0;
}
/* color */
div#catchildren div.tit {
  background:#CC0000;
  padding:2px;
  font-size:1.1em;
  font-weight:bold;
  color:#FFFFFF;
  text-align:center;
  margin-bottom:5px;
}



div.sort {
  float:left;
  font-size:0.75em;
  white-space:nowrap;
  margin:0 10px 10px 0;
}
div.page {
  float:right;
  font-size:0.75em;
  white-space:nowrap;
  margin:0 0 10px 10px;
}
div.page a {
  padding:0 2px;
  margin-left:5px;
}
div.page strong {
  padding:0 2px;
  margin-left:5px;
}



/* アイテム一覧 */

div#itemlist {
  clear:both;
  margin-bottom:20px;
}
div#itemlist .excerpt {
  width:174px;
  height:220px;
  border:#cccccc solid 1px;
  padding:0;
  margin:0 3px 10px 3px;
  _margin:0 2px 10px 2px;
  text-align:center;
  float:left;
}
div#itemlist .pht {
  margin:10px 5px 5px 5px;
}
div#itemlist .item {
  height:50px;
  font-size:0.75em;
  line-height:1.2em;
  text-align:left;
  margin:0 5px 10px 5px;
  _overflow:hidden;
}
div#itemlist .mprice {
  font-size:0.75em;
  margin:0 5px 3px 5px;
}
div#itemlist .price {
  font-size:0.75em;
  line-height:1em;
  color:#CC0000;
  margin:0 5px 3px 5px;
}
div#itemlist .price strong {
  font-size:1.25em;
}
div#itemlist .btn {
  margin:0 5px 10px 5px;
  text-align:center;
}
div#itemlist .btn a {
  width:164px;
  height:26px;
  display:block;
  text-decoration:none;
  background:url(img/btn_carts.gif) center no-repeat;
}




