@charset "utf-8";

/* @override 
  http://localhost/kobe-lizard/css/item.css
  http://localhost/kobe-lizard/htdocs/css/item.css
*/

#itemList .title{
  font-size: 120%;
  font-weight: bold;
  color: #630;
  padding: 0 3px 0 3px;
  border-bottom: 1px solid #CCC;
}

#itemList .items{
  padding-bottom: 20px;
}

#itemList div.category_list {
  width: 660px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#itemList .category_list .bn {
  border-bottom: 1px double #ccc;
}

#itemList .category_list .bl {
  border-top: 1px double #ccc;
}

#itemList .category_list ul {
}
#itemList .category_list li{
  display: -moz-inline-block;
  display: inline-block;
  width: 200px;
  vertical-align: top;
  padding: 3px;
}
.paginate{
  margin: 10px 0;
}

.paginate ul{
  text-align: center;
  
}

.paginate ul li{
  color: #999;
  background: #EEE;
  display: inline-block;
  margin: 0 2px;
  zoom:1;
}
.paginate ul li.current{
  color: #C00;
  font-weight: bold;
}

.paginate ul li span,
.paginate ul li a{
  display: block;
  padding: 5px;
}

.paginate ul li a:hover{
  color: #069;
  background: #FC3;
}

/* detail */

#itemTitle{
  padding-bottom: 2px;
  border-bottom: 1px solid #26A;
  position: relative;
  margin-bottom: 10px;
}
.pankz {
  font-weight: bold;
  padding: 0 5px;
}
#itemTitle h1{
  font-size: 160%;
  font-weight: bold;
  line-height: 34px;
  height: 34px;
  padding: 0 5px;
  border-bottom: 2px solid #26A;
}

#itemTitle .typeIcons{
  position: absolute;
  right: 0;
  top: 5px;
}
#itemTitle .typeIcons li{
  display: inline;
}

#itemDetail{
  padding-bottom: 20px;
}
#itemDetail p.itemImage{
  width: 300px;
  float: left;
}
#itemDetail .itemInfo{
  width: 350px;
  float: right;
}
  .itemInfo .lead{
    font-weight: bold;
    color: #630;
    margin-bottom: 10px;
  }
  .itemInfo .text{
    margin-bottom: 20px;
  }
  .itemInfo .price{
    font-size: 160%;
    color: #C00;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    margin-bottom: 30px;
  }

.itemInfo .price img{
  vertical-align: bottom;
}

.subInfoBlock{}
  .subInfoBlock .blockTitle{
    height: 30px;
    background: url(../img/item/block_ttl_bg.gif) left top repeat-x;
  }
  .subInfoBlock .blockTitle .titleInner{
    background: url(../img/item/block_ttl_corner_left.gif) left top no-repeat;
  }
  .subInfoBlock .blockTitle .titleInner .title{
    padding: 0 12px;
    background: url(../img/item/block_ttl_corner_right.gif) right top no-repeat;
  }
  .subInfoBlock .blockInner{
    border: 1px solid #CCC;
    padding: 10px;
  }
  .subInfoBlock .blockInner .orderInfo{
    font-size: 12px;
    margin-bottom: 10px;
  }
  .subInfoBlock .blockInner .orderInfo .itemName{
    font-size: 110%;
    font-weight: bold;
  }

  .subInfoBlock .blockInner .orderNum{
    text-align: right;
    background: #EEE;
    padding: 10px;
    margin-bottom: 10px;
  }
  .subInfoBlock .blockInner .orderNum .memo{
    margin-top: 5px;
  }
  .subInfoBlock .blockInner .orderNum .memo textarea{
    border-color: #999;
  }
  .subInfoBlock .blockInner .orderNum .amount{
    margin-top: 10px;
    padding: 5px;
    background: #fff;
  }
  .subInfoBlock .blockInner .orderNum .amount span{
    font-weight: bold;
  }
  .subInfoBlock .blockInner .putBtn{
    text-align: right;
  }

#subImageArea {
  margin-right: -10px;
}
  #subImageArea img {
    float: left;
    width: 160px;
    margin-right: 10px;
  }



