
/* --------------------
   商品特長下カート
-------------------- */

.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 ;
}


/* --------------------
      追従ボタン
-------------------- */
#top .fixed-menu {
	position: fixed;
	right: -2px;
	bottom:50px;
	width:122px;
}

#top .fixed-menu .link-back-top a,
#top .fixed-menu .link-go-spec a {
	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-go-spec a:hover {
	background-color:#3399ff;
}

#top .fixed-menu .link-back-top a:hover {
	border: 2px solid #3399ff;
	color:#3399ff;
}

/*----------------
     clearfix
----------------*/

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}