.recommendBnr_list{
  display:flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.recommendBnr_list li{
  width:32%;
}
.recommendBnr_list img{
  width:100%;
  vertical-align:bottom;
}

.YoutubeWrapper{
position: relative ;
margin: 0 ;
padding-top: 100px ;
padding-bottom: 50% ;
overflow: hidden ;
}     
.YoutubeWrapper iframe {
position: absolute ;
top: 0 ;
left: 0 ;
height: 100% ;
width: 100% ;
}

.main{
width:980px; }

.product_option_table {
    width: 100%;
    margin: 0 0 15px;
}

.product_option_table table{
    border-bottom:1px solid #ddd;
}

.product_option_table .stock_head{
  display:none;
}
.product_option_table .cell_1 {
    font-size: 14px;
    padding: 7px;
    background: #f9f9f9;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    width: 273px;
}
.product_option_table .cell_2 {
    font-size: 14px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    width: 40px;
    padding-left:24px;
}

.product_option_table .cell_2 input{
    display:block;
    width:100%;
}
.product_option_table .cell_2 input:hover{
    opacity:1 !important;
}

.product_option_table .table_price{
  display:none;
}

.product_option_table br{
  display:none;
}

.product_option_table  .t_stock_num{
  display:none;
}

.product_option_table  .stock_zero{
    display: block;
    text-indent: -9999px;
    position: relative;
    top: 6px;
    left: 4px;
    background: url(https://wx13.wadax.ne.jp/~bbl-item-com/bbl-images01/table-urekire.png) no-repeat 0 0;
    background-size: 10px 10px;
}


/*-----------------------------------
/* 商品詳細大枠
/*---------------------------------*/

.item {
  font-size: 0;
  text-align: center; }
  .item-left, .item-right {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    text-align: left; }
  .item-left {
    width: 600px;
    margin-right: 25px; }
  .item-right {
    width: 350px; }
    .item-right a {
      color: #555;
      text-decoration: none; }
      .item-right a:hover {
        text-decoration: underline; }

/*-----------------------------------
/* 商品画像
/*---------------------------------*/
.item-img {
  width: 580px;
  margin: auto;
  margin-bottom: 30px;
  display: none; }

/* Slider
----------------------------------------*/
.slick-slider {
  position: relative; }
.slick-arrow {
  display: block;
  width: 15px;
  height: 23px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 999; }
.slick-prev {
  border: none;
  background: url(https://wx13.wadax.ne.jp/~bbl-item-com/img/slick-arrow-l.png) no-repeat;
  background-position: left center;
  background-size: 60%;
  top: 45%;
  left: -25px;
  width: 30px;
  height: 100px;
  cursor: pointer; }
.slick-next {
  border: none;
  background: url(https://wx13.wadax.ne.jp/~bbl-item-com/img/slick-arrow-r.png) no-repeat;
  background-position: right center;
  background-size: 60%;
  top: 45%;
  right: -25px;
  width: 30px;
  height: 100px;
  cursor: pointer; }
.slick-dots {
  margin-bottom: 16px;
  text-align: center; }
  .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 3px; }
  .slick-dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    overflow: hidden;
    text-indent: 100%;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: 0;
    font-size: 0; }
.slick-active button {
  background: #ccc; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block;
  width: 100%; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slides-nav {
  margin: 10px 0 0; }
  .slides-nav li {
    margin: 0 5px 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid #fff; }
    .slides-nav li.slick-active.slick-current {
      border-color: #ccc; }
    .slides-nav li img {
      transition: .3s ease all;
      cursor: pointer; }
      .slides-nav li img:hover {
        opacity: .7; }
/*-----------------------------------
/* 商品について
/*---------------------------------*/
.item-desc {
  margin: 0 0 30px; }
  .item-desc_title {
    padding: 20px 0 0;
    border-top: 1px solid #ddd;
    letter-spacing: 2px;
    margin: 0 0 15px;
    font-size: 18px;
    color: #555; }
  .item-desc_info {
    font-size: 15px;
    line-height: 1.8;
    color: #555; }
    .item-desc_info img {
      max-width: 100%; }

/*-----------------------------------
/* 商品について テーブル
/*---------------------------------*/

.item-table{
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;    
  font-size: 13px;
}
.item-table th{
  color:#555;
  padding: 10px ;
  padding-left: 15px;
  border: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd; 
  border-bottom: 1px solid #ddd;
  background: #FAFAFA;
  width: 12%;
}
.item-table td{
  color:#555;
  padding: 10px 10px 10px 15px;
  border: 1px solid #ddd;
}

.item-desc_cart {
  border-top: 1px solid #ddd;
  padding-top: 30px;
  margin-top: 30px;
  overflow: hidden; }
  .item-desc_cart-l {
    float: left;
    margin: 0 20px 0 0; }
    .item-desc_cart-l img {
      width: 170px; }
  .item-desc_cart-r {
    float: left; }
  .item-desc_cart form {
    width: 300px;
    margin: 0 auto; }

/*-----------------------------------
/* 送料について
/*---------------------------------*/
.item-souryou {
  font-size: 13px;
  letter-spacing:1px;
  color: #E73959;
  text-align: center;
  border: 1px solid #E73959;
  padding: 3px 0;
  margin: 0 0 20px;
  width: 100%; }

/*-----------------------------------
/* 配送について
/*---------------------------------*/
.item-haisou {
  font-size: 13px;
  padding:0;
  margin: 0 0 7px;
  letter-spacing:1px;
  width: 100%; }

.item-haisou a{
  color: #4169e1;
  text-decoration:none; }

.item-haisou a:hover{
  text-decoration:underline; }

/*-----------------------------------
/* 所属するカテゴリ
/*---------------------------------*/
.item-cat-link {
  font-size: 12px;
  padding:0;
  margin: 0 0 15px;
  letter-spacing:1px;
  width: 100%; }

.item-cat-link a{
  color: #444;
  text-decoration:none; }

.item-cat-link a:hover{
  color:#4169e1;
  text-decoration:underline; }

/*-----------------------------------
/* 商品名
/*---------------------------------*/
.item-name {
  margin-bottom: 15px;
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 1.5; }
  .item-name img {
    display: none !important; }

/*-----------------------------------
/* 商品の値段
/*---------------------------------*/
.item-price {
  margin: 0;
  font-size: 36px;
  line-height: 1;
  color: #000; }
  .item-price-soldout {
    width: 100%;
    padding: 7px 0;
    color: #fff;
    background: #e73647;
    text-align: center;
    font-size: 14px;
    margin: 15px 0;
    letter-spacing: 1px; }
  .item-price__tax {
    margin-left: 5px;
    font-size: 14px;
    font-weight: normal;
    color: #555; }
  .item-price__member {
    margin-bottom: 15px;
    font-size: 12px;
    letter-spacing: 2px; }
  .item-price-regular {
    font-size: 16px;
    float: left;
    margin: 0 7px 0 0;
    position: relative;
    top: 14px; }
  .item-price-red {
    color: #e73647;
    margin-bottom: 5px; }
  .item-price-off {
    font-size: 12px;
    color: #e73647;
    background: #fff;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0 0 8px;
    clear: both; }
    .item-price-off span {
      background: #e73647;
      color: #fff;
      padding: 2px 5px;
      text-align: center;
      margin: 0 5px 0 0; }
  .item-price__kosu {
    display: none; }

/*-----------------------------------
/* オプション設定
/*---------------------------------*/
.item-size {
  display: block;
  width: 60%;
  margin-bottom: 15px;
  padding: 0 5px;
  border: 1px solid #555;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: url(../img/ico-inputarrow.svg) no-repeat;
  background-position: right center;
  background-size: 20px;
  line-height: 24px; }

/*-----------------------------------
/* カートボタン
/*---------------------------------*/
.item-btn__cart {
  width: 100%;
  padding: 25px 0;
  /* background: #2490d0; */
  background: #34b534;
  color: #fff;
  font-size: 18px;
  letter-spacing: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: .3s ease all;
  border: none;
  cursor: pointer; }
  .item-btn__cart b, .item-btn__cart span {
    display: inline-block;
    vertical-align: middle; }
  .item-btn__cart span {
    width: 20px;
    margin-right: 5px; }
  .item-btn__cart-right {
    margin: 0 0 15px; }
  .item-btn__cart:hover {
    opacity: 0.7; }
  .item-btn__cart i {
    margin-right: 5px; }

/*-----------------------------------
/* お問い合わせについて
/*---------------------------------*/
.inq-tel {
  margin: 0 0 15px;
  padding: 5px;
  border: 5px solid #f0f0f0;
  text-align: center; }
  .inq-tel__ttl {
    margin-bottom: 5px;
    letter-spacing: 3px; }
  .inq-tel__num {
    width: 80%;
    margin: 5px auto;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align: center; }
    .inq-tel__num span {
      display: inline-block;
      vertical-align: middle;
      width: 22px;
      margin-right: 5px;
      line-height: 0; }
      .inq-tel__num span img {
        width: 100%; }
    .inq-tel__num strong {
      display: inline-block;
      vertical-align: middle;
      font-weight: bold;
      letter-spacing: 2px;
      font-size: 17px; }
  .inq-tel__time, .inq-tel__desc {
    font-size: 13px;
    line-height: 1.6; }
  .inq-tel__desc b {
    font-weight: bold; }
.inq-mail img {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  margin-right: 5px; }
.inq-mail a {
  display: block;
  padding: 5px 20px 5px 0;
  position: relative;
  font-size: 14px; }
  .inq-mail a:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 1px solid #555;
    border-right: 1px solid #555;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }

/*-----------------------------------
/* 関連するキーワード
/*---------------------------------*/
.item-hotkey {
  margin: 0 0 15px; }
  .item-hotkey li {
    display: inline-block;
    vertical-align: middle; }
  .item-hotkey a {
    display: block;
    margin: 10px 5px 0 0;
    padding: 5px 10px;
    border: 1px solid #ededed;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 12px;
    line-height: 1.4;
    font-weight: bold;
    letter-spacing: 3px; }

/*-----------------------------------
/* 配送について / お支払い方法について
/*---------------------------------*/
.item-accordion .item-accordion-trigger {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 10px 0 0; }
  .item-accordion .item-accordion-trigger-pay {
    border-top: 1px solid #ddd; }
  .item-accordion .item-accordion-trigger:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid #555;
    border-right: 6px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 6px solid transparent;
    position: absolute;
    top: 18px;
    right: 10px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease; }
  .item-accordion .item-accordion-trigger.open:after {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform-origin: 50% 25%; }
.item-accordion dd {
  display: none;
  font-size: 14px;
  padding-bottom: 15px; }

.item-deli th, .item-deli td {
  padding: 2px 5px;
  border: 1px solid #ededed;
  border-collapse: collapse;
  line-height: 1.8; }
.item-deli th {
  background: #ededed;
  text-align: center;
  font-weight: bold; }
.item-deli__area {
  width: 25%;
  background: #ededed; }
.item-deli__date {
  width: 65%; }
.item-deli td span {
  display: block;
  color: #E86C6C; }

.shipping-detail {
  color: #ccc;
  text-decoration: underline; }

.item-pay h4 {
  font-weight: bold; }
.item-pay p {
  margin-left: 1em; }

/*-----------------------------------
/* 商品画像下のカートボタン
/*---------------------------------*/
.item-desc-cart {
  padding: 30px 0;
  border-top: 1px solid #ddd;
  text-align: center;
  overflow: hidden; }
  .item-desc-cart__txt {
    padding: 0;
    margin-bottom: 20px; }
    .item-desc-cart__txt b {
      color: #f58d12; }
  .item-desc-cart__price {
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px 0 0;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    top: 5px; }
    .item-desc-cart__price .item-price__non {
      margin-bottom: 5px; }
    .item-desc-cart__price.price-sale {
      color: #e73647; }
    .item-desc-cart__price__normal {
      font-size: 36px; }
    .item-desc-cart__price__tax {
      margin-left: 5px;
      font-size: 16px;
      font-weight: normal; }
  .item-desc-cart__btn {
    display: inline-block;
    vertical-align: middle; }
/*-----------------------------------
/* 買取バナー
/*---------------------------------*/
.kaitori img {
  width: 350px;
 }


.item-list {
  text-align: left;
  font-size: 16px; }
  .item-list-title {
    padding: 20px 0 0;
    border-top: 1px solid #ddd;
    letter-spacing: 2px;
    margin: 0 0 15px;
    font-size: 18px;
    color: #555; }
  .item-list-lineup {
    margin: 0 0 20px; }
    .item-list-lineup li {
      width: 86px;
      margin: 4px;
      display: inline-block;
      vertical-align: top;
      font-size: 16px; }
      .item-list-lineup li img {
        width: 100%; }

/*-----------------------------------------------------*/
/*  Modal Area
/*-----------------------------------------------------*/
.modal {
  background: rgba(0,0,0,0.7) !important;
}
.modal-body {
  position: relative;
  width: 500px;
  margin: 100px auto;
  padding: 7px 0;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.modal__close {
  text-align: right;
  padding:5px 10px;
}
.modal__ttl {
  display: block;
  text-align: center;
  font-size: 16px;
  margin:0 0 15px;
}

.modal__ttl .fa{
  color:#4169e1;
  margin:0 5px 0 0;
}

.modal_txt_top{
  font-size:12px;
  color:#444;
  line-height:1.5;
  margin:0 0 15px;
  padding:0 10px;
}

.modal_table{
  font-size:12px;
  width:100%;
}

.modal_table thead th{
  background:#f1f1f1;
  padding:5px;
  text-align:center;
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
}

.modal_table thead th:first-child{
  width:30%;
  border-right:1px solid #ddd;
}

.modal_table tbody th{
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 7px 0 7px 7px;
  line-height: 1.3;
}

.modal_table tbody td{
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
  padding: 7px;
  line-height: 1.3;
}

.modal_table tbody td p{
  color:#e73656;
  font-size:13px;
}

.modal_table tbody td p span{
  display:block;
  font-size:11px;
}

.modal_txt_bottom{
  padding:10px 7px 0;
}

.modal_txt_bottom li{
  font-size:11px;
  color:#444;
  line-height:1.3;
  margin:0 0 7px;
}

.modal_txt_bottom li a{
  color:#4169e1;
  text-decoration:underline;
}

.modal__close_bottom{
  text-align:center;
  font-size:16px;
}

.modal__close_bottom .fa{
  font-size:20px;
  margin-right:5px;
}

.modalGift  .modal-body {
  width: 980px;
  color:#555;}

.item-gift-about {
  width: 94%;
  margin: 0 auto;
  padding: 0 30px 30px;
  box-sizing: border-box;
  background: #fff;
  text-align: center; }

.item-gift-ttl {
  margin: 0 0 40px; }

.item-gift-about-txt {
  text-align: center;
  font-size: 14px;
  margin: 0 0 50px;
  padding: 0;
  line-height: 1.8; }

.item-gift-about-ttl {
  font-size: 14px;
  color: #444;
  margin: 0 0 50px;
  text-align: center;
  font-weight: normal; }

.item-gift-sample-list {
  text-align: center;
  overflow: hidden;
  margin: 0 0 70px; }
  .item-gift-sample-list li {
    display: inline-block;
    width: 19%;
    padding: 0 2%; }

.item-gift-about-ttl-howto {
  border-bottom: 2px dashed #444;
  display: inline-block;
  padding-bottom: 20px; }

.item-gift-about-img {
  text-align: center; }
  .item-gift-about-img img {
    box-shadow: 0 0 7px #777;
    border-radius: 3px; }
    .top_sub_ttl span{
        font-size:14px;
        color:#666;
        margin:0 0 0 15px;
    }
    .timesale{
        padding:0;
        margin-bottom:30px;
    }

    .timesale_list{
        /*
        float:left;
        width:16%;
        padding:7px;
        box-sizing:border-box;
        margin:0 0.8% 0 0;
        */
        padding:0 7px;
        transition:.3s ease all;
    }
    .timesale_list:hover{
        opacity:0.6;
    }
    .timesale_list:nth-of-type(6n){
        margin-right:0;
    }
    .timesale_list a{
        text-decoration:none;
        color:#444;
    }
    .timesale_list img{
        width:100%;
        vertical-align: bottom;
    }
    .timesale_name{
        font-size: 13px;
    }

    .timesale_off {
        font-size: 11px;
        color: #fff;
        background: #e73647;
        width: 60px;
        text-align: center;
        padding: 1px 0;
        float: left;
        margin: 3px 0 0;
        letter-spacing: 1px;
    }
    .timesale_price{
        font-size: 14px;
        color: #444;
        float: right;
        margin: 3px 0 0;
    }
    .timesale_price span{
        font-size: 10px;
        margin-left: 3px;
    }
    .timesale .slick-prev,
    .timesale .slick-next {
        top: 29%;
    }
    .more_link {
        clear: both;
        padding: 0;
        margin:15px auto;
        font-size: 16px;
        text-align: right;
    }

    .more_link a {
        text-decoration: none;
        padding: 0;
        color: #4169e1;
    }

    .more_link a:hover {
        text-decoration: underline;
    }

/*-----------------------------------------------------*/
/*  2016.10.21 Addition
/*-----------------------------------------------------*/
.buy-info {
    width: 350px;
    margin: 30px auto;
    font-weight: normal;
    color: #555555;
}
.buy-info ul {
    font-size: 0;
}
.buy-info li {
    display: inline-block;
    vertical-align: middle;
}
.buy-info-tab {
    text-align: center;
    box-sizing: border-box;
    position: relative;
}
.buy-info-tab:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.buy-info-tab li {
    width: 165px;
    font-size: 16px;
}
.buy-info-tab li a {
    display: block;
    padding: 5px;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #f4f4f4 #f4f4f4 #ddd #f4f4f4;
    border-radius: 3px 3px 0 0;
    background: #f4f4f4;
    letter-spacing: 3px;
    color: #555555;
    text-decoration: none;
}
.buy-info-tab li a:hover {;
    text-decoration: none;
}
.buy-info li.select a {
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #ddd #ddd #fff #ddd;
    border-radius: 3px 3px 0 0;
    background: #fff;
}
.buy-info-body {
    padding: 10px 0;
    font-size: 12px;
}
.buy-info-body table {
    width: 100%;
}
.buy-info-body th,
.buy-info-body td {
    padding: 3px 5px;
    border: 1px solid #ccc;
    vertical-align: middle;
}
.buy-info-body th {
    background: #fafafa;
}
.buy-info-body > p {
    margin: 5px 0;
    text-align: right;
}
.buy-info-tel {
    padding: 10px;
    border: 3px solid #f0f0f0;
    text-align: center;
}
.buy-info-ttl {
    font-size: 14px;
    letter-spacing: 2px;
}
.buy-info-num {
    width: 240px;
    margin: 10px auto 5px;
    padding: 5px 0 5px 20px;
    background: url(https://wx13.wadax.ne.jp/~bbl-item-com/bbl-images01/ico-tel.png) no-repeat #f0f0f0;
    background-position: 20px center;
    font-size: 17.63px;
    letter-spacing: 2px;
    border-radius: 3px;
    box-sizing: border-box;
    font-weight: bold;
}
.buy-info-time {
    margin-bottom: 5px;
    font-size: 10.61px;
    letter-spacing: 1px;
    font-weight: bold;
}
.buy-info-pid {
    font-size: 12px;
    letter-spacing: 1px;
}
.buy-info-pid strong {
  font-weight: bold;
}
.buy-info-contact {
    font-size: 13px;
}
.buy-info-contact {
    margin: 5px 0;
}
.buy-info-contact li {
    display: block;
    margin: 10px 0;
}
.buy-info-contact li a {
    display: inline-block;
    padding-right: 10px;
    padding-left: 20px;
    position: relative;
    color: #555555;
    font-size: 13px;
}
.buy-info-contact li:nth-child(1) a {
    background: url(https://wx13.wadax.ne.jp/~bbl-item-com/bbl-images01/ico-mail.png) no-repeat left center;
}
.buy-info-contact li:nth-child(2) a {
    background: url(https://wx13.wadax.ne.jp/~bbl-item-com/bbl-images01/ico-q.png) no-repeat left center;
}
.buy-info-contact li a:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-top:   1px solid #555;
    border-right: 1px solid #555;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}
.buy-info-body li img {
  height: 24px;
}

.favorite-button {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 5px 0;
  background: #fff;
  border: 1px solid #333;
  border-radius: 3px;
  cursor: pointer;
}
.fav-items {
  background: #333;
  color: #fff;
}


.pricemail {
  margin: 5px auto;
}
.pricemail a {
  display: block;
  padding: 5px;
  background: #4169e1;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 3px;
  transition: all 0.4s ease; -moz-transition: all 0.4s ease; -webkit-transition: all 0.4s ease;
  text-decoration: none;
  letter-spacing: 2px;
}
.pricemail a:hover {
  opacity: 0.6;
}
.pricemail p {
  margin: 5px;
  font-size: 13px;
  color: #888;
}


.link-size {
  display: block;
  margin-bottom: 15px;
}
.link-size a {
  display: inline-block;
  padding: 5px 30px 5px 10px;
  border: 1px solid #333;
  border-radius: 3px;
  color: #333;
  text-decoration: none;
  position: relative;
  font-size:14px;
}
.link-size a:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-top:   1px solid #333;
    border-right: 1px solid #333;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}