@charset "utf-8";
/* CSS Document */
#row-l1{border: 1px solid #e2e2e2;}
#row-l1 .left{float:left;}
#row-l1 .left-info{float:left;width:48%;}
#row-l1 .left-info .enlarge-img{width:100%;height: 600px;text-align: center;}
#row-l1 .left-info .enlarge-img img{max-width:100%;max-height:100%;}
#row-l1 .left-info .ul-thumbnail{margin:10px;}		
#row-l1 .left-info .ul-thumbnail li{
	display: inline-block;
    margin: 0 4px;
    width: 80px;
    height: 80px;
    text-align: center;
}
#row-l1 .left-info .ul-thumbnail li img{max-width:100%;max-height:100%;cursor:pointer;}
#row-l1 .left-info .ul-thumbnail li img:hover{opacity: 0.7;}
	
#row-l1 .right-info{float:left;width:51%;padding: 10px 10px 0 0;}
#row-l1 .right-info .headline{border-bottom:1px solid #CCC;padding-bottom: 10px;font-size: 15px;margin-bottom:20px;}
#row-l1 .right-info .headline .market{padding: 5px 10px;background: #333;color: #FFF;font-size: 15px;display:inline-bolck}
#row-l1 .right-info .headname{
	font-size: 16px;
	padding-bottom: 7px;
    margin-bottom: 20px;
    border-bottom: 1px solid #CCC;
    color: #000;
    line-height: 1.4;
}
#row-l1 .right-info .headname strong{font-weight:bold;}
#row-l1 .right-info table{width:100%;border-collapse: collapse;border-spacing: 0;}
#row-l1 .right-info .headinfo .info_k{font-size:15px;color:#888;padding: 1rem 0;}
#row-l1 .right-info .headinfo .info_v{font-size:15px;color:#000;}
#row-l1 .right-info .headinfo .p_jpy{color: #f40;}
#row-l1 .right-info .headinfo .p_jpy_k{font-size:15px;}
#row-l1 .right-info .headinfo .p_jpy_v{
	font-size: 24px;
    font-weight: 700;
    color: #f40;
}
#row-l1 .right-info .headinfo .p_ntd{color:#bbb;}
#row-l1 .right-info .headinfo td.q_minus,
#row-l1 .right-info .headinfo td.q_plus {
	width: 18px;
	font-size: 18px;
	color: #777;
	border: 1px solid #a9a9a9;
	cursor: pointer;
	text-align: center;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	line-height:150%;
	padding:0;
}
#row-l1 .right-info .headinfo td.q_count {width: 18px;font-size: 18px;color: #a9a9a9;border: 1px solid #a9a9a9;line-height:150%;padding:0;}
#row-l1 .right-info .headinfo .outofstock{font-size: 15px;padding: .37em .9em;height: auto;line-height: 1.4;color: #555;background: #DDD;border:0 none;margin-top: 20px;}
#row-l1 .right-info #dv_inventory table{width:auto;border-collapse: collapse;table-layout: fixed;background:#FFF;}
#row-l1 .right-info #dv_inventory td{line-height:120%;background:#FFF;word-break: break-all;word-wrap: break-word;white-space:normal;}
#row-l1 .right-info #dv_inventory td,
#row-l1 .right-info #dv_inventory font,
#row-l1 .right-info #dv_inventory span{font-size:13px;word-break: break-all;word-wrap: break-word;}
#row-l1 .right-info #dv_inventory td.inventory_choice_name,
#row-l1 .right-info #dv_inventory td.inventory{border:1px solid #DDD;}
	
#row-l1 .right-info .headinfo .dv_inventory{width:100%;margin-top:5px;margin-buttom:5px;}
#row-l1 .right-info .headinfo .dv_inventory table{width:100%;border-collapse: collapse;table-layout: fixed;background:#FFF;}		
#row-l1 .right-info .headinfo .dv_inventory td{line-height:150%;background:#FFF;word-break: break-all;word-wrap: break-word;white-space:normal;}
#row-l1 .right-info .headinfo .dv_inventory .td_inventory_k{font-size: 15px;color: #777;width: 60px;padding-right:6px;}
#row-l1 .right-info .headinfo .dv_inventory .td_inventory_v{font-size: 15px;color: #333}

/* 商品頁付款方式 star */
#row-l1 .right-info .headinfo .payinfo{display: inline-flex; background-color: #fff8ba;padding: 8px;}
#row-l1 .right-info .headinfo .payinfo .payinfo__title{font-size: 14px; color: black;}
#row-l1 .right-info .headinfo .payinfo .payinfo-list{display: flex;}
#row-l1 .right-info .headinfo .payinfo .payinfo-list li{margin-right: 7px;}
#row-l1 .right-info .headinfo .payinfo .payinfo-list li a{font-size: 14px; color: black;text-decoration: underline;}
#row-l1 .right-info .headinfo .payinfo .payinfo-list li a:hover{color: #f77800;}
/* 商品頁付款方式 end */

#quantity {display: inline-block;width: 40px;border: 1px;text-align: center;font-size: 18px;}
#instock_quantity {font-size: 15px;padding-left:10px;color: #c1272d;}
#add2cart, #add2watchlist, #add2favseller{
    display:inline-block;
    cursor: pointer;
    min-width: 180px;
    height: 38px;
    line-height: 38px;
	padding: 0 5px;
    text-align: center;
    font-size: 16px;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-right: 4px;
}
#add2cart{
    color: #FFF;
    border-color: #F40;
    background: #F40;
}
#add2watchlist, #add2favseller{
	min-width: 140px;
	color: #E5511D;
    border-color: #F0CAB6;
    background: #FFE4D0;
}
#add2cart i, #add2watchlist i, #add2favseller i{margin-right:10px;}
#add2cart:hover{
    border-color: #F22D00;
    background: #F22D00;
}
#add2watchlist:hover, #add2favseller:hover{
    border-color: #F0CAB6;
    background: #FFD9BC;
}

.item-button-group {
    margin: 20px 0 15px 0;
}

.item-info__adsection-img {
    margin: 20px 0;
}

.item-extension__link {
    margin-bottom: 15px;
}
.item-extension__link > a {
    color: #555555;
}
.item-extension__link > a:hover {
    color: #14b3e5;
}
#add2watchlist:disabled{
    background:#BBB;
}

.error_message{
	font-size: 20px;
    color: #f40;
    font-weight: bold;
}

#row-l2{border: 1px solid #e2e2e2;margin-top: 20px;}	
#row-l2 .tab-page{display:none;width: 100%;margin: 0 auto;position: relative;}
#row-l2 .tab-page .goo-trans{margin:20px;}
#row-l2 .tab-page .goo-trans .m{color:#aaa;}
#tab-menu-dv{
    height: 44px;
    line-height: 44px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    border-bottom: 1px solid #E5E5E5;
    background-color: #F6F6F6;
}
#tab-menu{padding-left: 0px;margin-bottom: 0;list-style: none;}
#tab-menu li{
	display: inline;
    float: left;
    height: 46px;
    line-height: 46px;
    border-right: 1px solid #E5E5E5;
    margin-top: -1px;
    min-width: 140px;
    padding: 0 10px;
    text-align: center;
}
#tab-menu li a{
	display: block;
    padding: 0;
    color: #000;
    outline: 0;
    line-height: 44px;
    font-size: 16px;
}
#tab-menu li.on{
	background: #FFF;
    border-left: 0 none;
    margin-top: -1px;
    height: 45px;
    border-top: 2px solid #f40;
}
#tab-menu li.on a{color:#f40;}
#tab-menu li:hover a{text-decoration:underline;}
.tab-page-1-content{text-align:center;}
.tab-page-1-content div, .tab-page-1-content table{margin:0 auto;}

#row-l3{margin-top:40px;}
#row-l3 .headline{
    width: 100%;
    margin-bottom: 10px;
    color: #000;
    font-weight: 700;
    font-size: 15px;
}
#recommend-items li{
	display: inline-block;
    width: 16.5%;
    height: 240px;
}
#recommend-items .img{text-align: center;width:100%;height:200px;}
#recommend-items li img{max-width:80%;max-height:80%;transition: 0.3s ease-out;}
#recommend-items .price{text-align:center;font-size: 15px;color:#FF0036;}
#recommend-items img:hover{
	-ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1); /* Standard syntax */
}

#popular-items li{
	display: inline-block;
    width: 16.5%;
    height: 240px;
}
#popular-items .img{text-align: center;width:100%;height:200px;}
#popular-items li img{max-width:80%;max-height:80%;transition: 0.3s ease-out;}
#popular-items .price{text-align:center;font-size: 15px;color:#FF0036;}
#popular-items img:hover{
	-ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1); /* Standard syntax */
}

#category_path{width:1200px; margin:0 auto;}
#category_path span{display:inline-block;margin-rihgt:10px;}
#category_path span a{font-size:13px;color:#888;text-decoration:none;padding: 0 4px;}
#category_path span a:hover{text-decoration:underline;}
#category_path .arrow{font-size:15px;color:#333;}

.g-trans-ctrl{padding-right:20px;}
.g-trans-ctrl a{color: #3b95dd !important; text-decoration: none;}

.item_description{margin:20px;}
.item_description h5{margin-top:20px;}

.faq-section-wrapper{padding:10px;}
.faq-section-header{margin:10px 0;}
.faq-section-submit{margin-top:10px;}
.faq-message-box-content{
	margin: 10px 0;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.faq-message-box.answer{margin-top:5px;}
.faq-message-box__message-time{color:#888;}

.itemDescriptionAlarm{
	width: 100%;
    text-align: left;
    background: #c51111;
    padding: 10px;
    box-sizing: border-box;
}
.itemDescriptionAlarm ol{list-style-type:square;list-style-position:outside;margin-left:25px;}
.itemDescriptionAlarm li{padding:5px 0;line-height:1.6;color:#FFF;font-weight:bold;font-size:16px;list-style: square outside none;}
.itemDescriptionAlarm a{color: #0AF;}
.itemDescriptionAlarm h5{color: #FFF;padding: 10px 0 5px 10px;font-size: 18px;}

.title__cross-border-div{
  vertical-align:middle;
  display: inline-block;
}

.title__cross-border-img{
  width:18px;
}

.title__cross-border-span{
  color:#F53192;
  font-size:13px;
  font-weight:500;
  padding-left:6px;
}

.seller__cross-border-div{
  vertical-align:middle;
  border-width:1px;
  border-style:solid;
  border-color:#CCC;
  padding:10px;
  border-radius:3px;
  margin-bottom:10px;
  display: inline-block;
}

.seller__cross-border-img{
  width:16.66px;
}

.seller__cross-border-span{
  color:#000;
  font-size:12px;
  font-weight:400;
  padding-left:6px;
}
