.fixed {
position: fixed;
top: 0;
left: 0;
width: 100%;
}

.footstamp {
  font-size: 10px;
  margin: 0px 0px 30px;
  }


#detail {
  width: 710px;
  overflow: hidden;
  margin: 20px 0px 30px;
  padding: 0;
  }


#detail h2 {
  text-align: left;
  overflow: hidden;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 30px;
  padding: 0 0 10px;
  border-bottom: 1px solid #CCC;
  }

#description {
  clear: both;
  text-align: left;
  word-wrap: break-word;
  margin: 0px 0px 30px;
  padding: 0;
  }

#description .info {
  width: 450px;
  border-spacing: 0;
  border-top: 1px solid #CCc;
  border-left: 1px solid #CCC;
  border-collapse: collapse;
  margin: 0px 0px 10px;
  padding: 0px;
  }

#description .info th {
  text-align:center;
  border-right:1px solid #CCC;
  border-bottom:1px solid #CCC;
  background:#EEE;
  padding: 4px;
  }
  
#description .info td {
  text-align:left;
  border-right:1px solid #CCC;
  border-bottom:1px solid #CCC;
  background:#fff;
  padding: 4px;
  }


/*商品詳細-サイズ表*/

#description .size {
  width: 710px;
  border-spacing: 0;
  border-top: 1px solid #CCc;
  border-left: 1px solid #CCC;
  border-collapse: collapse;
  margin: 20px 0;
  padding: 0px;
  }

#description .size th{
  text-align: center;
  border-right:1px solid #CCC;
  border-bottom:1px solid #CCC;
  background:#EEE;
  padding: 4px;
  }
  
#description .size td{
  text-align: center;
  border-right:1px solid #CCC;
  border-bottom:1px solid #CCC;
  background:#fff;
  padding: 4px;
  }

#explain {
  float: right;
  width: 230px;
  display: block
  overflow: hidden;
  margin: 0;
  padding: 0;
  }

#explain .saleprice {
  font-size: 18px;
  font-weight: bold;
  color: #990000;
  margin: 0;
  padding: 0;
  }

#explain .product_soldout {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #990000;
  text-align: center;
  margin: 60px auto;
  padding: 5px;
  border: 1px solid #990000
  }

#explain .reserve  {
  display: block;
  margin: 0 0 30px;
  padding: 5px;
  }

#explain .reserve h4 {
  font-size: 16px;
  font-weight: bold;
  color: #990000;
  margin: 0 0 5px;
  padding: 0;
  }


table.add_cart_table {
  margin-bottom: 10px;
  width: 100%;
  table-layout:fixed;
  font-family:'Lucida Grande',
  'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
  Meiryo, メイリオ, sans-serif;
}
table.add_cart_table th {
  display: inline-block;
  overflow: hidden;
  padding: 8px 4px 8px 0px;
  width: 35%;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
table.add_cart_table td {
  display: inline-block;
  overflow: hidden;
  padding: 10px 0;
  width: 55%;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
table.add_cart_table td input {
  padding: 0 4px;
  width: 38px;
  height: 26px;
  font-size: 15px;
  line-height: 26px;
  vertical-align: middle;
}
table.add_cart_table td strong.price {
  font-size: 14px;
}

table#option_tbl {
  margin-bottom: 20px;
  width: 100%;
}
table#option_tbl th,
table#option_tbl td.none {
  background: whiteSmoke;
}
table#option_tbl th,
table#option_tbl td {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: center;
}
table#option_tbl th {
  background: whiteSmoke;
}
table#option_tbl td div input {
  margin-bottom: 5px;
}

ul.option_price {
  margin: 0 0 20px 0;
}
ul.option_price li {
  list-style-type: none;
}

.option_box{
  clear: both;
  width: 100%;
  overflow: hidden;
}

table td.pur_block{
  margin: 0 5px 0 0;
  width: auto;
  white-space: normal;
}


/*商品詳細-購入数選択・「カートに入れる」ボタン*/

.button_area input {
  width: 100%;
}

.btn {
  display: block;
  margin-top: 1em;
  border: none;
  border-radius: 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  font-family:'Lucida Grande',
  'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
  Meiryo, メイリオ, sans-serif;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance:none;
}
.btn:link,
.btn:visited,
.btn:hover,
.btn:active{
  color: #fff;
  text-decoration: none;
}
.btn-primary {
  margin: 1.2em 0 .9em;
  padding: 1.4em 0;
  background-color: #333;
}
.btn-contact {
  margin: 0.5em 0.3em;
  padding: 1.3em 0;
  background-color: #CCC;
  font-weight: normal;
  font-size: 13px;
}

#sk_link_other {
  text-align: center;
  margin: 0 auto;
  }

.product_link_area {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: #ccc solid 1px;
}
.product_link_area div.twitter {
  float: left;
  width: 100px;
}
.product_link_area div.pinterest {
  float: left;
  margin-right: 30px;
}
.product_link_area div.fb-like {
  float: left;
  width: 200px;
}
.product_link_area ul.other_link {
  list-style: none;
  clear: both;
  margin-top: 20px;
}
.product_link_area ul.other_link li {
  margin-bottom: 10px;
}

.share{
  margin: 15px 0 0;
  list-style: none;
}
.share li{
  display: inline-block;
  float: left;
  margin: 0 10px 10px 0;
  max-width: 125px;
}
.calamel-link{
  margin-top: 10px;
}

#tb_cap_tb{
  margin-top: 20px;
}

.tb {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #CCC;
}
#tb_stitle {
  margin-bottom: 20px;
}

.tb_date, .tb_title, .tb_body, .tb_state {
  margin-bottom: 5px;
}

/*商品詳細-サイズ表*/

#explain .size {
  width: 410px;
  border-spacing: 0;
  border-top: 1px solid #CCc;
  border-left: 1px solid #CCC;
  border-collapse: collapse;
  margin: 0px 0px 10px;
  padding: 0px;
  }

#explain .size th{
  text-align: center;
  border-right:1px solid #CCC;
  border-bottom:1px solid #CCC;
  background:#EEE;
  padding: 4px;
  }
  
#explain .size td{
  text-align: center;
  border-right:1px solid #CCC;
  border-bottom:1px solid #CCC;
  background:#fff;
  padding: 4px;
  }


/* ------------------------------------- 
 *	商品画像
 * ------------------------------------- */

#detailimg {
  width: 460px;
  float: left;
  overflow: hidden;
  margin: 0 20px 0 0;
  padding: 0;
  }

/* 商品画像メイン */
#detailimg .main_img_box {
  position: relative;
  width: 460px;
  height: 460px;
  margin: 0 0 10px;
  }

#detailimg .main_img_box .main_img  {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  }

/* 商品画像サブ */
#detailimg ul.subimg {
  clear: both;
  list-style-type: none;
  width: 468px;
  margin: 0px -8px 20px 0px;
  _zoom: 1;
  padding: 0;
  }

#detailimg ul.subimg li {
  width: 109px;
  display: block;
  float: left;
  margin: 0px 8px 0px 0px;
  padding: 0;
 }

#detailimg ul.subimg li img {
  display: block;
  width: 107px;
  height: 107px;
  margin: 0;
  padding: 0;
  border: 1px solid #CCC;
  }

#detailimg ul.subimg li a:hover img {
  display: block;
  border: 1px splid #333;
  }

/*この商品を買った人はこんな商品も買ってます*/

#together {
  width: 720px;
  overflow: hidden;
  margin: 40px 0px 0px;
  padding: 0;
  }

#together h4 {
  font-size: 12px;
  display: block;
  font-weight: bolder;
  margin: 0px 0px 20px 0px;
  padding: 8px;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  }

#together ul.item_list {
  list-style-type: none;
  width: 720px;
  margin: 0px -10px 0px 0px;
  overflow: hidden;
  padding: 0;
  }

#together ul.item_list li {
  text-align: center;
  word-break:break-all;
  width: 230px;
  float: left;
  margin: 0px 10px 20px 0px;
  padding: 0;
 }

#together ul.item_list .list_image {
  position: relative;
  width: 230px;
  height: 230px;
  margin: 0 0 10px;
  }

#together ul.item_list .list_image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border: 1px solid #CCC;
  }

#together ul.item_list .list_name {
  text-align:center;
  word-wrap: break-word;
  margin: 0px auto;
  }


#together ul.item_list .list_price {
  text-align: center;
  font-weight: bold;
  color: #cc0000;
  margin: 0px auto;
  }

#together ul.item_list .list_price_taika {
  text-align: center;
  font-size: 10px;
  margin: 0px auto;
  }

#together ul.item_list .list_price_soldout {
  font-size:12px;
  font-weight:bold;
  color:#FFF;
  background:#CCC;
  padding:3px 5px;
  displai: block;
  text-align:center;
  }

.noitem {
  text-align:center;
  font-weight: bold;
  font-size: 16px;
  margin: 60px auto 60px;
  padding: 0;
  }

/* ************************************************ 
 *	商品オプションページ
 * ************************************************ */

#Option {
  padding:0px 10px 10px 10px;
  }

/* ------------------------------------- 
 *	オプション表の罫線の色
 * ------------------------------------- */
#Option .option_table {
  background-color:<{$option_bordercolor}>;
  }

/* ------------------------------------- 
 *	オプション　項目背景の色 
 * ------------------------------------- */
#Option .option_cell1 {
  text-align:left;
  background-color:<{$option_bgcolor}>;
  padding: 5px;
  font-weight:bold;
  white-space:nowrap;
  }

/* ------------------------------------- 
 *	オプション　価格背景の色
 * ------------------------------------- */
#Option .option_cell2 {
  text-align:left;
  background-color:#FFFFFF;
  padding: 5px;
  }

.option_btn {
  margin-top:10px;
  }

/* ************************************************ 
 *  おすすめ商品一覧
 * ************************************************ */

#pickup {
  clear: both;
  width: 1010px;
  margin: 0px 0px 40px; 
  padding: 0; 
  }

#pickup h3 {
  margin: 0 0 20px;
  padding: 0;
 }

#pickup ul.pickup_list {
  list-style-type: none;
  width: 1040px;
  margin: 0px -30px 0px 0px;
  overflow: hidden;
  _zoom: 1;
  padding: 0;
  }

#pickup ul.pickup_list li {
  text-align: center;
  word-break:break-all;
  width: 230px;
  float: left;
  margin: 0px 30px 30px 0px;
  padding: 0;
 }

#pickup ul.pickup_list li img {
  display: block;
  width: 210px;
  margin: 0px 0px 5px;
  padding: 9px;
  border: 1px solid #CCC;
  background: #FFF;
  }

#pickup ul.pickup_list li a:hover img  {
  display: block;
  border: 1px solid #333;
  }

#pickup ul.pickup_list li .name {
  text-align:center;
  word-wrap: break-word;
  margin: 0px auto;
  }

#pickup ul.pickup_list li .list_price {
  color: #CC0000;
  font-weight: bold;
  text-align: center;
  margin: 0px auto;
  }




.error {
  text-align:center;
  margin: 100px auto;
  }