@charset "UTF-8";

/* @group Common */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

#shop-wrapper {
  text-align: left;
  position: relative;
  padding: 10px;
}

#shop-wrapper * {
  font-size: 16px !important;
  text-align: left;
}
#shop-wrapper input.btn {
  text-align: center;
  cursor: pointer;
}

* html #shop-wrapper * ,
*+html #shop-wrapper * {
  font-size: 100% !important;
}

li {
  padding: 10px;
}
label {
  padding-right: 10px;
  line-height: 26px;
}
.hl {
  padding: 5px;;
  background-color: #cccc99;
}
/* @end */

/* @group shipment date */

#shipmentdate {
  border: 5px solid red;
  padding: 10px;
  display: inline-block;
  margin-bottom: 10px;
}

* html #shipmentdate {
  display: inline;
  zoom: 1;
}

*+html #shipmentdate {
  display: inline;
  zoom: 1;
}

#shipmentdate span {
  color: red;
}

#shipmentdate-shoptop {
  border: 5px solid red;
  padding: 10px;
  display: inline-block;
  position: absolute;
  top: -100px;
}

* html #shipmentdate-shoptop {
  display: inline;
  zoom: 1;
}

*+html #shipmentdate-shoptop {
  display: inline;
  zoom: 1;
}

#shipmentdate-shoptop span {
  color: red;
}


#force_err {
  border: 5px solid red;
  padding: 10px;
  display: inline-block;
  margin-bottom: 10px;
}

* html #force_err {
  display: inline;
  zoom: 1;
}

*+html #force_err {
  display: inline;
  zoom: 1;
}

/* @end */

/* @group tbl-shopcart */

#shop-wrapper .tbl-shopcart {
  margin: 0 auto;
}

#shop-wrapper .tbl-shopcart th {
  padding: 5px 5px 1px;
  text-align: right;
}

#shop-wrapper .tbl-shopcart td {
  padding: 5px 5px 1px;
  text-align: right;
}

#shop-wrapper .tbl-shopcart .td-productcode {
  text-align: left;
}

#shop-wrapper .tbl-shopcart .td-productname {
  text-align: left;
}

#shop-wrapper .tbl-shopcart form {
  text-align: center;
  padding: 10px;
}

#shop-wrapper .tbl-shopcart .td-formbox {
  position: relative;
  height: 100px;
  width: 700px;
}

#shop-wrapper .tbl-shopcart .td-formbox input {
  text-align: center;
}

#shop-wrapper .tbl-shopcart div.td-formboxl {
  display: block;
  width: 350px;
  position: absolute;
  top: 20px;
  left: 0;
  text-align: center;
}

#shop-wrapper .tbl-shopcart div.td-formboxr {
  display: block;
  width: 350px;
  position: absolute;
  right: 0;
  top: 20px;
  text-align: center;
}

/* @end */

/* @group itemlist */

.itemlist {
  width: 700px;
  margin: 0 auto;
}

.itemlist li {
  display: block;
  width: 320px;
  float: left;
  padding-bottom: 50px;
}

.itemlist dl {
  
}

.itemlist dt {
  width: 80px;
  padding: 5px 0;
}

.itemlist dd {
  padding: 10px 0 10px 90px;
  margin-top: -2em;
  background: url(../img/line01.jpg) no-repeat bottom;
}

.itemlist input.addcart {
  display: block;
  width: 148px;
  height: 26px;
  background: url(../img/btn_cart.jpg) no-repeat;
  border: 0;
  cursor: pointer;
}

.items_imgbox {
  width: 325px;
  background: url(../img/itembg-top.jpg) no-repeat top;
  padding-top: 17px;
}

.items_imgbox-img {
  background: url(../img/itembg-mid.jpg) repeat-y;
  padding: 0 0 10px 19px;
  margin: 0;
}

.items_imgbox-name {
  background: url(../img/itembg-btm.jpg) no-repeat bottom;
  padding: 0 20px 25px 19px;
  margin: 0;
}

/* @end */

/* @group deliveryinfo */

.deliveryinfo {
  
}

/* @end */


/* @group tbl-userinfo */

.tbl-userinfo {
  width: 700px;
}
.tbl-userinfo th {
  background-color: #ffff99;
  width: 200px;
}
.tbl-userinfo th.hl {
  background-color: #cccc99;
}
#shop-wrapper .tbl-userinfo td {
  background-color: #ffffff !important;
}

#shop-wrapper .error_list li {
  color: red;
  font-size: 11px !important;
  padding: 2px;
}
#client_user_city_chk {
  display: none;
}
#shop-wrapper label.disabled {
  color: #cccccc !important;
}
#shop-wrapper td p.changeinfo span {
  font-size: 12px !important;
  color: red;
}
/* @end */