@charset "utf-8";

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

#orderFlow{
  margin-bottom: 25px;
}

#cartItemList{
  margin-bottom: 20px;
}

#cartItemList p.lead{
  margin-bottom: 10px;
}

#contents #cartItemList table.itemList{
  margin-bottom: 20px;
}

  #cartItemList table.itemList th,
  #cartItemList table.itemList td{
    padding: 6px;
  }
  #cartItemList table.itemList th{
    text-align: center;
    color: #FFF;
    background: #999;
    border-left: 2px solid #FFF;
  }

  #cartItemList table.itemList th.itemName{
    border-left: none;
  }
  #cartItemList table.itemList th.itemPrice{
    width: 88px;
  }
  #cartItemList.confirm table.itemList th.itemPrice{
    width: 120px;
  }
  #cartItemList table.itemList th.itemAmount{
    width: 45px;
  }
  #cartItemList.confirm table.itemList th.itemAmount{
    width: 45px;
  }
  #cartItemList table.itemList th.itemSum{
    width: 72px;
  }
  #cartItemList.confirm table.itemList th.itemSum{
    width: 80px;
  }
  #cartItemList table.itemList th.itemDelete{
    width: 33px;
  }
  
  #cartItemList table.itemList td{
    border-bottom: 1px solid #999;
  }
  #cartItemList table.itemList td.itemName .name{
    font-weight: bold;
  }
  #cartItemList table.itemList td.itemName .color:before,
  #cartItemList table.itemList td.itemName .option1:before,
  #cartItemList table.itemList td.itemName .option2:before,
  #cartItemList table.itemList td.itemName .option3:before,
  #cartItemList table.itemList td.itemName .option4:before,
  #cartItemList table.itemList td.itemName .memo:before{
    content: '・';
  }
  #cartItemList table.itemList td.itemName .color,
  #cartItemList table.itemList td.itemName .option1,
  #cartItemList table.itemList td.itemName .option2,
  #cartItemList table.itemList td.itemName .option3,
  #cartItemList table.itemList td.itemName .option4,
  #cartItemList table.itemList td.itemName .memo{
    color: #666;
  }
  #cartItemList table.itemList td.itemPrice,
  #cartItemList table.itemList td.itemAmount,
  #cartItemList table.itemList td.itemSum{
    text-align: right;
  }
  #cartItemList table.itemList td.itemDelete{
    text-align: center;
  }
  
  #cartItemList table.itemList tr.totalPrice td{
    border-bottom: none;
    text-align: right;
  }
  #cartItemList table.itemList tr.totalPrice td.price{
    color: #630;
    font-weight: bold;
  }

  #cartItemList div.orderResult{
    text-align: right;
  }
  #cartItemList div.orderResult table{
    width: 260px;
    margin-left: auto;
  }
  #cartItemList div.orderResult table th,
  #cartItemList div.orderResult table td{
    border-bottom: 1px solid #999;
    padding: 6px;
  }
  #cartItemList div.orderResult table td{
    width: 90px;
    font-weight: bold;
  }
  .orderNotice{
  }

/* form */

p.autoFill{
}
table.form td .textarea textarea{
  height: 60px;
}

h4 {
  font-weight: bold;
}
h4 span {
  font-weight: normal;
}

.creditArea {
  display: none;
}


#cartView .loginArea h2 {
  padding: 5px;
  background: #eed;
  font-weight: bold;
  font-size: 110%;
}
#cartView .loginArea p {
  margin-bottom: 1em;
}

