@CHARSET "UTF-8";

html{
  overflow-y:scroll;
  height: 100%;
  width: 100%;
  background: #f3f3f3;
  font-size: 10px;
}
body{
  font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif;
  font-size: 13px;
  color: #515151;
  width: 100%;
}
a:link{
  color: #1b5f83;
  text-decoration: none;
}
a:visited{
  color: #5589a4;
  text-decoration: none;
}
a:hover{
  color: #eb9200;
  text-decoration: none;
}
a.opa:hover{
  filter: alpha(opacity=70);
  -moz-opacity:0.70;
  opacity:0.70;
  -khtml-opacity: 0.7;/* khtml, old safari */
  ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* internet explorer 8 */
  background-color: transparent;
}

header a,footer a{
  color: #3f3f3f;
}
.noscript{
  display:none;
}
em{
  font-weight: bold;
}
.txarea{
  border: solid 1px #d9d9d9;
  background: #ffffff;
  padding: 2px;
}
div#wrapper{
  width: 100%;
}
.hidden{
  display: none;
}
.active{
  font-weight: bold;
}
.red{
  color: #f16c31;
}
.small{
  font-size: .8em;
}
.largetext{
  font-size: 16px;
}
.required{
  display: inline-block;
  padding: 0 0 0 5px;
  font-size: 11px;
  color: #f16c31;
}
.input_text{
  border: 1px solid #d9d9d9;
  padding: 3px;
}
.input_width_short{
  width: 35%;
}
.input_width_medium{
  width: 55%;
}
.input_width_long{
  width: 90%;
}
textarea.input_textarea{
  border: 1px solid #d9d9d9;
  padding: 3px;
  min-height: 100px;
}
span.input_error{
  display: block;
  padding: 5px 0;
  font-size: 12px;
  color: red;
  font-weight: bold;
  clear: both;
}
span.input_error:before {
  font-family:"BuyeeIcons";
  font-weight:normal;
  font-style:normal;
  text-decoration:inherit;
  content: "\e600";
  margin-right: .3em;
}
span.input_error_nonblock{
  margin-left: 10px;
  font-size: 12px;
  color: red;
  font-weight: bold;
  clear: both;
}
input.input_error,
textarea.input_error{
  background: #f6dbce;
  border-color: #f16c31 !important;
}
input.inputmode_active,
textarea.inputmode_active{
  ime-mode: active;
}
input.inputmode_inactive,
textarea.inputmode_inactive{
  ime-mode: inactive;
}
input.inputmode_disabled,
textarea.inputmode_disabled{
  ime-mode: disabled;
}
table tr td select{
  margin-right: 10px;
}
th,td{
  word-break: break-all;
}
.bold{
  font-weight: bold !important;
}
.normal{
  font-weight: normal;
}
.center{
  text-align: center;
}
.no_margin{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
ul.list_style{
  list-style: disc;
  list-style-position: outside;
  padding-left: 1em;
}
.box_shadow{
  background: #ffffff;
}
:root .box_shadow{
  -webkit-box-shadow: 0 8px 20px 3px #666666;
  -moz-box-shadow: 0 8px 20px 3px #666666;
  box-shadow: 0 8px 20px 3px #666666;
}
.border_img{
  height: 5px;
  width: 100%;
  margin: 0;
  clear: both;
  display: block;
}
.border_orange{
  background: #eb9200;
}
.border_black{
  background: #4c4c4c;
}
p.img_reload{
  overflow: hidden;
  margin-top: 10px;
}
p.img_reload img{
  height: 18px;
  margin: 0 7px 0 0;
  float: left;
  background: url(../../images/common/icon_reload.png) no-repeat;
  background-size: contain;
}
ul.radio_list{
  overflow: hidden;
}
ul.radio_list li{
  float: left;
  padding-right: 15px;
}
input[type="text"],
input[type="email"],
input[type="password"]{
  border: 1px solid #d9d9d9;
  padding: 4px;
  font-size: 14px;
  border-radius: 3px;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.border_box{
  box-sizing: border-box;
}

/* Header Banner */

.header-banner a{
  display: block;
  width: 100%;
  background-color: #ee5b5b;
  background-repeat: no-repeat;
  background-position: center top;
  cursor: pointer;
  background-size: 1200px 50px;
  height: 50px;
  min-width: 1200px;
}
.header-banner a:hover{
  opacity: .8;
}
.ja .header-banner.vector-header a{
  background-image: url(/images/i18n/ja/campaign/vector160616/pc/header.png);
}
.en .header-banner.vector-header a{
  background-image: url(/images/i18n/default/campaign/vector160616/pc/header.png);
}
.cht .header-banner.vector-header a{
  background-image: url(/images/i18n/cht/campaign/vector160616/pc/header.png);
}
.chs .header-banner.vector-header a{
  background-image: url(/images/i18n/chs/campaign/vector160616/pc/header.png);
}

.header-banner.rakuten-header a{
  background-size: 800px 50px;
}

.ja .header-banner.rakuten-header a{
  background-image: url(/images/i18n/ja/campaign/shippingfeeoff161101_buyee/pc/header.png);
}
.en .header-banner.rakuten-header a{
  background-image: url(/images/i18n/default/campaign/shippingfeeoff161101_buyee/pc/header.png);
}
.cht .header-banner.rakuten-header a{
  background-image: url(/images/i18n/cht/campaign/shippingfeeoff161101_buyee/pc/header.png);
}
.chs .header-banner.rakuten-header a{
  background-image: url(/images/i18n/chs/campaign/shippingfeeoff161101_buyee/pc/header.png);
}

header-banner.campaign-header a{
  background-size: 1200px 50px;
}

.ja .header-banner.campaign-header a{
  background-image: url(/images/i18n/ja/campaign/shippingfeeoff170206_buyee/pc/header.png);
}
.en .header-banner.campaign-header a{
  background-image: url(/images/i18n/default/campaign/shippingfeeoff170206_buyee/pc/header.png);
}
.cht .header-banner.campaign-header a{
  background-image: url(/images/i18n/cht/campaign/shippingfeeoff170206_buyee/pc/header.png);
}
.chs .header-banner.campaign-header a{
  background-image: url(/images/i18n/chs/campaign/shippingfeeoff170206_buyee/pc/header.png);
}

header-banner.zozo-header a{
  background-size: 1200px 50px;
}

.ja .header-banner.zozo-header a{
  background-image: url(/images/i18n/ja/campaign/shippingfeeoff170206_buyee/pc/header.png);
}
.en .header-banner.zozo-header a{
  background-image: url(/images/i18n/default/campaign/shippingfeeoff170206_buyee/pc/header.png);
}
.cht .header-banner.zozo-header a{
  background-image: url(/images/i18n/cht/campaign/shippingfeeoff170206_buyee/pc/header.png);
}
.chs .header-banner.zozo-header a{
  background-image: url(/images/i18n/campaign/shippingfeeoff170206_buyee/pc/header.png);
}

/*header*/

#header_text{
  padding: 5px 0;
  position: absolute;
  right: 8px;
  top: 0;
}
#header_text .header_subject{
  width: 960px;
  font-size: 11px;
  color: #ffffff;
  font-weight: normal;
}
ul#language li{
  border-left: solid 1px #ddd;
  padding: 0 7px;
  display: inline-block;
  float: left;
}
ul#language li a{
  color: #888;
}
ul#language li a:visited{
  color: #888;
}
ul#language li a:hover{
  color: #eb9200;
}
ul#language li:first-child{
  border-left: none;
}
ul#language li:last-child{
  padding-right: 0;
}
header.global{
  width: 100%;
  font-size: 12px;
}
header.global div#header_inner{
  width: 976px;
  min-width: 976px;
  margin: 0 auto;
  padding: 0 8px 8px;
  position: relative;
  min-height: 144px;
  box-sizing: border-box;
}
#header_inner .header_subject{
  color: #888;
  font-size: 11px;
  font-weight: normal;
  position: absolute;
  top: 25px;
  left: 190px;
}
.logo_container{
  float: left;
  padding-top: 10px;
  margin: 0 0 0 10px;
}
header.global img#logo_buyee{
  width: 150px;
  height: auto;
}
header.global img#logo_tenso{
  width: 121px;
  height: 30px;
  margin: 2px 0 0 0;
  float: right;
}
header.global #payment_methods_logo{
  position: absolute;
  top: 0;
  right: 0;
}
header.global #payment_methods_logo li{
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
}
header.global #payment_methods_logo img{
  width: 30px;
  height: auto;
}
header.global h1 span{
  display: inline-block;
  padding: 18px 0 0 0;
  width: 121px;
}
header.global nav{
  position: absolute;
  top: 30px;
  right: 8px;
  text-align: right;
  font-size: 14px;
}
header.global nav li{
  padding: 0 3px 0 6px;
  margin: 1px 0;
  text-align: center;
  display: inline-block;
}
header.global nav li:not(:first-child){
  border-left: 1px solid #ddd;
}
header.global nav li i{
  font-size: 0.9em;
  padding-bottom: 5px;
}

div#usernavi{
  box-sizing: border-box;
  text-align: right;
  position: absolute;
  bottom: 8px;
  right: 8px;
}
.default_use_navi b,
.baidu_use_navi b{
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  max-width: 100px;
  vertical-align: bottom;
}
.default_use_navi{
  width: auto;
}
.baidu_use_navi{
  width: auto;
}
.default_use_navi .welcome_message {
  display: inline-block;
}
.default_use_navi_point {
  display: inline-block;
  padding: .3em .5em;
  background: #fff;
  border: 1px solid #eb9200;
  color: #eb9200;
  border-radius: 3px;
  font-size: .8em;
}
.default_use_navi_point a,
.default_use_navi_point a:visited {
  color: #eb9200;
}
.default_use_navi_point a:hover {
  text-decoration: underline;
}
p.username{
  padding: 8px 7px 17px 10px;
  font-size: 11px;
  position: relative;
  display: inline-block;
  width: 44%;
  text-align: left;
  line-height: 19px;
}
p.username b{
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  max-width: 180px;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
  p.username b{
    vertical-align: top;
  }
}
div#usernavi li{
  display: inline-block;
}
div#usernavi li .icon{
  font-size: 1.1em;
  padding-bottom: 5px;
}
div#usernavi li .icon:before{
  font-size: 1.8em;
  display: inline-block;
}
div#usernavi li .subicon{
  font-size: 1.1em;
  padding-bottom: 5px;
}
div#usernavi li .subicon:before{
  font-size: 1.6em;
  display: inline-block;
}
p.cartlink{
  font-size: 11px;
  position: relative;
  display: inline-block;
  text-align: left;
  width: 40%;
}
p.cartlink i{
  padding: 7px;
  font-size: 1.6em;
  background-color: white;
}
div#searchbar{
  clear: left;
  position: relative;
  padding: 0;
  box-sizing: border-box;
  width: auto;
  margin-right: 275px;
  padding-top: 5px;
}
.default_searchbar{
  width: auto;
}
.baidu_searchbar{
  width: auto;
}
#input_area {
  background: #eb9200;
  padding: 8px;
  border-radius: 5px;
  clear: both;
  position: relative;
  height: 49px;
  box-sizing: border-box;
}
.baidu_input_area{
  position: relative;
}
.service_type_list{
  box-sizing: border-box;
  margin: 0;
}
.service_type_list li{
  border-radius: 5px 5px 0 0;
  margin-bottom: 0;
  margin-left: 6px;
  padding: 0;
  color: #ffffff;
  display: inline-block;
  min-width: 70px;
  background: #bbb;
  float: left;
}
.service_type_list li a{
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 4px 12px 4px 10px;
  position: relative;
}
.service_type_list li a:hover{
  background: #eb9200;
}
.service_type_list li p{
  display: none;
}
.service_type_list li i:before{
  font-size: 1.3em;
  vertical-align: -2px;
  display: inline-block;
  color: #fff;
  padding-right: 6px;
}
.service_type_list li.expanded{
  display: inline-block;
  color: #fff;
  top: -2px;
  left: 0;
  font-weight: bold;
  background: #eb9200;
}
.service_type_list li.expanded i:before{
  color: #fff;
}
.service_type_list li.expanded p{
  display: inline-block;
  margin-left: 8px;
  padding: 5px 10px;
  border-radius: 3px;
  position: relative;
}
.service_type_list li.expanded p:after{
  position: absolute;
  content: "";
  bottom: -20px;
  right: 50%;
  width: 0;
  height: 0;
  border: 10px solid rgb(230, 230, 230);
  border-color: rgb(230, 230, 230) transparent transparent transparent;
}
.service_type_list .type_akb48 a:hover{
  background-color: #fff;
  color: #333;
}
.service_type_list .type_akb48 a:hover i:before{
  color: #f864ad;
}
.service_type_list .type_zozo a:hover{
  background-color: #fff;
  color: #333;
}
.service_type_list .type_zozo a:hover i:before{
  color: #323232;
}
.service_type_list .type_amazon a:hover{
  background-color: #fff;
  color: #000;
}
.service_type_list .type_amazon a:hover i:before{
  color: #f90;
}
.service_type_list .type_rakuten a:hover{
  background-color: #fff;
  color: #333;
}
.service_type_list .type_rakuten a:hover i:before{
  color: #c10000;
}
.service_type_list .type_rakuten.expanded a{
  background-color: #c10000;
  color: #fff;
}
.service_type_list .type_rakuten.expanded a i:before{
  color: #fff;
}
.service_type_list .type_rakuten.expanded a:hover{
  background-color: #c10000;
  color: #fff;
}
.service_type_list .type_rakuten.expanded a:hover i:before{
  color: #fff;
}
.service_type_list .type_other{
  position: relative;
  padding: 4px 6px 4px 10px;
}
.service_type_list .type_other .title{
  font-weight: bold;
}
.service_type_list .type_other:hover{
  background-color: #fff;
  color: #000;
  cursor: default;
}
.service_type_list .type_other:hover i{
  color: #000;
}
.service_type_list .type_other:hover i:before{
  color: #ccc;
}
.service_type_list .buyeeicon-brandnew{
  padding-right: 10px;
}
.service_type_list .buyeeicon-brandnew:before{
  color: #f03;
  position: absolute;
  top: -18px;
  right: -14px;
  font-size: 30px;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  z-index: 20;
  transition: transform .1s;
}
.service_type_list .type_akb48 .buyeeicon-brandnew:before{
  color: #f864ad;
}
.service_type_list .type_zozo .buyeeicon-brandnew:before{
  color: #323232;
}
.service_type_list .type_amazon .buyeeicon-brandnew:before{
  color: #f90;
}
.service_type_list .type_rakuten .buyeeicon-brandnew:before{
  color: #c10000;
}
.service_type_list .type_rakuten.expanded .buyeeicon-brandnew:before{
  color: #fff;
}
.service_type_list li:hover .buyeeicon-brandnew:before{
  -webkit-transform: scale(1.2) rotate(45deg) translate(1px,-3px);
  transform: scale(1.2) rotate(45deg) translate(1px,-3px);
}
.service_type_list .buyeeicon-brandnew:after{
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: -12px;
  right: -12px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 10;
}
.service_type_list .type_amazon .buyeeicon-brandnew:after{
  background-color: #fff;
  transition: all .1s;
}
.service_type_list .type_amazon a:hover.buyeeicon-brandnew:after{
  background-color: #fff;
}
.service_type_list .type_rakuten.expanded .buyeeicon-brandnew:after{
  background-color: #c10000;
  transition: all .1s;
}
.service_type_list .type_rakuten.expanded a:hover.buyeeicon-brandnew:after{
  background-color: #c10000;
}
.service_type_list li .buyeeicon-brandnew:after{
  background-color: #fff;
  transition: all .1s;
}
.service_type_list li:hover .buyeeicon-brandnew:after{
  width: 28px;
  height: 28px;
  top: -16px;
  right: -16px;
  background-color: #fff;
}
.service_type_list-sub{
  display: none;
  position: absolute;
  top: 27px;
  left: 0;
  z-index: 100;
  box-shadow: 3px 3px 5px rgba(70, 70, 70, .1);
}
.service_type_list .type_other:hover .service_type_list-sub{
  display: block;
}
.service_type_list-sub > .list{
  border-radius: 0;
  margin: 0;
  background-color: #fff;
  overflow: hidden;
}
.service_type_list-sub > .list:first-child{
  border-radius: 0 5px 0 0;
}
.service_type_list-sub > .list:last-child{
  border-radius: 0 0 5px 5px;
}
.service_type_list-sub > .list a{
  border-radius: 0;
  white-space: nowrap;
  text-align: center;
  width: 200px;
  padding: 7px;
  font-weight: normal;
  color: #333;
}
.service_type_list-sub > .list a:hover{
  color: #fff;
}
.service_type_list-sub > .list.type_akb48 a:hover{
  background-color: #f24098;
}
.service_type_list-sub > .list.type_ponpare a:hover{
  background-color: #e6002d;
}
div#searchbar #category_select{
  width: 200px;
  height: 33px;
  border-radius: 3px;
  background: #fff;
  margin: 0;
  margin-right: 5px;
  padding-left: 5px;
  position: relative;
  float: left;
}
div#searchbar input#search_textarea{
  height: 33px;
  border: 0;
  border-radius: 3px 0 0 3px;
  padding: 0 10px;
  background-color: #fff;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.cht div#searchbar input#search_textarea,
.chs div#searchbar input#search_textarea{
  border-radius: 3px;
  padding-right: 70px;
}
#search_textarea:focus{
  outline: none;
}
.search_textarea_outer{
  position: absolute;
  top: 8px;
  right: 48px;
  left: 218px;
}
.baidu_input_area .search_textarea_outer{
  right: 160px;
}
.default_search_textarea{
  width: 100%;
  margin: 0;
  border-radius: 3px 0 0 3px;
}
div#searchbar .default_search_bt{
  height: 33px;
  border-radius: 0 3px 3px 0;
  position: absolute;
  right: 8px;
  background: #bbb;
  color: #fff;
}
div#searchbar .default_search_bt:hover{
  background: #5288a5;
}
div#searchbar .baidu_logo{
  position: absolute;
  top: 12px;
  right: 168px;
}
div#searchbar .baidu_search_bt{
  height: 33px;
  border: 0;
  text-align: center;
  outline: none;
  cursor: pointer;
  width:70px;
  border-radius: 3px;
  background: #bbb;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  padding: 0;
  position: absolute;
  top: 8px;
  right: 8px;
}
div#searchbar .baidu_search_bt:first-of-type{
  right: 84px;
}
div#searchbar .baidu_search_bt:hover{
  background: #5288a5;
}
#search_bt .generalicon-search{
  position: relative;
  top: -3px;
  font-size: 1.3em;
}
#search_bt .generalicon-search:before{
  position: relative;
  top: 4px;
  clear: left;
  font-size: 18px;
}
.default_search_bt{
  width: 40px;
  border-radius: 0 3px 3px 0;
}
#root_category_container{
  width: 97%;
  height: 22px;
  margin: 5px 0;
  position: relative;
  cursor: default;
  line-height: 2em;
}
#root_category_name, #root_category_select{
  display: block;
  position: absolute;
  top: 0;
}
#root_category_name{
  width: 90%;
  padding-left: 0.5em;
  left: 0;
}
#root_category_name .cat_name{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: none;
}
#root_category_name .cat_name.expanded{
  display: block;
}
#root_category_select{
  width: 1em;
  height: 22px;
  right: 0;
  top: -2px;
}
div#searchbar #category_select.cat_expanded{
  box-sizing: border-box;
  border: 2px solid #ddd;
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
  background-color: #e8e8e8;
  width: 205px;
  height: 38px;
}
#root_category_select:before{
  content: "▼";
  font-size: 9px;
}
div#searchbar #category_select.cat_expanded #root_category_name{
  top: -2px;
  left: -2px;
}
div#searchbar #category_select.cat_expanded #root_category_select{
  right: -2px;
  top: -4px;
}
#category_select.cat_expanded #root_category_select:before{
  content: "▲";
}
.searchbar_category{
  display: none;
  z-index: 9999;
  position: absolute;
  background-color: #f6f6f6;
  top: 36px;
  left: -2px;
  width: 624px;
  overflow: hidden;
  padding: 6px 6px 2px;
  border: 2px solid #ddd;
  border-top: none;
  border-radius: 0 6px 6px 6px;
  box-shadow: 3px 3px 5px rgba(70, 70, 70, 0.1);
  box-sizing: border-box;
}
.searchbar_category.default{
  width: 924px;
}
#category_select.cat_expanded .searchbar_category.expanded{
  display: block;
}
.searchbar_category li{
  background-color: #ffffff;
  float: left;
  width: 200px;
  margin: 0 0 4px 4px;
  border-radius: 3px;
}
.searchbar_category.default li{
  width: 300px;
}
.searchbar_category li:nth-of-type(3n+2){
  margin-left: 0;
  clear: left;
}
.searchbar_category li span{
  color: #000000;
  display: block;
  padding: 0.5em;
  font-weight: normal;
}
.searchbar_category li span:hover{
  color:#eb9200;
}
.searchbar_category span.cat_selected{
  font-weight: bold;
  color: #eb9200;
}
li.aside_category_container{
  display: block;
  width: 100%;
  margin: -6px -6px 6px;
  background: none;
  padding: 6px;
  border-radius: 0;
  background: #e8e8e8;
}
li.aside_category_container span{
  background-color: #ffffff;
  width: 200px;
  float: left;
  border-radius: 3px;
  box-sizing: border-box;
  margin-right: 4px;
}
.default li.aside_category_container span{
  width: 300px;
}
li.aside_category_container button{
  position: absolute;
  top: 2px;
  right: 10px;
  background-color: transparent;
  color: #bbb;
  border: 0;
  font-size: 2.5em;
  padding: 0;
  z-index: 9999;
  display: none;
  cursor: pointer;
}
.default li.aside_category_container{
  width: 100%;
}
.default li.aside_category_container button{
  right: 12px;
}
#category_select.cat_expanded button{
  display: block;
}
header.hidden_links{
  height: auto;
}
header.hidden_links div#usernavi{
  padding-top: 11px;
}
#usernavi .linkarea{
  width: 260px;
  margin: 15px 0 0 auto;
  text-align: right;
}
#usernavi .linklist{
  width:32%;
  display: inline-block;
  text-align: center;
}
#usernavi .linkarea .link_shopping{
  display: none;
}
#usernavi .linkarea .link_auction{
  display: none;
}
#usernavi .linkarea .available{
  display: inline-block;
}
#usernavi .linktext{
  padding-top: 3px;
  white-space: nowrap;
}
header.hidden_links p.username{
  margin-top: 50px;
  width: 278px;
  text-align: right;
}

/*middle*/

div#middle{
  width: 100%;
  background: #ffffff;
  padding: 0 8px 40px;
  min-width: 976px;
  box-sizing: border-box;
}
article#content, div#content{
  width: 960px;
  margin: 0 auto;
  padding: 20px 0 12px;
}
article#content_wide, div#content_wide{
  width: 1210px;
  margin: 0 auto;
  padding: 20px 0 12px;
}
div#middle article.hidden_links{
  padding-top: 10px;
}
nav#bc_navi{
  padding: 8px 0 10px;
  margin: 0 0 20px 0;
  font-size: 11px;
  border-bottom: 1px solid rgba(70, 70, 70, 0.2);
}
nav#bc_navi a{
  display: inline-block;
}
nav#bc_navi a:first-child{
  margin: 0 0 0 10px;
}
#bc_navi b{
  font-weight: bold;
  position: relative;
}
#bc_navi b:before, #bc_navi b:after{
  position: absolute;
  content: "";
  bottom: -30px;
  right: 20px;
  width: 0;
  height: 0;
  border: 10px solid rgba(70, 70, 70, 0.3);
  border-color: rgba(70, 70, 70, 0.3) transparent transparent transparent;
}
#bc_navi b:after{
  bottom: -29px;
  border-top-color: #ffffff;
}
article#content_inner{
  width: 748px;
  float: right;
}
h1.content_tit{
  font-size: 30px;
  padding: 0 0 20px 0;
  font-weight: normal;
}
.content_tit_no_header{
  font-size: 30px;
  padding: 5px 0 20px 0;
  font-weight: normal;
}
.content_tit_small{
  font-size: 16px;
  padding: 0 0 40px 0;
  font-weight: bold;
  text-align: center;
}
.st_packing_icon{
  display: inline-block;
  margin: 0 8px;
  padding: 0.1em 0.4em;
  font-size: 11px;
  font-weight: bold;
  color: #f16c31;
  text-align: center;
  background: #ffdd81;
}
.st_eligible_flag_icon{
  display: inline-block;
  margin: 0 8px;
  padding: 0.1em 0.4em;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #fe1c04;
  background: linear-gradient(#fe1c04 0%, #ff552a 100%);
}
.new_icon{
  display: inline-block;
  margin: 0 8px 0 0;
  padding: 0.1em 0.4em;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background: #f16c31;
}

/* マイページサイドメニュー */

aside#toolbar{
  width: 180px;
  float: left;
  box-sizing: border-box;
  padding: 0 5px 0 0;
}
aside#toolbar *{
  box-sizing: border-box;
}
aside#toolbar dl{
  border-radius: 2px;
}
aside#toolbar dl dt{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  border-bottom: 1px solid #f2a24f;
  padding: 0 2px 2px;
  color: #5c5c5c;
  position: relative;
  margin-top: 25px;
}
aside#toolbar dl dt:first-child{
  margin-top: 0;
}
aside#toolbar [class*="buyeeicon-"],
aside#toolbar [class*="socialicon-"]{
  font-size: 14px;
}
aside#toolbar [class*="buyeeicon-"]::before,
aside#toolbar [class*="socialicon-"]::before{
  margin-right: 5px;
  font-size: 1.3em;
  position: relative;
  top: 3px;
  color: #f2a24f;
}
aside#toolbar dl dd{
  font-size: 12px;
  padding: 0.5em;
}
aside#toolbar dl dd a{
  display: block;
  color: #5c5c5c;
}
aside#toolbar dl dd a:hover{
  color: #eb9200;
}
div.contentBottom_bt_wrap{
  padding: 20px 0 0;
}
div.contentBottom_bt_wrap a:first-child{
  float: left;
}
div.contentBottom_bt_wrap a:last-child{
  float: right;
}
.contentBottom_bt_wrap_narrow{
  padding: 20px 0 0;
  text-align: center;
}
.contentBottom_bt_wrap_narrow a:not(:first-child){
  margin-left: 80px;
}
nav.page_navi{
  padding: 0;
  text-align: center;
  margin: 10px 0;
}
nav.page_navi ul{
  overflow: hidden;
  float: right;
}
nav.page_navi ul li{
  font-size: 11px;
  display: inline;
}
nav.page_navi ul li a{
  display: inline-block;
  padding: 0 4px;
}
nav.page_navi ul li a:hover,
nav.page_navi ul li a.active{
  background: #f0f0f0;
}
nav.page_navi ul li.nav_first{
  padding: 0 14px 0 0;
}
nav.page_navi ul li.nav_last{
  padding: 0 0 0 14px;
}
nav.page_navi_bold{
  font-weight:bold;
}

/*footer*/

a.jump {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 17px;
  background-color: #eb9200;
  margin: -17px auto 0;
  color: #fff;
  position: relative;
  line-height: 1.6;
}
a.jump:hover {
  opacity: .8;
}
a.jump .icon {
  position: absolute;
  top: 0;
  left: 8px;
  font-size: 1.8rem;
}
footer div#footer_inner{
  width: 976px;
  margin: 0 auto;
  padding: 30px 0 20px;
  position: relative;
}
footer nav ul li a{
  display: inline-block;
  background: url(../../images/common/icon_footernav.gif) no-repeat;
  padding: 0 15px 10px;
}
footer nav ul li.f_nav_inner a{
  display: inline-block;
  background: url(../../images/common/icon_footernav.gif) no-repeat;
  padding: 0 15px 10px;
  height:10px;
  width:8px;
  float:left;
}
.sub-footer {
  background: #f9f9f9;
  overflow: hidden;
  padding: 20px 0 40px;
  min-width: 976px;
}
.nav-category {
  width: 916px;
  height: auto;
  min-height: 60px;
  margin: 0 auto;
}
.nav-category li {
  float: left;
  width: 25%;
  font-size: 13px;
}
.nav-category li:nth-child(4n+1) {
  clear: both;
}
.nav-category-title {
  color: #bbb;
  font-size: 15px;
  margin-bottom: 20px;
}
.nav-category-title a{
  font-weight: normal;
  font-size: 14px;
}
#nav_left{
  width:377px;
  margin-left: 30px;
  float:left;
}
#nav_center{
  width:310px;
  float:left;
}
#nav_right{
  width:250px;
  float:left;
}
footer nav{
  margin-top: 25px;
  height: 150px;
}
footer ul#foot_navi_r{
  position: absolute;
  top: 22px;
  right: 0;
  overflow: hidden;
}
footer ul#foot_navi_r li{
  float: left;
  padding: 0 12px;
  border-right: 1px solid #414141;
}
footer ul#foot_navi_r li:last-child{
  border: none;
  padding-right: 0;
}
footer .copyright {
  text-align: center;
  display: block;
}
footer .copyright img {
  width: 150px;
  height: auto;
}
footer.hidden_links div#footer_inner{
  padding-top: 20px;
  height: 100px;
}
footer.hidden_links small{
  position: absolute;
  margin-top: 20px;
  right: 42%;
}
.switching-button {
  background-color: #f3f3f3;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  box-shadow: 1px 2px 0px #f9f9f9, 1px 2px 0px #f9f9f9 inset;
  display: block;
  padding: 8px 10px;
  position: absolute;
  bottom: 30px;
  right: 10px;
}
.switching-button:hover {
  background-color: #ededed;
  border: 1px solid #e5e5e5;
  box-shadow: 1px 2px 0px #f9f9f9;
}
.switching-button.buyeeicon-mobile::before {
  vertical-align: -4px;
  margin-right: 2px;
  font-size: 20px;
}
.sns_list{
  position: absolute;
  top: 10px;
  right: 0;
}
.sns_list li{
  float: left;
  position: relative;
  margin-left: 10px;
}
.sns_list li a{
  display: block;
  width: 30px;
  height: 30px;
  text-indent: 101%;
  overflow: hidden;
}
.sns_list li a::before{
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30px;
  text-indent: 0;
  text-shadow: 0px 1px 0px #fff;
}
.sns_list li a:link,
.sns_list li a:visited{
  color: rgba(82,136,165,.4);
}
.sns_list li a:hover,
.sns_list li a:active{
  color: #5288a5;
}
.payment_list{
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.payment_list li{
  float: left;
  margin-right: 8px;
}

/*メッセージ・アラート*/

.page_alert{
  padding: 20px;
  border: 1px solid #d9d9d9;
  background: #f0f0f0;
  color: #f16c31;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.page_alert p{
  padding-left: 20px;
}
.page_alert_gray{
  padding: 20px;
  border: 1px solid #d9d9d9;
  background: #f0f0f0;
  color: #212121;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.page_alert_bottomspace{
  margin-bottom:200px;
}

/* メッセージボックス */

.messagebox, .messagebox *{
  box-sizing: border-box;
}
.messagebox{
  padding: 0 0 10px;
  display: block;
  font-size: 1.1em;
  border: 0;
}
.messagebox .inbox{
  line-height: 1.6em;
  margin-bottom: 0.7em;
}
.messagebox .inbox:last-child{
  margin-bottom: 0;
}
.messagebox .inbox:before{
  margin-right: 7px;
}
.messagebox .inbox a{
  text-decoration: underline;
}
.messagebox .noticebox{
  color: #606060;
}
.messagebox .alertbox{
  color: #d97171;
  font-size: 1.1em;
}
.messagebox .alertbox--small {
  font-size: .9em;
}
.messagebox .alertbox--cart {
  color: #d97171;
  font-size: .9em;
}
.messagebox .alertbox--center {
  text-align: center;
}
.messagebox .joybox{
  color: #d97171;
  font-size: 1.4em;
}
.joybox.congratulations{
  text-align: center;
  margin-bottom: 1.5em;
}
.messagebox .alertbox a,
.messagebox .joybox a{
  margin: auto 5px;
  color: #334765;
}
.messagebox .alertbox a:hover,
.messagebox .joybox a:hover{
  color: #eb9200;
}
.messagebox .inbox.listbox{
  margin: 5px 0 40px;
  padding-top: 5px;
}
button + .messagebox,
.btn + .messagebox {
  padding-top: 15px;
}
.listbox .listinbox{
  margin-bottom: 5px;
  padding: 0.5em 1em;
}
.messagebox .listbox .listinbox{
  font-size: 0.9em;
}
.deletebox{
  border: 1px dashed #d97171;
  border-radius: 3px;
}
.alertbox.error_title{
  font-size: 1.6em;
  margin-bottom: 1.1em;
}
.confirm-message{
  background-color: #fff6cb;
  border-radius: 5px;
  padding: 15px;
  margin: 0 auto 1.5em;
  line-height: 1.5;
  width: 50%;
  position: relative;
  font-weight: bold;
}
.confirm-message:after{
  content: "";
  border:20px solid transparent;
  border-top-color: #fff6cb;
  position: absolute;
  right: 48%;
  bottom: -30px
}
.confirm-message__cartOrder {
  background-color: #f9f9f9;
  border-radius: 5px;
  padding: 15px;
  margin: 0 auto 1.5em;
  line-height: 1.5;
  width: 67%;
  position: relative;
  font-weight: normal;
}
.confirm-message__cartOrder--border {
  padding-top: 0;
  margin: 0 auto 20px;
  width: 70%;
  border-bottom: 1px solid #eee;
}
.confirm-message.is_right,
.confirm-message__cartOrder.is_right {
  float: right;
}
.confirm-message a,
.confirm-message__cartOrder a {
  margin: 0 3px;
}
.confirm-message .confirm-message__item:not(:last-child),
.confirm-message__cartOrder .confirm-message__item:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #acacac;
}
.announcement-message {
  padding: 20px;
  margin-top: 24px;
  background-color: #fff6cb;
  font-weight: bold;
  border-radius: 3px;
  line-height: 1.6;
}

/* 新見積もりツールスタイル */
.estimate_section {
  max-width: 1200px;
}
.estimate_wrapper {
	border: solid 1px #d9d9d9;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.estimate-left {
  width: 45%;
  background: #ec9300;
  padding: 32px;
  box-sizing: border-box;
}
.estimate-right {
  width: 55%;
  padding: 32px;
  box-sizing: border-box;
}
.estimate_tit {
  font-size: 20px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 16px;
}
.estimate_p {
  margin-bottom: 16px;
}
.estimate_lead {
  margin-bottom: 8px;
}
.estimate_radio {
  border: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.estimate_radio-inline_input {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.estimate_radio-inline_label {
  display: block;
  width: 95%;
  padding: 18px 8px;
  border-radius: 4px;
  transition: all .2s;
  color: #4f6c7a;
  background: #fff;
  border: 1px solid #4f6c7a;
  margin-bottom: 13px;
  cursor: pointer;
  transition-duration: .3s;
  font-size: 11px;
  font-weight: bold;
}
.estimate_radio-inline_input:checked + .estimate_radio-inline_label {
  position: relative;
  background: #dce2e4;
}
.estimate_radio-inline_input:checked + .estimate_radio-inline_label:before {
  font-family: "GeneralFoundicons";
  content: "\f005";
  display: block;
  position: absolute;
  font-size: 21px;
  top: 9.6px;
}
.estimate_radio-inline_input:focus + .estimate_radio-inline_label {
  outline-color: #4D90FE;
  outline-offset: -2px;
  outline-style: auto;
  outline-width: 5px;
}
input[type="text"].estimate_textfield_input,
.estimate_textfield_input {
  padding: 15px 8px;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-bottom: 10px;
	width: 70%;
	box-sizing: border-box;
}
.estimate_textfield_input.input_error {
  border-color: #f16c31;
  background: #f6dbce;
}
.input_error_txt_right {
  color: #f16c31;
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 11px;
}
.input_error_txt_left {
  color: #f16c31;
  font-weight: bold;
  background: #FFE9C6;
  border: 1px dashed #ec9300;
  padding: 8px;
}
.input_error_txt_left:before {
  font-family:"BuyeeIcons";
  content: "\e600";
  margin-right: 5px;
}
select.estimate_textfield_input {
  position: relative;
  height: 46.7813px;
  background: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: url(../../images/common/icon_selectarrows.svg) no-repeat 96% 16px;
  background-size: 10px auto;
  color: #2C3E50;
}
.estimate_textfield_p,
.estimate_textfield_unit {
  color: #2C3E50;
  font-size: 11px;
  margin-bottom: 6px;
}
.estimate_textfield_cap {
  display: block;
  font-size: 10px;
  margin-bottom: 22px;
}
.estimate_btnblock {
  text-align: center;
  font-size: 19px;
  font-weight: normal;
}
.estimate_under_message{
  padding-top: 16px;
  font-size: 10px;
}

/* 新見積もりツール 検索結果スタイル */
.estimate_results_wrapper {
	max-width: 1200px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
}
.estimate_results_tit {
  font-size: 22px;
  color: #506d7b;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 3px;
  margin-bottom: 10px;
}
.estimate_results_subtitle {
  font-size: 16px;
  margin-bottom: 16px;
}
.estimate_results_subtitle span {
  font-weight: bold;
  color: #ec9300;
}
.estimate_results_block {
  width: 32.5%;
  margin: 0 0 15px 0;
  box-sizing: border-box;
}

.shipping-ok {
  border: 1px solid #FFE6BC;
}
.shipping-ng {
  border: 1px solid #bbb;
  background: #ECECEC;
}
.shipping-ng-hide {
  border: 1px solid #bbb;
  background: #ECECEC;
  display:none
}
.estimate_results_detail {
  padding: 6px 13px;
}
.estimate_results_method-tit {
  padding: 6px;
  margin-bottom: 6px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.estimate_results_method-tit span {
  font-size: 10px;
}
.estimate_results_method-tit_ok {
  background: #FFE9C6;
  color: #EB8800;
}
.estimate_results_method-tit_ng {
  background: #BBBBBB;
  color: #ECECEC;
}
.estimate_results_detail_tit {
  font-size: 15px;
  display: table;
}
.estimate_results_detail_tit span {
  display: table-cell;
  vertical-align: middle;
}
.estimate_results_detail_tit_ok { color: #EC9300; }
.estimate_results_detail_tit_ng { color: #C3C3C3; }
.estimate_results_detail_tit_ok:before {
  font-family: "GeneralFoundicons";
  content: "\f005";
  display: inline-block;
  font-size: 32px;
  margin-right: 3px;
}
.estimate_results_detail_tit_ng:before {
  font-family: "GeneralFoundicons";
  content: "\f006";
  display: inline-block;
  font-size: 32px;
  margin-right: 3px;
}
.estimate_results_detail dl {
  font-size: 11px;
  line-height: 1.6;
  margin-bottom: 6px;
}
.estimate_results_detail dl:after {
  content: "";
  display: block;
  clear: both;
}
.estimate_results_detail dl dt {
  width: 60%;
  float: left;
  font-weight: bold;
}
.estimate_results_detail dl dd {
  width: 40%;
  float: right;
  text-align: right;
}
.estimate_results_totalsum {
  clear: both;
  font-size: 25px;
  color: #F37838;
  text-align: right;
  border-top: 1px solid #D9D9D9;
  padding: 10px 0;
  font-weight: bold;
}
.estimate_results_totalsum span {
  font-size: 16px;
}
.estimate_results_derivery-icon {
  display: inline-block;
  color: #fff;
  font-size: 11px;
  border-radius: 3px;
	background-color: #4f6c7a;
  padding: 6px;
  margin-bottom: 6px;
}
.estimate_results_notes ul li {
  font-size: 11px;
  line-height: 1.6;
}
.estimate_results_notes ul li:before {
  font-family: "BuyeeIcons";
  content: "\e60e";
  display: inline-block;
  margin-right: 3px;
}
.estimate_results_notes ul li a {
  font-weight: bold;
}

/*見積り計算*/

body.simulator_popup{
  background: #ffffff;
}
div#simulator_form{
  width: 940px;
  overflow: hidden;
  background: #ffffff;
  margin: 20px auto;
  padding: 10px;
}
body.window-simulator{
  min-width: 1000px;
}

/*各ページ見積り計算*/

div#page_simulator_form{
  width: 748px;
  overflow: hidden;
  margin: 0 auto;
}
div#simulator_form div.page_alert{
  width: 706px;
  margin: 0 auto 20px;
}
div#simulator_form h1,
div#page_simulator_form h1{
  width: 760px;
  margin: 0 auto;
  color: #506d7b;
  font-size: 28px;
  overflow: hidden;
}
div#simulator_form h1 img,
div#page_simulator_form h1 img{
  margin: 0 10px 0 0;
  float: left;
}
p.simulator_form_subtitle{
  width: 677px;
  margin: 0 auto 2em;
  padding: 10px 0 0;
  line-height: 1.5;
}
div.simulator_wrap{
  width: 786px;
  border: 1px solid #d9d9d9;
  background: #f0f0f0;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
div.simulator_form_inner_l{
  width: 372px;
  height: 404px;
  float: left;
}
div.simulator_form_inner_l_top{
  width: 372px;
  height:297px;
  padding-top:15px
}
div.simulator_form_inner_l_bottom{
  width: 372px;
}
div.simulator_form_inner_r{
  width: 402px;
  height: 394px;
  float: left;
  position:relative;
}
div.simulator_form_inner_l{
  border-right: 1px solid #d9d9d9;
}
div.simulator_form_inner_l dl{
  padding: 5px 0 3px 11px;
  width: 360px;
  overflow: hidden;
}
div.simulator_form_inner_l dl dt{
  float: left;
  clear: left;
  width: 143px;
  padding: 3px 0 6px 0;
}
div.simulator_form_inner_l dl dd{
  float: left;
  width: 170px;
  padding: 0 0 6px 0;
}
div.simulator_form_inner_l dl dd input{
  width: 150px;
  padding: 3px;
  border: solid 1px #d9d9d9;
}
div.simulator_form_inner_l dl dd select{
  width: 150px;
}
p.simulator_form_bt_wrap{
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #d9d9d9;
}
div.simulator_form_inner_r dl{
  width: 350px;
  padding: 0 0 0 26px;
}
div.simulator_form_inner_r dl dt{
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 10px 0;
}
div.simulator_form_inner_r dl dd{
  padding: 0 0 20px 0;
}
div.simulator_form_inner_r dl dd ul li{
  list-style: disc inside;
  padding: 0 0 8px 0;
}

/*ヘッダー下部バナー*/

div#head_banner_wrap{
  width: 960px;
  margin: 0 auto;
  padding: 20px 0 5px;
  text-align: center;
  overflow: hidden;
}
article#content div#head_banner_wrap{
  margin-bottom: 35px;
}
.button{
  width: 400px;
  position: relative;
  overflow: hidden;
  padding: 10px 25px;
  box-sizing: border-box;
  word-break: break-all;
  min-height: 70px;
  display:inline-block;
  border-radius: 5px;
  cursor: pointer;
  vertical-align: top;
  line-height: 1;
}
.button + .button{
  margin-left: 40px;
}
.button .ribbon{
  color: #fff;
  display: block;
  width: auto;
  position: absolute;
  top: 10px;
  left: -29px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  padding: 3px 28px;
  font-weight: bold;
  font-size: 12px;
}
.button .buyeeicon-next::before{
  position: absolute;
  top: 40%;
  right: 10px;
  color: #fff;
}
.button .first-line{
  color: #fff;
  font-weight: bold;
  font-size: 29px;
  display: inline-block;
  margin-bottom: 8px;
}
.button .second-line{
  font-weight: bold;
}
.button.guide{
  background-color: #8bc040;
  box-shadow: 0px 5px #6f9a33;
}
.button.guide .ribbon{
  color: #fff;
  background-color: #ff9e00;
}
.button.guide .first-line{
  font-size: 16px;
}
.button.guide .second-line{
  color: #ffc;
  font-size: 22px;
}
.button.coupon{
  background-color: #c00;
  box-shadow: 0px 0px 20px #800000 inset,0px 5px #800000;
}
.button.coupon .ribbon{
  color: #c00;
  background-color: #ffe873;
  top: 12px;
  left: -29px;
  padding: 3px 26px 2px;
  font-size: 10px;
}
.button.coupon .first-line{
  font-size: 14px;
  margin: 0 20px 10px;
}
.button.coupon .second-line{
  color: #ffe873;
  font-size: 18px;
}

/*popup*/

html.popup{
  background: #ffffff;
}
html.popup body{
  width: 760px;
  background: #ffffff;
}
html.popup article#content{
  width: 748px;
  margin: 0 auto;
}
html.popup article#content_inner{
  float: none;
  margin: 0 auto;
}

/*パスワード再設定*/

div#new_password{
  margin:0 0 200px 50px;
}
#new_password_text{
  margin-bottom:10px;
}
#new_password_text_k{
  margin-bottom:20px;
}

/* page_navi */

div.clearb{
  clear: both;
}
div.page_navi span.current{
  background-color:#eb9200;
  color:#ffffff;
  padding:6px;
  display: inline-block;
  border-radius: 3px;
  margin: 0 4px;
}
div.page_navi a{
  padding: 6px;
  display: inline-block;
  margin: 0 4px;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  box-sizing: border-box;
  cursor: pointer;
}
div.page_navi a.arrow{
  background: #f3f3f3;
  padding: 6px;
  margin: 0 4px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 3px;
  min-width: 25px;
  box-sizing: border-box;
  border: none;
}
div.page_navi a.arrow:first-child{
  margin-left: 0;
}
div.page_navi a.arrow:last-child{
  margin-right: 0;
}

/* 簡単見積もり計算 */

div.simulator_form_inner_r p.subject_inner_r{
  margin: 20px 0 5px 20px;
  font-size: 16px;
  font-weight: bold;
}
div.simulator_form_inner_r dl{
  margin: 0 0 30px 26px;
  padding: 0;
  width: 350px;
}
div.simulator_form_inner_r dl dt{
  width: 150px;
  font-size: 13px;
  font-weight: normal;
  display: inline-block;
  padding: 0 0 5px 0;
  vertical-align: top;
}
div.simulator_form_inner_r dl dd{
  width: 110px;
  display: inline-block;
  padding: 0 0 5px 0;
}
div.simulator_form_inner_r dl.total_price{
  float:right;
  width: 250px;
  color: #f16c31;
  font-weight: bold;
  font-size: 18px;
  position: absolute;
  bottom:-40px;
  right:-40px;
}
div.simulator_form_inner_r dl.total_price dt{
  font-weight: bold;
  width: 50px;
  margin-left:0px;
}
  div.simulator_form_inner_r dl.total_price dd{
  width: 150px;
}
div.simulator_form_inner_r_en{
  width: 372px;
  height: 414px;
  float: left;
  position:relative;
}
div.simulator_form_inner_r_en p.subject_inner_r{
  margin: 20px 0 5px 20px;
  font-size: 16px;
  font-weight: bold;
}
div.simulator_form_inner_r_en dl{
  margin: 0 0 30px 26px;
  padding: 0;
  width: 350px;
}
div.simulator_form_inner_r_en dl dt{
  width: 220px;
  font-size: 13px;
  font-weight: normal;
  display: inline-block;
  padding: 0 0 5px 0;
}
div.simulator_form_inner_r_en dl dd{
  width: 100px;
  display: inline-block;
  text-align:right;
  padding: 0 0 5px 0;
}
div.simulator_form_inner_r_en p.total_price{
  float:right;
  color: #f16c31;
  font-weight: bold;
  font-size: 18px;
  position: absolute;
  bottom:20px;
  right:20px;
}
.largetext span{
  text-decoration: line-through;
}
.largetext_open{
  font-size: 16px;
  margin-left: 220px;
}

/* For modern browsers */

.cf:after {
  content:"";
  display:block;
  overflow:hidden;
}
.cf:after {
  clear:both;
}

/* For IE 6/7 (trigger hasLayout) */

.cf {
  zoom:1;
}

/* paypal */

img.paypal_logo{
  margin: 0;
  padding: 0;
  height: auto;
}

/* completed animation */

.completed_animation{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e67e22;
}
.completed_animation p{
  width: 100%;
  font-size: 6em;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  position: relative;
  top: 20%;
}

/* message area */

#message_list{
  width: 100%;
  font-size: 1.1em;
  margin: -0.3em 0 1.4em 0;
}
#message_list li{
  display: inline-block;
  width: 32%;
  text-align: center;
}
#message_list li i:before{
  margin-right: 5px;
  color: #eb9200;
  font-size: 1.2em;
  position: relative;
  top: 2px;
}

/* 条件検索 ファセット検索 */
.search_detail h1 {
  color: #999;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 1em;
  margin-top: 20px;
}
.search_detail h2 {
  background: #f9f9f9;
  font-size: 14px;
  margin-bottom: 1em;
  padding: 10px;
}
.message__selective-required {
  color: #888;
  font-size: 12px;
  margin-left: 2em;
}
.search_detail section {
  padding: 0;
  margin-bottom: 30px;
}
.search_detail section h3 {
  border-bottom: 1px solid #ffdc2f;
  font-size: 14px;
  font-weight: bold;
  padding: 0 10px 8px;
  margin: 20px -15px;
}
.search_detail__category ul {
  display: flex;
  flex-wrap: wrap;
}
.search_detail__category ul li {
  display: inline-block;
  flex-basis: 25%;
  margin-bottom: 1em;
}
[class*=search_detail__] li label {
  cursor: pointer;
}
.search_detail--row h3 > .search_detail__inner::after {
  clear: both;
}
.mark__selective-required::after {
  content: "＊";
  color: #888;
  font-size: 18px;
  margin-left: .2em;
  position: relative;
  top: -.2em;
}
.search_detail--row ul {
  display: flex;
  flex-wrap: wrap;
}
.search_detail--row ul li:not(:last-child) {
  margin-right: 30px;
  margin-bottom: 1em;
}
.search_detail__inner {
  padding: 0 15px;
}
.search_detail__inner__txtinput {
  box-sizing: border-box;
  display: block;
  width: 600px;
  height: 35px;
  margin-bottom: .7em;
}
.search_detail__auctionid .search_detail__inner__txtinput {
  width: 240px;
}
.search_detail__auctionid .search_detail__inner__txtinput,
.search_detail__yahooid .search_detail__inner__txtinput {
  display: inline-block;
  margin-bottom: .35em;
  margin-right: .5em;
}
.search_detail__label {
  font-size: 11px;
  margin-bottom: .5em;
  display: block;
}
.side_nav__category__block .search_detail__label:not(:first-child) {
  margin-top: 1em;
}
.search_detail__btn {
  text-align: center;
}
.search_detail__btn .bt {
  padding: .8em 6em;
}
.search_detail .bt {
  border: 0;
  border-radius: 3px;
  box-sizing: border-box;
  cursor: pointer;
  color: #fff;
  font-weight: normal;
  outline: none;
}
.search_detail .bt.bt_disable,
.search_detail .bt.bt_disable:hover {
  border: 0;
  background: #ccc;
  cursor: default;
  color: #fff;
  font-weight: normal;
}
.search_detail .bt.bt_search {
  background-color: #eb9200;
}
.search_detail .bt.bt_search:hover {
  background-color: #ffa106;
}
.search_detail .bt.bt_xlarge {
  font-size: 16px;
}
.search_detail .bt.bt_large {
  font-size: 14px;
  padding: 10px 20px;
  line-height: 1;
}
.search_detail .category_path {
  color: #999;
  padding: 10px 15px 20px;
  font-size: 12px;
}

/* サイドナビ ファセット検索 */
.side_nav {
  position: relative;
  float: left;
  width: 200px;
  background-color: #fff;
}
.side_nav__category__heading {
  font-size: 1em;
  color: #515151;
  padding: .8em .2em .5em;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
}
.show .side_nav__category__heading {
  margin-bottom: 10px;
}
.show.category .side_nav__category__heading {
  margin-bottom: 0;
}
.side_nav__category__heading i {
  position: relative;
}
.side_nav__category__heading i::before {
  color: #fc0;
  display: inline-block;
  font-size: 10px;
  transform: rotate(0deg);
}
.show .side_nav__category__heading i::before {
  transform: rotate(90deg);
}
.side_nav__category__heading .heading__text:hover {
  cursor: pointer;
}
.side_nav__category__heading .release_icon {
  position: absolute;
  right: 5px;
  top: 6px;
  font-size: 10px;
}
.side_nav__category__heading .release_icon {
  display: inline-block;
  background: #5288a5;
  color: #fff;
  font-weight: normal;
  border-radius: 3px;
  padding: .4em .5em;
}
.side_nav__category__heading .release_icon:hover {
  background-color: #4394bf;
}
.side_nav__category__heading .release_icon::before {
  font-family: "GeneralFoundicons";
  content: "\f006";
  vertical-align: bottom;
  margin-right: 4px;
}
.side_nav__category__heading .release_icon:hover {
  cursor: pointer;
}
.side_nav__list__heading {
  border-bottom: 1px dotted #eee;
  color: #999;
  display: block;
  font-size: 10px;
  font-weight: normal;
  padding: 6px;
}
.side_nav__category {
  margin-bottom: 0;
}
.side_nav__category.show {
  margin-bottom: 20px;
}
.side_nav__category__block {
  display: none;
  width: 100%;
  margin: 0;
}
.side_nav__category.show .side_nav__category__block {
  display: block;
}
.side_nav__category.price .side_nav__category__block {
  font-size: 11px;
}
.side_nav__list .cat__text {
  display: block;
  padding: 10px 18px 10px 6px;
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.side_nav__list .cat__text i::before {
  color: #ccc;
  position: absolute;
  top: 50%;
  right: 8px;
  font-size: 8px;
  transform: translateY(-50%) rotate(90deg);
}
.side_nav__list .show .cat__text i::before {
  transform: translateY(-50%) rotate(-90deg);
}
.side_nav__list .side_nav__list--grandchildren .cat__text i::before {
  transform: translateY(-50%) rotate(0deg);
}
.side_nav__list .side_nav__list--grandchildren .cat__text {
  background-color: #f9f9f9;
  padding-left: 12px;
}
.side_nav__list .side_nav__list--grandchildren .cat__text:hover {
  background-color: #f6f6f6;
  cursor: pointer;
}
.side_nav__list .list__item:not(:last-child){
  margin-bottom: 10px;
}
.side_nav__list .list__item label {
  cursor: pointer;
}
.side_nav__category .side_nav__list--row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.side_nav__category .side_nav__list--row .side_nav__list--row--children {
  font-size: 12px;
  padding: .5em .8em;
  margin: 2px;
  border-radius: 3px;
}
.side_nav__category .side_nav__list--row .side_nav__list--row--children:hover {
  background-color: #ffdc2f;
  cursor: pointer;
}
.side_nav__list--parent {
  border-radius: 3px;
  display: block;
  font-size: 12px;
}
.side_nav__list--children .side_nav__list--grandchildren {
  display: none;
}
.side_nav__list .cat_parent.show .side_nav__list--grandchildren {
  display: block;
}
.side_nav__list .cat_parent span:hover {
  background-color: #f6f6f6;
  cursor: pointer;
}
.side_nav__list .cat_parent .cat--last {
  font-weight: bold;
}
.side_nav__list .cat_parent .cat--last:hover {
  background-color: transparent;
  cursor: auto;
}
.side_nav__list .cat_parent.show span {
  font-weight: bold;
}
.side_nav__link--active {
  background-color: #ffdc2f;
}
.side_nav__input__price {
  width: 50px;
}
.price_btn {
  text-align: center;
  margin-top: 15px;
}
.price_btn .bt_search:hover {
  background-color: #ffa106;
  cursor: pointer;
}
.price_radio label {
  display: inline-block;
  width: 42%;
}
.side_nav__invisible-radio {
  display: block;
  padding: .3em;
}
.side_nav__invisible-radio__input {
  display: none;
}

/* 検索窓横の詳細検索ボタン */
.detail_search {
  position: absolute;
  top: 50%;
  left: 915px;
  transform: translateY(-50%);
}
.detail_search .bt_advancedsearch {
  background-color: #252525;
  padding: 8px 10px;
  border-radius: 3px;
  color: #ffdc2f;
  cursor: pointer;
  font-size: 11px;
  font-weight: bold;
}
.detail_search .bt_advancedsearch:hover {
  background-color: #555;
}

/* category */
#side_category_navi{
  position: relative;
  float: left;
  width: 200px;
  background-color: #fff;
  border-radius: 5px 5px 0 0;
}
.side_category_navi_wrapper{
  border: 1px solid #999;
}
#side_category_navi h2{
  background: #999;
  font-size: 1em;
  color: #ffffff;
  padding: 0.4em 0.5em 0.3em;
  position: relative;
  overflow: hidden;
}
#side_category_navi h2 i{
  display: table;
}
#side_category_navi h2 i:before, #side_category_navi h2 i span{
  display: table-cell;
  vertical-align: middle;
}
#side_category_navi h2 i:before{
  color: #ffffff;
  padding-right: 0.3em;
  font-size: 1.1em;
}
.side_category_list{
  position: relative;
  margin: 0;
  padding: 0;
  display: none;
}
.side_category_list.expanded{
  display: block;
}
.cat_parent{
  background-color: #fff;
}
.cat_parent a{
  color: #000;
}
.cat_parent > a{
  display: block;
  padding: 0.5em 1.6em 0.5em 0.7em;
  text-align: left;
}
.cat_parent > a i{
  padding-left: 0;
  margin-left: -1em;
}
.cat_parent > a i:before{
  position: relative;
  left: 110%;
  color: #ddd;
  font-size: 0.8em;
}
.cat_parent > a:hover{
  background-color: #f6f6f6;
  color: #000000;
}
.cat_children{
  display: none;
  position: absolute;
  left: 91%;
  padding: 0;
  width: 240%;
  border-radius: 5px;
  box-shadow: 3px 3px 5px rgba(70, 70, 70, .1);
  border: 2px solid #e8e8e8;
  background: #fff;
}
.cat_children > p{
  font-size: 1em;
  background: #e8e8e8;
  padding: 5px 10px 6px;
  color: #888;
}
.cat_children > p a{
  font-size: 0.7em;
  font-weight: normal;
  padding-left: 0.8em;
  color: #5589a4;
}
.cat_children a:hover{
  color: #eb9200;
}
.cat_children > p button{
  position: absolute;
  top: -3px;
  right: 6px;
  background-color: transparent;
  color: #bbb;
  border: 0;
  font-size: 2em;
  padding: 0;
  cursor: pointer;
}
.cat_children li a{
  display: block;
}
.cat_children > p:before{
  content: "";
  position:absolute;
  width: 0;
  height: 0;
  left: -17px;
  border: 8px solid;
  top: 5px;
  border-color: transparent #e8e8e8 transparent transparent;
}
.cat_children > ul{
  padding: 8px 0 0 0;
  overflow: hidden;
}
.cat_children > ul li{
  padding-bottom: 8px;
  padding-left: 10px;
  display: block;
  float: left;
  width: 50%;
  box-sizing: border-box;
  font-size: 12px;
}
.side_category_list.expanded .cat_parent.cat_expanded .cat_children,
.side_category_list.expanded .cat_parent.last_category .cat_children{
  display: block;
  z-index: 99;
}
.b-wide-skyscraper--nav {
  margin: 20px auto;
}
.data_number{
  text-align: right;
}
.label{
  font-size: 1.1em;
  padding: 8px 11px;
  border-radius: 3px;
  background-color: #444444;
  position: relative;
  margin-bottom: 25px;
  color: #ffffff;
}
.label:after{
  position: absolute;
  content: "";
  bottom: -20px;
  left: 20px;
  width: 0;
  height: 0;
  border: 12px solid #444444;
  border-color: #444444 transparent transparent transparent;
}
.label.error{
  background-color: #ca483b;
}
.label.error:after{
  border-color: #ca483b transparent transparent transparent;
}
.label.error:before{
  margin-right: 8px;
  display: inline-block;
  color: rgba(255, 255, 255 ,0.6);
}
.label .error-cap {
  font-size: .8em;
  line-height: 2;
}
h2.label{
  font-size: 1.4em;
  padding: 10px 20px;
  display: inline-block;
}
fieldset label.block{
  display: block;
  margin-bottom: 25px;
  line-height: 20px;
  margin-left: 13px;
}
fieldset label.block.disabled_label i{
  color: #dddddd;
}
fieldset label i:before{
  font-size: 1.2em;
  padding: 9px 10px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  color: #aaaaaa;
  margin-right: 5px;
  background-color: rgba(200, 200, 200, 0.3);
}
fieldset label.block.disabled_label i:before{
  padding: 10px 11px;
  border: 0;
  color: #dddddd;
  background-color: rgba(225, 225, 225, 0.3);
}
fieldset label i.selected:before{
  padding: 9px 10px;
  color: #2e8b57;
  background-color: #ffffff;
  border: 1px solid #2e8b57;
}
fieldset i input[type=radio], fieldset i input[type=checkbox]{
  opacity: 0;
  zoom: 1;
  margin-left: -10px;
}
fieldset label i.selected{
  font-weight: bold;
}
.no_result{
  font-size: 1.1em;
  font-weight: bold;
  border: 3px dashed #f0f0f0;
  background-color: #f9f9f9;
  color: #aaaaaa;
  border-radius: 3px;
  padding: 2em 10px;
  text-align: center;
}
span.dt{
  display: block;
}
.inner_container span.dt{
  margin-bottom: 4px;
  font-size: 0.8em;
  color: #888888;
}
.inner_container li{
  margin-bottom: 10px;
}
#overlay_el{
  display: block;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 210;
}
html.overlay_inventories #overlay_el{
  display: block;
}
.mypageTop_alert_wrap, .mypageTop_alert_wrap *{
  box-sizing: border-box;
}
.mypageTop_alert_wrap{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.3);
}
.mypageTop_alert{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 550px;
  margin: -250px 0 0 -250px;
  padding: 0;
  background-color: #ffffff;
  min-height: 301px;
}
/* クレジットカード再登録ウィンドウのスタイル */
.mypageTop_alert--creditCard-change {
  border: 10px solid #8edbdc;
  padding: 10px;
  background-color: #60cbb6;
  min-height: 300px;
  border-radius: 15px;
}
.mypageTop_alert__windowClose {
  width: 30px;
  height: 30px;
  top: 10px;
  right: -414px;
}
.mypageTop_alert a{
  text-decoration: underline;
}
.mypageTop_alert fieldset{
  width: 100%;
  margin: 0;
}
.mypageTop_alert legend{
  font-size: 16px;
  font-weight: bold;
  padding: 18px 22px;
  text-align: center;
  background-color: #444444;
  color: #ffffff;
  margin-bottom: 25px;
  display: block;
  width: 100%;
}
.mypageTop_alert p{
  padding: 0 0 20px;
  text-align: center;
  position: absolute;
  bottom: 0;
}
.mypageTop_alert p{
  width: 100%;
  padding: 0 0 20px;
  display: block;
  text-align: center;
  position: absolute;
  bottom: 0;
}
#attention_pre_regist_payment_method_modal .mypageTop_alert {
  width: 900px;
  margin: -250px 0 0 -450px;
  background: #60cbb6;
  background-image: url("../../images/common/mypageTop_alert_bg.png");
  background-position: right 20px bottom 20px;
  background-repeat: no-repeat;
}
#attention_pre_regist_payment_method_modal .header {
  margin: 5px 0;
  font-size: 2.5em;
  font-weight: bold;
  text-align: center;
  color: #fcff00;
  margin-bottom: 5px;
  line-height: 1.8;
}
.cht #attention_pre_regist_payment_method_modal .header,
.chs #attention_pre_regist_payment_method_modal .header {
  font-size: 3em;
}
#attention_pre_regist_payment_method_modal .header span {
  background: linear-gradient(transparent 70%, #219a82 70%);
  letter-spacing: .05em;
  padding: 5px 15px;
  text-shadow: 0 0 10px #219a82;
}
#attention_pre_regist_payment_method_modal .header small {
  display: block;
  font-size: .4em;
  text-align: left;
  font-weight: normal;
  color: #515151;
  margin-left: 15px;
}
#attention_pre_regist_payment_method_modal .notice {
  width: 580px;
  font-size: 1.7em;
  color: #fff;
  line-height: 1.6;
  padding: 10px;
}
#attention_pre_regist_payment_method_modal .change {
  width: 580px;
}
#attention_pre_regist_payment_method_modal .change ul {
  display: inline-block;
  margin-left: 10px;
  padding: 0 10px 10px;
  font-size: 1.4em;
}
#attention_pre_regist_payment_method_modal .change li {
  line-height: 1.8;
}
#attention_pre_regist_payment_method_modal .change li:before {
  font-family: "GeneralFoundicons";
  content: "\f005";
  color: #fcff00;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
#attention_pre_regist_payment_method_modal .footer  {
  text-align: center;
}
#attention_pre_regist_payment_method_modal .footer a {
  display: inline-block;
  background: #219a82;
  color: #fff;
  border-radius: 5px;
  padding: 1.2em;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
/* 登録情報入力画面の警告モーダル */
#countryAgreement .buyeeicon-warning:before {
  color: #f00;
}

#countryAgreement h3 {
  font-size: 18px;
}

#countryAgreement h4 {
  margin-top: 12px;
}

#countryAgreement p {
  margin: 5px auto 5px auto;
}

#countryAgreement .modal_outer__modal_inner_body {
  padding: 15px 15px;
}

#countryAgreement .modal_outer__modal_inner_body__center {
  margin-top: 12px;
}

/* 同梱商品代金20万円超過アラートのポップアップ */
.externalAmountOver_alert {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 490px;
  margin: -250px 0 0 -250px;
  padding: 0;
  background-color: #ffffff;
  min-height: 301px;
}
.externalAmountOver_alert legend{
  font-size: 16px;
  font-weight: bold;
  padding: 18px 22px;
  text-align: center;
  background-color: #d97171;
  color: #ffffff;
  margin-bottom: 25px;
  display: block;
  width: 100%;
}
.externalAmountOver_alert legend:before {
  font-family:"BuyeeIcons";
  content: "\e600";
  margin-right: 7px;
  vertical-align: top;
  color: white;
}
.externalAmountOver_alert label.block{
  margin: 0px 13px 65px 13px;
}
.externalAmountOver_alert .footer{
  width: 100%;
  padding: 0 0 20px;
  display: block;
  text-align: center;
  position: absolute;
  bottom: 0;
}
.externalAmountOver_alert .footer button:not(:first-child) {
  margin-left: 15px;
}

.warning_message{
  background-color: #d97171;
  padding: 15px;
  line-height: 20px;
  color: #ffffff;
}
.clearfix:after{
  content: "";
  clear: both;
  display: block;
}
.information_board{
  margin: 15px auto;
  background-color: #f7f7f7;
  padding: 10px;
}

/* メンテナンス */

.maintenance_schedule{
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
.maintenance_schedule .maintenance_name{
  font-size: 1.5em;
  margin: 0;
  text-align: left;
  background-color: #8bb7c1;
  color: #ffffff;
  padding: 10px 15px;
}
.maintenance_schedule th{
  background-color: #444444;
  color: #ffffff;
  font-weight: normal;
  padding: 10px;
  border: 1px dotted #cccccc;
  border-top: 0;
  border-bottom: 0;
  font-size: 1.1em;
}
.maintenance_schedule th:first-child{
  border-left: 0;
}
.maintenance_schedule th:last-child{
  border-right: 0;
}
.maintenance_schedule td{
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  border: 1px dotted #cccccc;
  text-align: left;
}
.maintenance_schedule td:first-child{
  border-left: 0;
}
.maintenance_schedule td:last-child{
  border-right: 0;
}
.maintenance_schedule tr:first-child + tr td{
  border-top: 0;
}
.maintenance_schedule tr:last-child td{
  border-bottom: 0;
}

/* バナー */

.banners{
  display: none;
}
.banners.expanded{
  display: block;
}
.banners.main{
  text-align: center;
  margin-bottom: 15px;
}
.banners.main .banner_list .banner{
  margin-bottom: 3px;
}
.banners.main .banner_list .banner:last-child{
  margin-bottom: 0;
}
.banner_list{
  display: none;
}
.banner_list.expanded{
  display: block;
}
.banner--align-center {
  margin-bottom: 20px;
  text-align: center;
}
.banner--align-center img {
  width: 100%;
}
.banner--align-center a:hover {
  opacity: .8;
}

/* ソーシャルボタン */

.jiaThisArea{
  margin-top: 10px;
}

/* ストアページ */

.store_category_list{
  box-sizing: border-box;
  border-bottom: 3px solid #ebaf50;

}
.shopping_search .store_category_list{
  margin: 11px 0 24px 0;
}
.store_category_list{
  margin: 16px 0 0 0;
}
.store_category_list li{
  border-radius: 3px 3px 0 0;
  margin-bottom: 0;
  margin-left: 6px;
  color: #fff;
  display: inline-block;
  min-width: 110px;
  background: #ccc;
  position: relative;
}
.store_category_list li p{
  display: none;
}
.store_category_list li.expanded{
  display: inline-block;
  top: 0;
  left: 0;
  font-weight: bold;
  background-color: #ebaf50;
}
.store_category_list li.expanded p{
  display: inline-block;
  margin-left: 8px;
  padding: 5px 10px;
  border-radius: 3px;
  position: relative;
}
.store_category_list li.expanded p:after{
  position: absolute;
  content: "";
  bottom: -20px;
  right: 50%;
  width: 0;
  height: 0;
  border: 10px solid rgb(230, 230, 230);
  border-color: rgb(230, 230, 230) transparent transparent transparent;
}
.store_category_list a:hover {
  color: #fcf4e6;
}
.store_category_list a{
  color: #fff;
}
.store_category_list .link_text{
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  width: 110px;
  height: 1.2em;
}
.tooltip{
  padding: 9px 9px 4px;
  text-align: center;
  width:105px;
}
.tooltip .text{
  text-align: left;
  display: none;
  padding: 4px 5px;
  margin-top: 10px;
  margin-left: -60px;
  word-break: break-all;
  border-radius: 3px;
}
.tooltip:hover .text{
  display: inline;
  position: absolute;
  background-color: #f3f3f3;
  border: 1px solid #ccc;
  color: #000;
  width: auto;
  border-radius: 3px;
  text-align: center;
}
.store_list_title_area{
  border-bottom: 1px solid #d0d0d0;
}
.store_list_title_area .store_list_title{
  font-weight: bold;
  margin: 10px 0 3px 0px;
  font-size: 19px;
}
#store_side_category_navi{
  margin-top: 20px;
  position: relative;
  float: left;
  width: 200px;
  background-color: #fff;
}
#store_side_category_navi h2{
  background: #999;
  font-size: 1em;
  color: #fff;
  padding: 0.4em 0.5em 0.3em;
  position: relative;
  overflow: hidden;
}
#store_side_category_navi h2 i{
  display: table;
}
#store_side_category_navi h2 i:before,
#side_category_navi h2 i span{
  display: table-cell;
  vertical-align: middle;
}
#store_side_category_navi h2 i:before{
  padding-right: 0.3em;
  font-size: 1.1em;
}
#categoryHotProducts{
  margin-top: 0px;
}
.wide_rcmd_item_title_area{
  position: relative;
  text-align: center;
  line-height: 14px;
  height: 14px;
}
.wide_rcmd_item_title{
  position: relative;
  z-index: 2;
  background: #ffffff;
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  padding: 5px 20px 5px;
}
.wide_rcmd_item_title_line{
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: -1px;
  z-index: 1;
  background: #eee;
}
div.rcmd_item_field_no_border{
  padding: 0 0 0 20px;
  border-right: 0;
  border-left: 0;
}
.rcmd_item_field_inner{
  width: 960px;
  margin: 15px auto 0;
}
div.rcmd_product_whole_wide{
  width: 160px;
  min-height: 220px;
  float: left;
  text-align: center;
  padding: 8px 3px;
  box-sizing: border-box;
  border-radius: 5px;
}
div.rcmd_product_whole_wide:hover{
  background-color: #f0f0f0;
}
img.rcmd_product_image{
  margin: 10px 0;
  max-width: 170px;
  height: 100px;
}
div.rcmd_product_title{
  font-size: 90%;
  width: 90%;
  margin: auto;
  text-align: left;
  height: 27px;
  overflow: hidden;
}
div.rcmd_product_price{
  display: block;
  font-size: 130%;
  line-height: 110%;
  margin:12px 0 20px;
}
.generalicon-clock .text {
  text-align: left;
  display: none;
  padding: 3px;
  margin-top: 15px;
  margin-left: 0px;
  word-break: break-all;
}
.generalicon-clock:hover .text{
  display: inline;
  position: absolute;
  background-color: #FFF7EE;
  border: 1px solid #cccccc;
  color: #000000;
}
.buyeeicon-bids .text {
  text-align: left;
  display: none;
  padding: 3px;
  margin-top: 15px;
  margin-left: 0px;
  word-break: break-all;
}
.buyeeicon-bids:hover .text{
  display: inline;
  position: absolute;
  background-color: #FFF7EE;
  border: 1px solid #cccccc;
  color: #000000;
}

/* オークション内カテゴリータブ */

.auc_store_category_list{
  box-sizing: border-box;
  border-bottom: 2px solid #eb9200;
  margin: 20px 0;
  width: 100%;
  display: table;
  padding: 0 5px;
}
.auc_store_category_list.each-category {
  margin: 0 0 20px;
}
.auc_store_category_list li{
  display: table-cell;
  table-layout: fixed;
  border-radius: 5px 5px 0 0;
  margin-bottom: 0;
  background: #ccc;
  position: relative;
  font-size: 12px;
}
.auc_store_category_list li.expanded{
  background-color: #eb9200;
}
.auc_store_category_list a{
  display: block;
  padding: 6px 6px 4px;
  color: #fff;
  border-radius: 5px 5px 0 0;
  box-sizing: border-box;
}
.auc_store_category_list a:hover {
  background-color: #eb9200;
}
.auc_store_category_list .link_text{
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  max-width: 90px;
  min-width: 30px;
}
.auc_store_category_list .tooltip{
  padding: 0;
  text-align: center;
  width: auto;
}
.auc_store_category_list .tooltip .text{
  text-align: center;
  display: none;
  padding: 4px 5px;
  margin-top: 5px;
  margin-left: 0;
  word-break: break-all;
  border-radius: 3px;
  font-size: 10px;
}
.auc_store_category_list .tooltip:hover .text{
  display: block;
  position: absolute;
  background-color: #f3f3f3;
  border: 1px solid #ccc;
  color: #000;
  width: 100%;
  border-radius: 3px;
  text-align: center;
  box-sizing: border-box;
}

/* フッター部分カテゴリリンク用 */

div.footer_category_link{
  width: 960px;
  border: 1px solid #41719C;
  background: #5B9BD5;
  margin: 0 auto;
  padding: 8px 10px;
  overflow: hidden;
  position: relative;
}
div.footer_category_link a:link{
  color: #ffffff;
  text-decoration: none;
}
div.footer_category_link a:visited{
  color: #5589a4;
  text-decoration: none;
}
div.footer_category_link a:hover{
  color: #eb9200;
  text-decoration: none;
}
div.footer_category_link .no_link {
    color: #ffffff;
    text-decoration: none;
}

/* new modal window */

.modal_outer{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9000;
  background-color: rgba(0, 0, 0, 0.3);
  overflow-y: scroll;
  display: none;
}
.modal_outer.expanded{
  display: block;
}
.modal_outer__modal_inner{
  position: relative;
  top: 20%;
  margin: auto;
  margin-bottom: 20px;
  padding: 0;
  background-color: #ffffff;
  max-width: 80%;
}
.modal_outer__modal_inner_heading{
  font-size: 16px;
  font-weight: bold;
  padding: 18px 22px;
  text-align: center;
  background-color: #444444;
  color: #ffffff;
  display: block;
}
.modal_outer__modal_inner_body{
  padding: 15px 10px;
}
.modal_outer__modal_inner_body__center{
  text-align: center;
}
.modal_outer__modal_inner__close{
  position: absolute;
  top: -15px;
  right: -15px;
  font-size: 17px;
  font-weight: bold;
  height: 25px;
  width: 25px;
  padding: 0;
  line-height: 1.3em;
  border: 3px solid #000000;
  border-radius: 40px;
  box-shadow: 0 0 5px 0 #666666;
  background: #fff;
  outline: none;
}
.list_block{
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.list_block__list_item{
  display: inline-block;
  padding: 5px 10px;
  box-sizing: border-box;
  vertical-align: top;
}
.list_block__list_item__caption{
  font-size: 14px;
  font-weight: bold;
  display: block;
  padding: 8px 30px 10px 3px;
  text-align: left;
  width: auto;
  position: relative;
  border-bottom: 1px solid #aaa;
}
.list_block__list_item--center{
  text-align: center;
}
.list_block__list_item--paragraph{
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.list_block__list_item__dt{
  font-size: 0.9em;
  text-align: left;
  padding-left: 5px;
  color: #888;
}
.list_block__list_item__dd{
  text-align: right;
  padding-right: 5px;
}
.list_block__list_item_dt{
  display: inline-block;
  font-size: 0.9em;
  text-align: left;
  color: #888;
}
.list_block__list_item_dd{
  display: inline-block;
  text-align: left;
  padding-right: 5px;
}

/* shipping methods */

.list_block.shipping_methods_header{
  padding: 10px 0 15px 0;
}
.shipping_methods_header .list_block__list_item_dt{
  vertical-align: middle;
}
.shipping_methods_header .list_block__list_item_dt:after{
  content: '：';
}
.shipping_methods_header .list_block__list_item_dd{
  vertical-align: middle;
  font-size: 1.1em;
  margin-right: 1em;
}
.shipping_methods .list_block__list_item{
  position: relative;
  width: 32.5%;
  margin-right: 1.25%;
  margin-bottom: 10px;
  background-color: #fafafa;
  border: 2px solid #f3f3f3;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (min-width: 1196px){
  .shipping_methods .list_block__list_item:nth-child(3n){
    margin-right: 0;
  }
}
.shipping_methods .list_block__list_item.checked{
  border-color: #2e8b57;
  background-color: #fff;
}
.shipping_methods .disabled_shipping_cause{
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0);
  color: #fff;
  position: absolute;
  top: -1px;
  left: -1px;
  text-align: center;
}
.shipping_methods .disabled_shipping_cause span{
  font-size: 1.5em;
  position: relative;
  top: 49%;
  display: inline-block;
  margin-top: -1em;
}
.shipping_methods .radiobtn{
  display: none;
}
.shipping_methods .radiobtn + label:after{
  position: absolute;
  top: 0;
  right: 0;
  font-family:"GeneralFoundicons";
  content: "\f005";
  border: 1px solid #aaa;
  border-radius: 50%;
  color: #aaa;
  background-color: transparent;
  font-size: 16px;
  padding: 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
}
.shipping_methods .radiobtn:checked + label:after{
  color: #fff;
  background-color: #2e8b57;
  border: 1px solid #2e8b57;
}
.list_block__list_item__shipping_info{
  display: block;
  margin: 5px 0;
}
.list_block__list_item__shipping_info__detail{
  display: block;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.shipping_methods .list_block__list_item__dd{
  padding-right: 10px;
}
.shipping_methods .list_block__list_item__dd.highlight{
  font-size: 1.4em;
  color: #fa8028;
}
.shipping_methods .modal_outer__modal_inner{
  top: 15%;
}
@media screen and (max-width: 1195px){
  .shipping_methods .modal_outer__modal_inner{
    top: 8%;
  }
  .shipping_methods .list_block__list_item{
    width: 49.5%;
    margin-right: 1%;
  }
  .shipping_methods .list_block__list_item:nth-child(even){
    margin-right: 0;
  }
}
@media screen and (max-width: 820px){
  .shipping_methods .list_block__list_item{
    width: 100%;
  }
}

/* external delivery */
.external_delivery {
  text-align: left;
}
.list_block.external_delivery_methods_header{
  padding: 10px 0 15px 0;
}
.external_delivery_methods_header .list_block__list_item_dt{
  vertical-align: left;
}
.external_delivery_methods_header .list_block__list_item_dt:after{
  content: '：';
}
.external_delivery_methods_header .list_block__list_item_dd{
  vertical-align: middle;
  font-size: 1.1em;
  margin-right: 1em;
}
.external_delivery_methods .list_block__list_item{
  position: relative;
  width: 33.3%;
  margin-bottom: 15px;
  background-color: #fafafa;
  border: 2px solid #f3f3f3;
  border-radius: 5px;
  overflow: hidden;
}
.external_delivery_methods .list_block__list_item.checked{
  border-color: #2e8b57;
  background-color: #fff;
}
.external_delivery_methods .disabled_external_delivery_cause{
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0);
  color: #fff;
  position: absolute;
  top: -1px;
  left: -1px;
  text-align: center;
}
.external_delivery_methods .disabled_external_delivery_cause span{
  font-size: 1.5em;
  position: relative;
  top: 49%;
  display: inline-block;
  margin-top: -1em;
}
.external_delivery_methods .radiobtn{
  display: none;
}
.external_delivery_methods .radiobtn + label:after{
  position: absolute;
  top: 0;
  right: 0;
  font-family:"GeneralFoundicons";
  content: "\f005";
  border: 1px solid #ccc;
  border-radius: 30px;
  color: #ccc;
  background-color: transparent;
  font-size: 16px;
  padding: 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
}
.external_delivery_methods .radiobtn:checked + label:after{
  color: #fff;
  background-color: #2e8b57;
  border: 1px solid #2e8b57;
}
.external_delivery_methods .list_block__list_item__dd{
  padding-right: 10px;
}
.external_delivery_methods .list_block__list_item__dd.highlight{
  font-size: 1.4em;
  color: #fa8028;
}
.external_delivery_methods .modal_outer__modal_inner{
  top: 15%;
}
@media screen and (max-width: 1195px){
  .external_delivery_methods .modal_outer__modal_inner{
    top: 8%;
  }
  .external_delivery_methods .list_block__list_item{
    width: 50%;
  }
}
@media screen and (max-width: 820px){
  .external_delivery_methods .list_block__list_item{
    width: 100%;
  }
}

/* Buyee Portal Header(New Header) */
.new-global{
  width: 100%;
}
.new-global > .inner {
  width: 1200px;
  height: 60px;
  position: relative;
  margin: 0 auto;
}
.new-global #logo_buyee {
    width: 125px;
    height: auto;
}
.new-global .header_subject{
  color: #888;
  font-size: 11px;
  font-weight: normal;
  position: absolute;
  top: 20px;
  left: 160px;
}
.new-global #header_text{
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.new-global .language-list{
}
.new-global .language-list > .list{
  float: left;
  color: #999;
  font-size: 12px;
}
.new-global .language-list > .list a{
  display: block;
  padding: 0 6px;
  line-height: 60px;
}
.new-global .language-list > .list a:link,
.new-global .language-list > .list a:visited{
  color: #999;
}
.new-global .language-list > .list a:hover,
.new-global .language-list > .list a:active{
  color: #666;
  background-color: #ebebeb;
}
.new-global .language-list > .list.current{
  background-color: #ebebeb;
}
.new-global .nav-area{
  background-color: #f9f9f9;
  min-width: 1200px;
}
.new-global .nav-area > .inner{
  width: 1200px;
  height: 40px;
  margin: 0 auto;
  position: relative;
}
.new-global #usernavi{
  box-sizing: border-box;
  text-align: right;
  position: absolute;
  top: 0;
  right: 10px;
}
.new-global #usernavi .usernav-list{
  float: right;
}
.new-global #usernavi .usernav-list > .list{
  margin-left: 20px;
}
.new-global #usernavi .usernav-list > .list:first-child{
  margin-left: 40px;
}
.new-global #usernavi .usernav-list > .list a{
  font-size: 12px;
  padding: 0;
  display: block;
  line-height: 40px;
}
.new-global #usernavi .usernav-list > .list .icon{
  padding-bottom: 0;
}
.new-global #usernavi .usernav-list > .list .icon:before{
  font-size: 18px;
  vertical-align: middle;
  margin-right: 5px;
}
.new-global #usernavi .usernav-msg{
  float: right;
  line-height: 40px;
  font-size: 12px;
}
.new-global #usernavi .usernav-msg b{
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    max-width: 150px;
    vertical-align: bottom;
}
.help-list{
  position: absolute;
  line-height: 60px;
  font-size: 12px;
  top: 0;
  right: 240px;
}
.help-list > .list{
  display: inline-block;
  margin-right: 20px;
}
.help-list .a2bTab {
  position: relative;
}
.help-list .a2bTab div {
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: .2s;
}
.help-list .a2bTab:hover div {
  display: block;
  top: 35px;
  visibility: visible;
  opacity: 1;
}
.help-list .a2bTab div:hover {
  cursor: pointer !important;
}
.help-list .a2bTab:before {
  display: inline-block;
  content: "";
  background: url("../../images/common/addtobuyee/a2b_icon.png") no-repeat;
  margin-right: .5em;
  vertical-align: text-top;
  width: 18px;
  height: 18px;
  background-size: contain;
  vertical-align: baseline;
}


/* Amazon Search Tab */
.amazon .service_type_list li.expanded {
  color: #000;
  background-color: #fff;
}
.amazon .service_type_list li.expanded a {
  color: #000;
}
.amazon .service_type_list li.expanded i:before{
  color: #f90;
}
.amazon #input_area{
  background-color: #fff;
}
.amazon div#searchbar input#search_textarea{
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-right: none;
}
.amazon .search_textarea_outer{
  left: 8px;
}
.cht .amazon div#searchbar input#search_textarea,
.chs .amazon div#searchbar input#search_textarea{
  border-radius: 3px 0 0 3px;
  padding-right: 10px;
}
.amazon .global ::-webkit-input-placeholder {
  color: #333;
}
.amazon .global ::-moz-placeholder {
  color: #333;
}
.amazon .global :-ms-input-placeholder {
  color: #333;
}

/* Amazon Top Page */
#middle.amazon {
  background: #ededed;
  padding: 0 0 40px;
  min-width: 1200px;
  box-sizing: border-box;
}
.amazon #content {
    width: 100%;
    margin: 0;
    padding: 0;
    color: #666;
}
.amazon #content > .inner{
  width: 1200px;
  margin: 0 auto;
}
.amazon .section{
  position: relative;
  padding: 40px 0;
  box-sizing: border-box;
}
.amazon .section > .heading{
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 1em;
}
.amazon .section.step-block > .heading{
  margin-bottom: 40px;
}
.amazon .section.content-block > .heading{
  margin-bottom: 40px;
  padding-top: 80px;
  border-top: 1px solid #ddd;
}
.amazon .section.content-block > .heading.tag-step1{
  border-top: none;
}
.amazon .section p{
  line-height: 1.5;
  padding-bottom: .5em;
}
.amazon .content-block{
  padding: 40px 20px;
  text-align: center;
  overflow: hidden;
  min-height: 680px;
}
.btn_addtobuyee{
  margin-bottom: 60px;
}
.btn_addtobuyee img{
  width: 458px;
}
.btn_addtobuyee a:hover img{
  opacity: .85;
}
.btn_addtobuyee a.disabled img{
  opacity: .5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  cursor: default;
}
.amazon .header > .heading{
  width: 960px;
  height: 260px;
}
.amazon .header > .heading img{
  width: 100%;
}
.about-addtobuyee{
  background: #333;
  color: #fff;
  min-height: 230px;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
  display: table;
  width: 100%;
}
.about-addtobuyee > .inner{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.about-addtobuyee .heading{
  color: #f90;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: .8em;
}
.about-addtobuyee .section-body{
  font-size: 20px;
}
.message-block{
  background: #fff;
  color: #333;
  min-height: 300px;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
  display: table;
  width: 100%;
  border-top: 1px solid #fff;
  background: #fff;
  background: linear-gradient(to bottom,  rgb(250,250,250) 0%,rgb(255,255,255) 20%);
}
.message-block > .inner{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.message-block .heading{
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 1em;
  line-height: 1.5;
  font-weight: bold;
}
.message-block .message-body{
  font-size: 18px;
  font-weight: normal;
  margin-bottom: .8em;
}
.content-block .message-block{
  border-radius: 10px;
  margin: 60px auto;
}
.shop-block{
  background: #fff;
  color: #333;
  min-height: 300px;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
  width: 100%;
  border-top: 1px solid #fff;
  background: linear-gradient(to bottom,  rgb(250,250,250) 0%,rgb(255,255,255) 20%);
}
.shop-block > .inner{
  text-align: center;
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.shop-block .shop-block_wrapper {
  width: 960px;
  margin: 0 auto;
  text-align: left;
}
.shop-block .heading{
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 1em;
  line-height: 1.5;
  font-weight: bold;
}
.shop-block .category-heading{
  font-size: 18px;
  font-weight: normal;
  text-align: left;
  color: #f90;
  margin-bottom: 1em;
  line-height: 1.5;
}
.amazon .step-block{
  background-color: #fff;
  text-align: center;
  width: 100%;
  padding: 60px 0 20px;
  overflow: hidden;
  min-height: 215px;
}
.browser-list{
  width: 420px;
  margin: 40px auto 20px;
}
.browser-list > .list{
  float: left;
  margin: 0 20px;
  padding: 20px 10px;
  border: 2px solid #333;
  border-radius: 6px;
  box-sizing: border-box;
  min-width: 100px;
  position: relative;
}
.browser-list > .list a{
  color: #333;
  display: block;
  padding: 20px 10px;
  margin: -20px -10px;
  box-sizing: border-box;
  transition: all .2s;
}
.browser-list > .list.disabled,
.browser-list > .list.comingsoon{
  color: #ccc;
  border: none;
  padding: 24px 14px;
  min-width: 100px;
  background-color: #f3f3f3;
}
.browser-list > .list.comingsoon::after{
  content: "Coming soon...";
  font-size: 11px;
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
}
.browser-list > .list.installed{
  border: none;
  padding: 24px 14px;
  min-width: 100px;
  position: relative;
}
.browser-list > .list a:hover{
  background-color: #333;
  color: #fff;
}
i.buyeeicon::before{
  display: block;
  font-size: 36px;
  margin-bottom: 5px;
}
.step-list{
  width: 960px;
  margin: 0 auto;
}
.step-list > .list{
  text-align: center;
  padding: 12px 5px;
  width: 300px;
  box-sizing: border-box;
  position: relative;
  float: left;
  border-radius: 3px;
}
.step-list > .list:nth-child(-n+2){
  margin-right: 30px;
}
.step-list > .list:nth-child(-n+2) > a::after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-left-color: #333;
  position: absolute;
  top: 50%;
  right: -22px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.step-list > .list > a{
  display: block;
  background-color: #333;
  box-sizing: border-box;
  padding: 12px 5px;
  margin: -12px -5px;
  color: #fff;
  border-radius: 3px;
}
.step-list > .list.current > a,
.step-list > .list > a:hover{
  background-color: #f90;
}
.step-list > .list.current:nth-child(-n+2) > a::after,
.step-list > .list:nth-child(-n+2) > a:hover::after{
  border-left-color: #f90;
}
.step-list > .list .heading{
  font-size: 16px;
  font-weight: normal;
}
.step-list-outer.fixed{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  background-color: #f3f3f3;
  width: 100%;
  min-width: 960px;
  padding: 10px 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.tag::before{
  content: "";
  display: block;
  text-align: center;
  color: #f90;
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 8px;
}
.tag.tag-step1::before{
  content: "Step 1";
}
.tag.tag-step2::before{
  content: "Step 2";
}
.tag.tag-step3::before{
  content: "Step 3";
}
.step-list > .list.current > a .tag::before,
.step-list > .list > a:hover .tag::before{
  color: #fff;
}
.content-block .tag::before{
  font-size: 18px;
  margin-bottom: 20px;
}

.content-image{
  float: left;
  position: relative;
  margin: 0;
  width: 50%;
}
.content-image.arrow::after{
  font-family: "BuyeeIcons";
  content: "\e60f";
  display: block;
  position: absolute;
  top: 50%;
  right: -20px;
  font-size: 40px;
  color: #333;
}
.arrow-verticalM::after{
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.content-image .figure{
  position: relative;
  width: 480px;
  height: auto;
  margin: 0 auto;
}
.content-image.full .figure{
  position: relative;
  width: 1000px;
  height: auto;
  margin: 0 auto;
}
.content-image .figcaption{
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  color: #7d8389;
  margin-bottom: 1em;
}
.content-image .figcaption .figcaption-annotation{
  font-size: 16px;
  margin-top: .8em;
  line-height: 1.5;
  display: block;
}
.content-image .figure img{
  width: 100%;
}
.content-image.full{
  float: none;
  position: relative;
  margin: 0;
  width: 100%;
  text-align: center;
}
.content-image.full img{
  width: 600px;
}
.content-image.full:nth-child(n+2){
  margin-top: 60px;
}
.amazon .button{
  color: #fff;
  font-size: 16px;
  display: table;
  width: auto;
  margin: 20px auto;
  clear: both;
  background-color: #f90;
  border-radius: 5px;
  text-align: center;
  min-height: inherit;
  padding: 20px 30px;
  min-width: 300px;
  box-sizing: border-box;
}
.amazon .button:hover{
  opacity: .85;
}
.amazon .button.cancel{
  color: #fff;
  background-color: #ccc;
  box-shadow: 0 3px 0 #bbb;
  font-weight: normal;
  padding: 10px 25px;
  font-size: 14px;
}
.buyee_guide_list {
  padding: 0;
  overflow: hidden;
}
.buyee_guide_list .list {
  width: 48%;
  float: left;
  margin: 0 2% 2% 0;
}
.buyee_guide_list .list a {
  padding: 15px 0;
  font-size: 14px;
  font-weight: normal;
  display: block;
  background-color: #fff;
  text-align: center;
  border-radius: 5px;
  width: 100%;
  margin: 0;
}
.col_full{
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.col_half {
    width: 50%;
    float: left;
    min-height: 220px;
}
.col_half:first-child {
  border-right: 1px solid #ddd;
  margin-right: -1px;
  padding-right: 30px;
}
.col_half .btn_addtobuyee{
  margin: 35px 0 0;
  text-align: center;
}
.faq-list{
  padding: 10px 0 0 1.5em;
  font-size: 16px;
}
.faq-list .list{
  position: relative;
  padding-bottom: .8em;
}
.faq-list .list::before{
  content: "Q.";
  position: absolute;
  top: 0;
  left: -1.5em;
  font-weight: bold;
  color: #999;
}
.amazon .button-outer{
  position: relative;
  background-color: #f3f3f3;
  padding: 20px 40px;
  text-align: center;
  border-radius: 10px;
  width: 800px;
  margin: 40px auto 0;
  clear: both;
}
.amazon .button-outer p{
  font-size: 16px;
}
.amazon .addto > .heading{
  color: #464e57;
  background-color: #ffe9b3;
  font-size: 18px;
  padding:10px;
  margin: -20px -40px 20px;
}
.amazon .lead{
  font-weight: bold;
}
.amazon .addto p{
  font-size: 16px;
}
.addto-amazon{
  float: left;
  position: relative;
  margin: 20px 0;
}
.addto-amazon::after{
  content: "";
  display: block;
  width: 62px;
  height: 52px;
  background-image: url("../../images/common/amazon/arrow_purchase.png");
  background-size: 100%;
  position: absolute;
  top: 100px;
  right: -95px;
}
.addto-buyee{
  float: right;
  margin: 20px 0;
}
.addto-amazon .figure,
.addto-buyee .figure{
  position: relative;
  width: 379px;
  height: auto;
  margin-bottom: .5em;
}
.browser-tablist-outer{
  width: 100%;
  border-top: 1px solid #ededed;
  margin-top: 50px;
}
.browser-tablist{
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  display: table;
}
.browser-tablist > .list{
  width: 200px;
  box-sizing: border-box;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  table-layout: fixed;
  padding-bottom: 10px;
  position: relative;
}
.browser-tablist > .list:hover{
  background-color: #f6f6f6;
}
.browser-tablist > .list.current{
  background-color: #ededed;
}
.browser-tablist .browser-logo{
  width: 46px;
  height: auto;
  margin: 0 auto;
  padding: 16px 0 8px;
  display: block;
}
.browser-tablist .browser-name{
  display: block;
  color: #333;
}
.browser-tablist .link-tab{
  display: block;
  margin: 0;
  padding: 0 0 15px;
}
.browser-tablist .list.comingsoon .link-tab{
  padding-bottom: 29px;
}
.browser-tablist .list.no-download{
  padding-bottom: 0;
}
.browser-tablist .no-download .link-tab{
  padding-bottom: 40px;
}
.txtlink-download{
  font-size: 12px;
  display: block;
  padding: 0;
}
.txtlink-download .buyeeicon-solid-arrow{
  font-size: 10px;
  margin-right: 3px;
}
/*.browser-tablist > .list.comingsoon .browser-logo{*/
.browser-tablist > .list.comingsoon{
  -webkit-filter: grayscale(100%) opacity(50%);
  filter: grayscale(100%) opacity(50%);
}
.browser-tablist > .list.comingsoon .browser-name,
.browser-tablist > .list.comingsoon .txtlink-download{
  color: #aaa;
}
.browser-tablist > .list.comingsoon:hover{
  background-color: inherit;
}
.local-nav{
  background-color: #fff;
}
.local-nav > .inner{
  padding: 70px 0 0;
  text-align: center;
}
.local-nav .heading{
  color: #f90;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: .8em;
}
.local-nav .section-lead{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: .8em;
}
.local-nav .section-note{
  display: block;
  font-size: 14px;
  padding-top: .8em;
}
.local-nav .section-body{
  font-size: 18px;
  line-height: 1.5
}
.banner-badge-360{
  position: absolute;
  top: 0;
  right: 50px;
  width: 18%;
}
.banner-badge-360 img{
  width: 100%;
  transition: all .1s;
}
.banner-badge-360 img:hover{
  transform: scale(1.1) rotate(15deg);
}
.amazon .banner-top-carousel .list{
  position: relative;
}

/* Aamzon Service Flow */
.amazon .service-flow{
  overflow: hidden;
  margin: 20px 0;
}
.amazon .service-flow .list{
  position: relative;
  float: left;
  width: 25%;
  text-align: center;
  padding: 160px 10px 0;
  box-sizing: border-box;
  background-size: 200px 200px;
  background-repeat: no-repeat;
  background-position: 50% -20px;
}
.amazon .service-flow .list::after{
  font-family: "BuyeeIcons";
  content: "\e60f";
  display: block;
  position: absolute;
  top: 60px;
  right: -25px;
  width: 40px;
  height: 40px;
  font-size: 36px;
  color: #999;
}
.amazon .service-flow .list:last-child::after{
  content: none;
}
.amazon .service-flow .list.purchase{
  background-image: url("/images/common/top/flow_purchase.png");
}
.amazon .service-flow .list.warehouse{
  background-image: url("/images/common/top/flow_warehouse.png");
}
.amazon .service-flow .list.delivery{
  background-image: url("/images/common/top/flow_delivery.png");
}
.amazon .service-flow .list.receive{
  background-image: url("/images/common/top/flow_receive.png");
}
.amazon .service-flow .list > .heading{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #333;
  padding-top: .7em;
  height: 3em;
  box-sizing: border-box;
}
.amazon .service-flow .list.delivery > .heading{
  padding-top: 0;
}
.txt-link .buyeeicon-solid-arrow::before {
    font-size: 10px;
    margin-right: 3px;
}
.border_top{
  border-top: 1px solid #ddd;
}
.border_right{
  border-right: 1px solid #ddd;
}
.amazon .notice-block {
  border: 6px solid #eee;
  width: auto;
  padding: 20px 30px;
  margin-bottom: 50px;
  display: inline-block;
}
.amazon .notice-block > .heading{
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 .6em;
  padding: 0;
  color: #f90;
}
.amazon .notice-block .notice-body{
  font-size: 18px;
}
.image-inline{
  vertical-align: bottom;
  width: 40px;
  height: auto;
  margin: 0 6px;
}
.figcaption-note{
  display: block;
  font-size: 12px;
  padding-top: .8em;
  line-height: 1.4;
}


/* Add to Buyee LP */
.a2b .service_type_list li.expanded {
  color: #000;
  background-color: #fff;
}
.a2b .service_type_list li.expanded a {
  color: #000;
}
.a2b .service_type_list li.expanded i:before{
  color: #f90;
}
.a2b #input_area{
  background-color: #fff;
}
.a2b div#searchbar input#search_textarea{
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-right: none;
}
.a2b .search_textarea_outer{
  left: 8px;
}
.cht .a2b div#searchbar input#search_textarea,
.chs .a2b div#searchbar input#search_textarea{
  border-radius: 3px 0 0 3px;
  padding-right: 10px;
}
.a2b .global ::-webkit-input-placeholder {
  color: #333;
}
.a2b .global ::-moz-placeholder {
  color: #333;
}
.a2b .global :-ms-input-placeholder {
  color: #333;
}
#middle.a2b {
  background: #ededed;
  padding: 0 0 40px;
  min-width: 1200px;
  box-sizing: border-box;
}
.a2b #content {
    width: 100%;
    margin: 0;
    padding: 0;
    color: #666;
}
.a2b #content > .inner{
  width: 1200px;
  margin: 0 auto;
}
.a2b .steps-outer {
  background-color: #e6f9ff;
  padding-bottom: 100px;
}
.a2b .steps-outer .inner {
  width: 1200px;
  margin: 0 auto;
}
.a2b .section{
  padding: 40px 0;
  box-sizing: border-box;
}
.a2b .section > .heading{
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 1em;
}
.a2b .section.step-block > .heading{
  margin-bottom: 40px;
}
.a2b .section.content-block > .heading{
  margin-bottom: 40px;
  padding-top: 80px;
  border-top: 1px solid #ddd;
}
.a2b .section.content-block > .heading.tag-step1{
  border-top: none;
}
.a2b .section p {
  line-height: 1.5;
  padding-bottom: .5em;
  color: #999;
}
.a2b .about-addtobuyee {
  background-color: #c0f1ff;
}
.a2b .shop-block.pick-up {
  background: #f3f3f3;
  border-top: 0 none;
}
.a2b .shop-block {
  background: none;
  border-top: 0 none;
}
.a2b .content-block{
  padding: 40px 20px;
  text-align: center;
  overflow: hidden;
  min-height: 680px;
}
.a2b .header > .heading{
  width: 960px;
  height: 260px;
}
.a2b .header > .heading img{
  width: 100%;
}
.a2b .step-block{
  background-color: #fff;
  text-align: center;
  width: 100%;
  padding: 60px 0 20px;
  overflow: hidden;
  min-height: 215px;
}
.a2b .button{
  color: #4e6c79;
  font-size: 16px;
  display: table;
  width: auto;
  margin: 20px auto;
  clear: both;
  background-color: #c0f1ff;
  border-radius: 5px;
  text-align: center;
  min-height: inherit;
  padding: 20px 30px;
  min-width: 300px;
  box-sizing: border-box;
}
.a2b .button:hover{
  opacity: .85;
}
.a2b .button.cancel{
  color: #fff;
  background-color: #ccc;
  box-shadow: 0 3px 0 #bbb;
  font-weight: normal;
  padding: 10px 25px;
  font-size: 14px;
}
.a2b .button-outer{
  position: relative;
  background-color: #f3f3f3;
  padding: 20px 40px;
  text-align: center;
  border-radius: 10px;
  width: 800px;
  margin: 40px auto 0;
  clear: both;
}
.a2b .button-outer p{
  font-size: 16px;
}
.a2b .addto > .heading{
  color: #464e57;
  background-color: #ffe9b3;
  font-size: 18px;
  padding:10px;
  margin: -20px -40px 20px;
}
.a2b .lead{
  font-weight: bold;
}
.a2b .addto p{
  font-size: 16px;
}
.a2b .banner-top-carousel .list{
  position: relative;
}
.a2b .browser-tablist > .list.current {
  background-color: #e6f9ff;
}
.a2b .content-image.arrow::after {
  color: #ccc;
}
.a2b .step-list > .list > a {
  background-color: #c0f1ff;
  color: #fff;
}
.a2b .step-list > .list:nth-child(-n+2) > a::after {
  border-left-color: #c0f1ff;
}
.a2b .step-list > .list.current > a,
.a2b .step-list > .list > a:hover {
  background-color: #f90;
}
.a2b .step-list > .list.current:nth-child(-n+2) > a::after,
.a2b .step-list > .list:nth-child(-n+2) > a:hover::after {
  border-left-color: #f90;
}
.a2b .step-list > .list .heading {
  color: #999;
}
.a2b .step-list > .list.current .heading,
.a2b .step-list > .list a:hover .heading {
  color: #fff;
}
.a2b .shop-block .category-heading {
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  color: #f90;
  margin-bottom: .5em;
  line-height: 1.5;
}
.a2b .shop-block .shop-link {
  margin-bottom: 2em;
}
.a2b .shop-block .shop-link li {
  display: inline-block;
  padding: 5px;
  width: 24.5%;
  box-sizing: border-box;
  position: relative;
  font-size: 14px;
  line-height: 1.5;
}
.a2b .shop-block .shop-link li a::before {
  display: inline-block;
  content: "";
  background: url("../../images/common/addtobuyee/shop-link_icon.png") no-repeat;
  margin-right: .5em;
  vertical-align: text-top;
  width: 12px;
  height: 12px;
  background-size: contain;
}
.a2b .shop-block .shop-link + p i::before {
  transform: rotate(90deg);
  font-size: 10px;
  display: inline-block;
  margin-right: 2px;
}
.a2b .browser-tablist > .list:hover{
  background-color: #f0fcff;
}
.a2b .browser-tablist > .list.comingsoon::after{
  content: "Coming soon...";
  font-size: 12px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 12px;
}
.a2b .step-list-outer.fixed{
  background-color: #fff;
}
.a2b-contents-list {
  width: 900px;
  margin: 20px auto 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-around;
}
.a2b-contents-item {
  margin: 10px;
}
.a2b-contents-item a {
  display: block;
  padding-bottom: 20px;
}
.a2b-contents-image {
  margin-bottom: 20px;
  border-radius: 50%;
  transition: all .2s;
}
.a2b-contents-item a:hover .a2b-contents-image {
  transform: scale(1.03);
}
.a2b-contents-heading {
  color: #999;
  display: block;
  font-size: 20px;
  position: relative;
}
.a2b-contents-heading::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #aaa;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: top;
  transition: all .2s;
}
.a2b-contents-item a:hover .a2b-contents-heading::after {
  border-top-color: #73cfea;
  transform: translateX(-50%) scale(1.5);
}
.a2b-category-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px auto;
  width: 1200px;
}
.a2b-category-item {
  background-color: #ccc;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  font-size: 14px;
  padding: 8px 10px;
  margin: 5px;
  transition: all .2s;
}
.a2b-category-item.current,
.a2b-category-item:hover {
  background-color: #73cfea;
}
.a2b-subcategory-list {
  display: flex;
  flex-wrap: wrap;
  margin: 10px auto 15px;
  justify-content: center;
}
.a2b-subcategory-item {
  box-sizing: border-box;
  color: #999;
  cursor: pointer;
  font-size: 13px;
  margin: 0 8px;
  padding: 8px;
  position: relative;
  transition: all .2s;
}
.a2b-subcategory-item::after {
  background-color: #73cfea;
  border-radius: 1.5px;
  content: "";
  height: 3px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 50%;
  transition: all .2s;
  width: 0%;
}
.a2b-subcategory-item.current::after,
.a2b-subcategory-item:hover::after {
  left: 0;
  width: 100%;
}
.a2b-subcategory-item.current,
.a2b-subcategory-item:hover {
  color: #333;
}
.a2b-shop-list {
  display: flex;
  flex-wrap: wrap;
  margin: 10px auto 20px;
  width: 1200px;
}
.a2b-shop-item {
  background-color: #f9f9f9;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  flex-flow: column;
  width: 230px;
  margin: 5px;
  padding: 10px;
  text-align: left;
  outline-color: transparent;
  transition: all .2s;
}
.a2b-shop-item:hover {
  box-shadow: 0 1px 5px #ddd;
  transform: scale(1.04);
}
.a2b-shop-logo {
  background-color: #fff;
  box-sizing: border-box;
  height: 70px;
  padding: 0;
  width: 210px;
  display: table;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.a2b-shop-logo img {
  display: inline-block;
  max-width: 100%;
}
.a2b-shop-logo-none {
  color: #333;
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
}
.a2b-shop-name {
  color: #666;
  font-size: 14px;
  font-weight: normal;
  margin: 8px 0 4px;
}
.a2b-category-block {
  border-bottom: 2px dotted #e0e0e0;
  margin-bottom: 8px;
  padding-bottom: 5px;
}
.a2b .section .a2b-shop-text {
  color: #666;
  font-size: 11px;
  padding: 0 0 10px;
}
.a2b .section .a2b-shop-text:last-child {
  padding-bottom: 0;
}
.a2b-label-block {
  margin: auto -10px -10px;
}
.a2b-label-group {
  display: flex;
  flex-wrap: wrap;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}
.a2b-label-group.label-campaign {
  color: #fff;
  margin-left: -5px;
  padding: 0 5px 2px;
}
.a2b-label-item {
  border-radius: 3px;
  box-sizing: border-box;
  flex: 1 1 auto;
  padding: 5px 2px;
  margin: 0 0 5px 5px;
}
.a2b-label-item.label-coupon {
  background-color: #f90;
}
.a2b-label-item.label-servicefee {
  background-color: #f60;
}
.a2b-label-disabled {
  display: block;
  text-align: right;
  font-size: 10px;
  padding: 5px 10px 8px;
  letter-spacing: .05em;
  margin: 0;
  color: #aaa;
}
.a2b-category-heading {
  text-align: center;
  font-size: 20px;
  color: #999;
  line-height: 1.5;
  font-weight: normal;
}
.link-request {
  text-align: right;
}
.link-request i {
  font-size: 12px;
  margin-right: 5px;
}
.content-note {
  font-size: 20px;
  color: #999;
  line-height: 1.6;
}
.a2b .section .a2b-shop-category {
  color: #999;
  display: inline-block;
  font-size: 11px;
  margin-bottom: 5px;
}
.category-tag-outer {
  display: inline-block;
}
.category-tag {
  background-color: #999;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  margin: 3px 0 3px 2px;
  padding: 2px 4px;
  letter-spacing: .1em
}
.balloon-block {
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  position: fixed;
  bottom: -110px;
  left: 50%;
  z-index: 30;
  transform: translateX(-50%);
  transition: all .2s;
}
.balloon-block.balloon-show {
  bottom: 20px;
}
.balloon-block a {
  border-radius: 5px;
  background: #98d8eb;
  padding: 10px 15px;
  display: block;
  transition: all .2s;
}
.balloon-block a:hover {
  background: #73cfea;
}
.balloon-image {
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  width: 80px;
  transition: all .2s;
}
.balloon-image img {
  width: 100%;
}
.balloon-heading {
  font-size: 20px;
  position: relative;
  color: #fff;
}
.balloon-heading::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #fff;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: top;
  transition: all .2s;
}
.balloon-block a:hover .balloon-heading::after {
  transform: translateX(-50%) scale(1.5);
}
.balloon-block a:hover .balloon-image {
  transform: scale(1.1);
}
.a2b-note-list {
  color: #999;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 20px;
}
.a2b-note-item {
  margin: 10px;
}

/* Add to Buyee Service Flow */
.a2b .service-flow{
  overflow: hidden;
  margin: 20px 0;
}
.a2b .service-flow .list{
  position: relative;
  float: left;
  width: 25%;
  text-align: center;
  padding: 160px 10px 0;
  box-sizing: border-box;
  background-size: 200px 200px;
  background-repeat: no-repeat;
  background-position: 50% -20px;
}
.a2b .service-flow .list::after{
  font-family: "BuyeeIcons";
  content: "\e60f";
  display: block;
  position: absolute;
  top: 60px;
  right: -25px;
  width: 40px;
  height: 40px;
  font-size: 36px;
  color: #999;
}
.a2b .service-flow .list:last-child::after{
  content: none;
}
.a2b .service-flow .list.purchase{
  background-image: url("/images/common/top/flow_purchase.png");
}
.a2b .service-flow .list.warehouse{
  background-image: url("/images/common/top/flow_warehouse.png");
}
.a2b .service-flow .list.delivery{
  background-image: url("/images/common/top/flow_delivery.png");
}
.a2b .service-flow .list.receive{
  background-image: url("/images/common/top/flow_receive.png");
}
.a2b .service-flow .list > .heading{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #333;
  padding-top: .7em;
  height: 3em;
  box-sizing: border-box;
}
.a2b .service-flow .list.delivery > .heading{
  padding-top: 0;
}
.a2b .notice-block {
  border: 6px solid #eee;
  width: auto;
  padding: 20px 30px;
  margin-bottom: 50px;
  display: inline-block;
}
.a2b .notice-block > .heading{
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 .6em;
  padding: 0;
  color: #f90;
}
.a2b .notice-block .notice-body{
  font-size: 18px;
}

/* Rakuten */
#input_area.rakuten {
  background: #c10000;
}

/* ToolTip */
.current_price .help_tax_notice {
  color: #1312FF;
}
.current_price .price-tax {
  font-size: 12px;
  display: inline-block !important;
  line-height: 1.5;
}
.current_price .tool_tip_tax {
  display: inline-block;
  position: relative;
  left: -10px;
}
.current_price .tool_tip_tax .tool_tip_tax_text, .current_price .tool_tip_tax .tool_tip_tax_text_bid {
  width: 300px;
  z-index: 100;
  right: -10px;
}
.tooltip-auc:hover {
  text-decoration: none;
}
.tooltip-auc p {
  display: none;
  padding: 8px;
  font-size: 12px;
  font-weight: normal;
  margin-left: 8px;
  line-height: 1.6;
}
.tooltip-auc.tooltip-auc--cartOrder {
  position: relative;
}
.tooltip-auc p.tool_tip_tax_text_bid{
  margin-top: -103px;
}
.tooltip-auc:hover p{
  display: block;
  position: absolute;
  background-color: #fff7ee;
  border: 1px solid #ccc;
  color: #000;
}
.tooltip-auc--cartOrder:hover p {
  width: 300px;
  top: 0;
  left: 30px;
}
.tooltip-auc i.accessibility-question::before {
  line-height: 1;
  margin: 0 0 0 10px;
  padding: 2px;
  font-size: 12px;
  top: 0;
  color: #fff;
  background-color: #1b5f83;
  border-radius: 50%;
  vertical-align: -1px;
}
.tooltip-auc:hover i.accessibility-question::before {
  background-color: #eb9200;
}
.partner {
  background-color: rgba(255, 220, 47, .1);
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  margin-bottom: 15px;
}
.partner h2 {
  font-size: 14px;
  padding-left: 1em;
  display: inline-block;
  letter-spacing: 1px;
  vertical-align: middle;
}
.partner_img {
  width: 90px;
  vertical-align: middle;
  padding: 0;
}
.placeholder {
  color: #aaaaaa;
}
.headline {
  margin-bottom: 15px;
}

/* 404エラーページのBuyeeの主要通販サイトとご利用ガイド */
.errors_404_shop_link {
  padding: 32px;
  margin-bottom: 16px;
}
.errors_404_shop_link h3 {
  color: #ed9303;
  font-size: 24px;
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid #989898;
}
.errors_404_shop_link h3 img {
  vertical-align: bottom;
  margin-right: 3.2px;
}
.errors_404_shop_link ul li {
  margin-bottom: 28px;
}
.errors_404_shop_link_col2 ul li img {
  width: 434px;
  height: 129px;
}
.errors_404_shop_link_col3 ul li img {
  width: 280px;
  height: auto;
}
.errors_404_shop_link_col3 ul li:not(:nth-child(3n)),
.errors_404_shop_link_col2 ul li:not(:nth-child(2n)) {
  margin-right: 28px;
}
.errors_404_shop_link ul li img {
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.errors_404_shop_link ul li img:hover {
  opacity: .8;
}
.errors_404_shop_link_gray {
  background: #f3f3f3;
}
.item_flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.item_flex_row {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.item_flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.errors_404_buyee-link .list {
  width: 414px;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 20px 10px;
}
.errors_404_buyee-link .list .heading {
  font-size: 32px;
  margin-bottom: 6.4px;
}
.errors_404_buyee-link .list p {
  font-size: 16px;
}
.errors_404_enough_space {
  height: 50px;
}
.sub-category-search nav ul li a{
  display: inline-block;
  background: url(../../images/common/icon_footernav.gif) no-repeat;
  padding: 0 15px 10px;
}
.sub-category-search {
  background: #f9f9f9;
  overflow: hidden;
  padding: 20px 0 40px;
  min-width: 976px;
}
.nav-category-search {
  width: 916px;
  height: auto;
  min-height: 60px;
  margin: 0 auto;
}
.nav-category-search li {
  float: left;
  width: 25%;
  font-size: 13px;
}
.nav-category-search-title {
  color: #bbb;
  font-size: 15px;
  margin-bottom: 20px;
}
.nav-category-search-title a{
  font-weight: normal;
  font-size: 14px;
}

.b-big-banner {
  margin: 20px auto;
}

.b-row-wrapper {
  width: 100%;
  text-align: center;
}

.b-mid-rectangle--left {
 display: inline-block;
 margin-right: 10px;
}

.b-mid-rectangle--right {
 display: inline-block;
}

/* ネットプロモータースコアページ用スタイル */

.nps__heading {
  text-align: center;
  font-size: 1.4rem;
  margin: 30px auto;
}
.nps__heading__package-number {
  font-size: 1.6rem;
  font-weight: bold;
  color: #ed9200;
  padding: 0 5px;
}
.nps__answered {
  text-align: center;
  margin: 60px auto 120px;
}
.nps__response {
  text-align: center;
  margin: 30px auto;
}
.nps__answered__heading,
.nps__response__heading {
  font-size: 2.4rem;
  margin-bottom: 24px;
}
.nps__response__container {
  display: flex;
  justify-content: center;
}
.nps__response__container input {
  display: none;
}
.nps__response__container label {
  display: inline-block;
  width: 55px;
  height: 55px;
  background-color: #d5d5d5;
  border-radius: 50%;
  list-style-type: none;
  margin: 10px;
  text-align: center;
  vertical-align: middle;
  line-height: 55px;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  transition: .2s;
  cursor: pointer;
}
.nps__response__container input[type="radio"]:checked + label {
  background-color: #5288a5;
  color: #fff;
}
.nps__response__container label:hover{
  background-color: #5288a5;
}
.nps__text-box {
  display: flex;
  justify-content: space-between;
  padding: 5px 70px;
}
.nps__text-box__possibility {
  list-style-type: none;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0 10px;
}
.nps__button {
  margin: 40px auto 0;
}
.nps__button .button {
  width: 250px;
  min-height: 30px;
  line-height: 30px;
  margin: auto;
}
.nps__inquiries__heading {
  text-align: center;
  font-size: 2.4rem;
  margin: 30px auto;
}
.nps__inquiries__multiple-answers {
  font-size: 1.5rem;
  color: #999;
}
.nps__inquiries-box {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}
.nps__inquiries-box label {
  display: flex;
  margin: 15px auto;
  font-size: 1.5rem;
  text-align: left;
}
.nps__inquiries-box .input_text {
  padding-top: 10px;
}
.nps__inquiries-box textarea {
  resize: vertical;
  width: 300px;
  height: 60px;
}
