select.option-width {
  width:180px;
}

#itemBox {
  width: 640px;
  margin-bottom: 25px;
}

h2.itemTitle {
  font-size: 120%;
  line-height: 1.5;
  color: #333;
  padding: 5px 0 5px 10px;
  margin: 20px 0;
  border-left: #333 7px solid;
  background: url(https://img11.shop-pro.jp/PA01059/428/etc/bg_dotline.gif) left bottom repeat-x;
}

#itemImgBox {
  float: left;
  width: 415px;
}

.itemImg {
  margin: 0;
  padding-bottom: 10px;
  width: 415px;
}
.itemImg .large {
  width: 415px;
  height: 415px;
}

#cartBox {
  float: right;
  width: 210px;
  min-height: 520px;
  height: auto;
  background: url(https://img11.shop-pro.jp/PA01059/428/etc/bg_cartbox.gif) repeat-y;
}

table.cartInnerBox {
  width: 200px;
  display: block;
  border: none;
  border-collapse: collapse;
  margin: 20px auto;
}

table.cartInnerBox th {
  text-align: left;
  font-weight: normal;
  font-size: 10px;
  color: #fff;
  padding-left: 27px;
  vertical-align: middle;
  width: 220px;
  height: 20px;
  background: url(https://img11.shop-pro.jp/PA01059/428/etc/bg_cart_subttl.gif) no-repeat center;
}

table.cartInnerBox td {
  vertical-align: middle;
  width: 200px;
  padding: 10px 0;
  text-align: center;
}

table.quantity th,
table.quantity td {
  padding: 0;
  background: none;
}

.itemPrice {
  font-size: 110%;
  font-weight: bold;
  line-height: 1.4;
  color: #ff3300;
}

.btCart {
  text-align: center;
  vertical-align: middle;
  padding-bottom: 15px;
}

.btInquiry {
  border-top: #ccc 1px solid;
  padding-top: 15px;
}

.btDelivery { margin-top: 10px; }

.itemExp {
  width: 100%;
  margin-bottom: 20px;
}

#detail2,
#detail3 {
  border-top: #ddd 1px solid;
  border-left: #ddd 1px solid;
  border-collapse: collapse;
  width: 640px;
  margin-bottom: 10px;
  padding: 0;
}

#detail2 th,
#detail2 td {
  padding: 3px 5px;
  border-bottom: #ddd 1px solid;
  border-right: #ddd 1px solid;
  font-weight: normal;
}

#detail2 th {
  background-color: #eee;
  width: 100px;
}

#detail2 td td { border: none; }

#detail3 th,
#detail3 td {
  padding: 3px;
  border-bottom: #ddd 1px solid;
  border-right: #ddd 1px solid;
  font-weight: normal;
}

#detail3 th {
  text-align: center;
  vertical-align: middle;
  background-color: #eee;
}

#togetherItem { margin-bottom:20px; }

#togetherItem .toItemBox {
  float: left;
  width: 115px;
  margin: 0 15px 1.6em 9px;
}

#togetherItem .toItemBox .toItemTxt {
  width: 115px;
  text-align: left;
  font-size: 85%;
  line-height: 1.4;
}

#togetherItem .toItemBox .toItemName {
  line-height: 1.4;
  margin-top: 0.4em;
}

#togetherItem .toItemBox .toItemPrice { line-height:1.6em; }

#togetherItem .toItemBox .toItemThumb {
  margin: 0;
  width: 115px;
  border: #d4d4d4 1px solid;
  text-align: left;
}

.bookmarks {
  width: 200px;
  height: auto;
  text-align: center;
  margin-top: 15px;
}

span.bm { padding:3px; }

.bmtx { font-size: 10px; }

#desc { margin-bottom: 20px; }

.desctb {
  border: #ccc 1px solid;
  font-size: 12px;
  line-height: 1.4;
}

.desctb td {
  text-align: left;
  vertical-align: top;
  padding: 5px;
  border-bottom: #ccc 1px solid;
}

.desctb th {
  width: 100px;
  text-align: left;
  vertical-align: top;
  padding: 5px;
  font-weight: normal;
  border-bottom: #ccc 1px solid;
  border-right: #ccc 1px solid;
  background: #eee;
}

#size { margin:0; }

.sizetb,
.sizetb2 {
  border-left: #ddd 1px solid;
  border-right: #ddd 1px solid;
  border-bottom: #ddd 1px solid;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1.4;
  color: #444;
}

.sizetb { width: 310px; }
.sizetb2 { width: 640px; }

.sizetb td,
.sizetb th,
.sizetb2 td,
.sizetb2 th {
  text-align: center;
  vertical-align: middle;
  border-left: #ddd 1px solid;
  border-top: #ddd 1px solid;
  font-weight: normal;
}

/*-- ショッピングガイド --*/
#shoppingGuide {
  background-color: #eee;
  margin-bottom: 30px;
}

#shoppingGuide #sgLeftBox {
  width: 300px;
  margin: 10px 10px 10px 15px;
  background-color: #fff;
  float: left;
}

*html #shoppingGuide #sgLeftBox { /*for IE6*/
  width: 300px;
  margin: 10px 5px 10px 7px;
  background-color: #fff;
  float: left;
}

#shoppingGuide #sgRightBox {
  width: 300px;
  margin: 10px 15px 10px 0;
  background-color: #fff;
  float: right;
}

*html #shoppingGuide #sgRightBox { /*for IE6*/
  width: 300px;
  margin: 10px 7px 10px 0;
  background-color: #fff;
  float: right;
}

#shoppingGuide .sgInnerBox {
  width: 270px;
  margin: 0 15px 30px 15px;
  font-size: 11px;
  line-height: 1.5;
  background-color: #fff;
}

#shoppingGuide dt { padding: 25px 0 0 0; }

#shoppingGuide dd { padding: 10px 0 0 0; }

.sgCalendar {
  width: 270px;
  height: 260px;
  border: none;
}

/*-- メーカー・ブランド一覧 --*/
.makerNaviBox {
  width: 118px;
  margin: 10px 5px;
  float: left;
}

.makerNaviBox dt {
  font-size: 11px;
  line-height: 1.5;
  background: #ccc;
}

.makerNaviBox dd {
  font-size: 9px;
  line-height: 1.5;
}
