
/* --------------------
   商品特長下カート
-------------------- */

.cart_bottom_box, .cart_bottom_box *, .cart_bottom_box *:before, .cart_bottom_box *:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.cart_bottom_box {
	min-width: 740px;
}

.cart_bottom_box a {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.cart_bottom_box {
	padding:1.2em 0;
}

#clsd_goods_info .cart_bottom_box .cart_bottom_title {
	color:#ff7200;
	text-align: left;
}

.cart_bottom_box .info_bottom_cart {
    border: 1px #999 solid;
    border-radius: 3px;
	padding: 1em;
}

.cart_bottom_box .bottom_cart_img {
	float:left;
	width:120px;
}

.cart_bottom_box .bottom_cart_img img {
	float:left;
	width:120px;
}

.cart_bottom_box .bottom_cart_data {
	float:left;
	width: calc(66% - 120px);
	padding: 0 1em;
}

.cart_bottom_box .goods_bottom_name {
	font-size: 1.2em;
	margin: 0 0 .5em 0;
}

.cart_bottom_box .goods_bottom_info {
	margin: 0 0 .5em 0;

}

.cart_bottom_box .goods_bottom_info dt {
	float: left;
	clear:both;
	padding: 0 .3em .3em 0;
}

.cart_bottom_box .goods_bottom_info dd {
	float: left;
	padding: 0 0 .3em 0;
}

.cart_bottom_box .goods_bottom_info .bottom_price {
	color: #F00;
}

.cart_bottom_box .goods_bottom_info .bottom_stock {
	color: #2976C6;
}

.cart_bottom_box .cart-inner {
	padding: 0 0 .5em 0;

}

.cart_bottom_box .cart-quantity {
	width: 35%;
	float: left;
	text-align:center;
}

.cart_bottom_box .quantity-form {
	letter-spacing: -.40em;
	padding: .5em 0;
}

.cart_bottom_box .quantity-form li {
	letter-spacing: normal;
	font-size:.85em;
	display: inline-block;
	vertical-align: middle;
	color: #333;
}

.cart_bottom_box .quantity-form li:nth-child(1) {
	width:40%;
	text-align: center;
}

.cart_bottom_box .quantity-form li:nth-child(2) {
	width:60%;
	text-align: left;
}

.cart_bottom_box .quantity-form input[type="text"] {
	margin: 0;
	padding: .5em .3em;
	background: none;
	border: 1px solid #666;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
	width:90%;
	text-align: center;
	display: block;
}
.cart_bottom_box .quantity-form input[type="text"]:focus {
	border: 1px solid #ff7200;
}


.cart_bottom_box .cart-inner .cart_in_btn {
	width: 65%;
	float: left;
	text-align:center;
}

.cart_bottom_box .cart-inner .cart-button .link-button {
	display: block;
	text-align: center;
	background-color: #ff7200;
	padding: 1em 0;
	width: 100%;
	color: #fff;
	text-decoration: none;
}

.cart_bottom_box .cart-inner .cart-button .link-button:hover {
	background-color: #f90;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.cart_bottom_box .bottom_delivery_area {
	float:left;
	width:34%;
	padding: 0 0 0 .5em;
	line-height: 1.4em;
}

.cart_bottom_box .bottom_delivery_ttl {
	margin: 0 0 1em 0;
}

.cart_bottom_box .bottom_cartbtn_area {
	float:left;
	width:34%;
	padding: 0 0 0 .5em;
	line-height: 1.4em;
	border-left: 1px solid #999;
}


.cart_bottom_box .bottom_cartbtn_area .cartbtn_link {
    background-color: #ff7200;
    color: #FFFFFF;
    border-radius: 3px;
    display: block;
    width: 100%;
    margin: 0 auto ;
    font-size: 14px;
	text-decoration: none;
	text-align:center;
	padding: 1.2em 0;
}

.cart_bottom_box .bottom_cartbtn_area .cartbtn_link:hover {
	background-color:#ff9900;
}

.cart_bottom_box .bottom_cartbtn_area .fav_icon {
	text-align: right;
}

.cart_bottom_box .bottom_cartbtn_area .fav_icon a {
	float: right;
    background-color: #fff;
    color: #999;
	border: 1px #999 solid;
    border-radius: 3px;
    display: block;
    width: 65%;
    font-size: 13px;
	text-decoration: none;
	text-align:center;
	padding: .5em 0;
}

.cart_bottom_box .bottom_cartbtn_area .fav_icon a:hover {
	background-color:#f7c310;
	color:#666;
	border:1px #666 solid;
}

.cart_bottom_box .about-delivery {
	text-align: right;
}

.cart_bottom_box .about-delivery a {
	display: block;
    margin: .3em auto;
	padding: .3em ;
}

/* yoyaku */
.cart_bottom_box a.cartbtn_link span {
	vertical-align: middle;
	height: 36px;
	line-height: 36px;
	display: inline-block;
}

.cart_bottom_box a.cartbtn_link:hover span {
	text-decoration: none !important;
}
.cart_bottom_box a.cartbtn_link span.icon-cart-nomal:before {
	color: #fff;
	font-size: 2em;
	padding: 0 5px 0 0;
}


/* --------------------
      追従ボタン
-------------------- */
#top .fixed-menu {
	position: fixed;
	right: -2px;
	bottom:50px;
	width:122px;
	z-index: 99;
}
#top .fixed-menu a,
#top .fixed-menu .qa-chat-open { /* QAチャット追加 */
	color:#fff;
	text-decoration:none;
	display:block;
	text-align:center;
	padding:1.2em 0;
	margin:0 0 5px 0;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	font-size:1.1em;
}
#top .fixed-menu .link-go-spec a {
	background-color:#2976c6;
}
#top .fixed-menu .link-back-top a {
	background-color:#fff;
	border: 2px solid #2976c6;
	color:#2976c6;
}
#top .fixed-menu .link-qa-chat .qa-chat-open { /* QAチャット追加 */
	background-color:#fff;
	border: 2px solid #2976c6;
	color:#2976c6;
}
/* hover */
#top .fixed-menu .link-go-spec a:hover {
	background-color:#3399ff;
}
#top .fixed-menu .link-back-top a:hover {
	border: 2px solid #3399ff;
	color:#3399ff;
}
#top .fixed-menu .link-qa-chat .qa-chat-open:hover  { /* QAチャット追加 */
	border: 2px solid #3399ff;
	color:#3399ff;
	cursor: pointer;
}

/* --------------------
    QAチャット追加
-------------------- */
.qa-chat-frame {
	width: 415px;
    height: 100%;
    transition: all 0.5s;
    position: fixed;
    top: 0;
    right: -415px;
    z-index: 1000;
    background-color: #FFF;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.50);
	z-index: 120;
}
.qa-chat-frame.open {
    right: 0;
}
.qa-chat-header {
	height: 120px;
	text-align: center;
}
.qa-chat-header .chat-header-close {
	height: 50px;
}
.qa-chat-header .close-chat-frame {
	display: block;
	height: 50px;
	line-height: 50px;
	background-color: #eee;
	position: relative;
}
.qa-chat-header .close-chat-frame::after  {
    font-family: "sanwasvg";
	content: "\e91e";
    position: absolute;
    top: 50%;
	right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.qa-chat-header .chat-header-box {
	position: relative;
	height: 70px;
}
.qa-chat-header .chat-header-ttl {
	color: #2976c6;
	font-size: 18px;
	width: 100%;
	text-align: center;
    position: absolute;
    top: 50%;
	left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.qa-chat-header .chat-header-txt {
	display: block;
	color: #666;
	font-size: 14px;
}
.itempage-qa-chat{
	height: calc(100vh - 120px);
	width: 415px;
}

/* hover */

.qa-chat-header .close-chat-frame:hover {
	cursor: pointer;
}


/*----------------
     clearfix
----------------*/

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}