/* TODO sass に移行させたい */
#head_logo {
  margin: 0 10px 0 20px;
}

table.giftPrice td{
border-bottom:1px dotted #666666;
padding:10px 0px 10px 0px;
}


/* 購入ボタンエリア */
.price__wari {
  width: 106px;
  color: #fff;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  letter-spacing: -1px;
  position: absolute;
  top: 40px;
  left: 20px;
}
.price__wari span {
  font-size: 12px;
}
.price__name {
  font-size: 20px;
  position: absolute;
  top: 25px;
  left: 140px;
}
.price__num {
  font-weight: bold;
  position: absolute;
  top: 80px;
  left: 140px;
}
.sale-price {
  font-size: 100%;
}
.sale-price__teika {
  font-size: 150%;
  text-decoration:line-through;
}
.sale-price__waribiki {
  color: #c00;
  font-size: 200%;
}
.normal-price {
  font-size: 100%;
}
.normal-price__teika {
  color: #c00;
  font-size: 200%;
}
.sale-price,
.sale-price__teika,
.sale-price__waribiki,
.normal-price,
.normal-price__teika {
  letter-spacing: -0.05em;
}


.itemNum {
  float: left;
  margin-right: 5px;
  width: 40px;
  height: 35px;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  border: none;
}
.cart__info__num--up a,
.cart__info__num--down a {
  display: block;
  text-align: center;
  border: 1px solid #aaa;
  border-radius: 4px;
  float: left;
  width: 40px;
  height: 35px;
  margin-right: 5px;
  color: #333;
  font-weight: bold;
  font-size: 16px;
  font-weight: normal;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  background: #f3f3f3;
}



#giftcart_right {float:right;width:120px;}
#contents {
  width: 740px;
  float: none;
  margin: 0 auto;
  padding: 0;
}
.sub-title {
  margin: 30px 0 10px;
  font-size: 16px;
  font-weight: bold;
}


/* inc_cartbutton */
.itemSubmit input {
  margin-top: 20px;
  display: block;
  text-align: center;
  border: 1px solid #aaa;
  border-radius: 4px;
  float: right;
  width: 145px;
  height: 35px;
  margin-right: 5px;
  color: #333;
  font-weight: bold;
  font-size: 14px;
  font-weight: normal;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  background: #f3f3f3;
  font-family: 'ヒラギノ丸ゴ Pro W4',HiraMaruPro-W4,'メイリオ',Meiryo,sans-serif;
  cursor: pointer;
}

.gift-price {
  float: right;
  width: 320px;
  margin: 20px 0;
  border-bottom: 1px dotted #333;
}
.gift-price__tr:nth-child(1){
  font-size: 20px;
  font-weight: bold;
}
.gift-price__tr:nth-child(1) .gift-price__td{
  padding: 15px 2px;
}
.gift-price__td {
  padding: 2px;
}
.gift-price__td:nth-child(1){
  width: 200px;
}
.gift-price__td:nth-child(2){
  text-align: right;
}
.gift-price__td--zei {
  font-weight: normal;
}

.form__button--payment {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  width: 400px;
  font-size: 1.583rem;
  font-weight: bold;
  text-align: center;
  line-height: 67px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fc9f44), to(#f46d00));
  background: -webkit-linear-gradient(#fc9f44, #f46d00);
  background: linear-gradient(#fc9f44, #f46d00);
  border: 1px solid #f85d04;
  border-radius: 4px;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 25px;
  margin-bottom: 35px;
  cursor: pointer;
}

.form__button--payment:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  display: block;
  content: "";
  margin: auto 0;
  width: 17px;
  height: 17px;
  -webkit-background-size: 17px auto;
  background-size: 17px auto;
  background-image: url(/smart/base/images/icon/arrow--right--white.png);
  background-repeat: no-repeat;
}