
table#makebanner >tbody>tr:first-of-type>td:nth-of-type(2) table{
	width:100%;
}

#cart{
	padding:0 40px;
	position:relative;
}

/*****************************************************

    basket

*****************************************************/
#basket h2 {
	font-size:28px;
	padding-bottom:40px;
}


.basket {
	border-top:1px solid #ccc;
	margin:40px 0 20px 0;
}

.basket tr {
	border-bottom:1px solid #ccc;
}

.basket tr:nth-last-child(-n+2) {
	border-bottom:none;
}

.basket tr:first-child {
	border-bottom:1px solid #ccc;
}

.basket td.basket-price {
	min-width:75px;
}

.basket td.basket-point {
	min-width:60px;
}

.basket th,.basket td {
	padding:8px;
	text-align:center;
}

.basket td table td {
	padding:0;
	border:none;
}

.basket .basket-img {
	padding:24px 0;
}

.basket .basket-img img {
	width:80px;
	height:auto;
	margin-right:10px;
}

.basket .basket-name {
	text-align:left;
}
.basket .basket-name p {
	text-align:left;
	color:#CCC;
	font-size:11px;
	font-weight: 100;
}
.basket .basket-name a{
	color:#000;
	font-size:1.3rem;
	line-height:1.5;
	padding-bottom:5px;
	display: inline-block;
	margin-right:10px;
	text-decoration: none;
	font-weight: bold;
}

.basket .basket-matomegai {
	margin-top:4px;
	display:inline-block;
}

.basket .basket-matomegai a {
	border:1px solid #54B3DE;
	padding:2px 5px;
	font-size:11px;
	display:inline-block;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	color:#54B3DE;
}

.basket .basket-matomegai a:hover {
	background:#54B3DE;
	color:#fff;
}

.basket .basket-total {
	text-align:right;
	padding:12px 16px;
	font-size:18px;
}

.basket .basket-total a {
	color:#54b3de;
	text-decoration:underline;
	margin-left:4px;
}

.basket .basket-total a:hover {
	text-decoration:none;
}

.basket .basket-total em {
	font-weight:700;
	font-size:24px;
	line-height:1;
}

.basket .total-wrap {
	width:60%;
	margin:0 0 0 auto;
}

.basket .total-item {
	float:left;
	clear:left;
	width:60%;
	text-align:right;
}

.basket .matomegai-wrap {
	font-size:15px;
	margin-bottom:8px;
}

/*�育�鎀��眼���帥��----------*/
.btn-small {
	background:#AAA;
	font-size:13px;
	padding:6px 8px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	color:#FFF;
	text-decoration: none;
}

.btn-small:hover{
	background-color:#AAA;
}
.delete img{
	width:30px;
	height:auto;
}
/******************/


.basket-option {
	margin-top:8px;
}

.basket-option select {
	/*max-width:140px;*/
	margin-right:16px;
	border:#CCC solid 1px;
	padding:8px;
	font-size:14px;
}

.basket-option select:last-child {
	margin-right:0;
}

.basket_option_mulopt_box {
	margin-left:0!important;
}

.quantity-wrap,.quantityWrap {
	display:table;
	margin:0 auto;
}

.basket-quantity {
	width:20px!important;
	font-size:18px;
}

.basket-quantity input[name="amount"] {
	border-radius:3px;
	text-align:center;
    padding: 4px 6px;
    width: 60px;
    border: 1px solid #ccc;
    font-size: 18px;
}

.basket-quantity,.basket-amend {
	min-width:42px;
}

.basket-quantity,.basket-amend,.quantityInput,.quantityAmend {
	display:table-cell;
	vertical-align:middle;
	padding:0 2px;
}


/*��腥冴�≪���若����*/
.basket-empty {
	text-align: center;
	color:#e65a34;
	font-size:18px;
	padding:60px;
	margin-bottom:60px;
	font-weight: bold;
	background: rgba(252,80,76,0.1);
}


.basketQunantity {
	display:none;
}

.basket-haisou .carriageWrap {
	text-align:right;
}

/* Amazon���帥�� */
.amazonButton {
	width:230px;
	margin-left:8px;
}

/*--------���帥��----------*/

.btn-wrap{
	display: flex;
	flex-wrap: wrap;
	padding:0 0 60px 0;
}

.btn-wrap div{
	width:50%;
	
}
.btn-wrap .btn{
	display:inline-block;
	border-radius: 100px;
	text-decoration: none;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 60px;
	position: relative;
}

.btn-wrap .btn-wrap-order{
	text-align: right;
}

.btn-wrap .btn-wrap-order .btn{
	background-color:#e65a34;
	color:#FFF !important;
	padding:0 60px;
}
.btn-wrap .btn-wrap-order .btn:after {
	content:'';
	position: absolute;
	top:50%;
	margin-top:-12px;
	display:inline-block;
	width:24px;
	height:24px;
	background-image:url(//gigaplus.makeshop.jp/insect/img/icon/chevron-right_white.svg);
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.btn-wrap .btn-wrap-back .btn{
	background-color:#FFF;
	border:2px solid #999;
	color:#000;
	padding:0 60px 0 80px;
}

.btn-wrap .btn-wrap-back .btn:after{
	content:'';
	position: absolute;
	left:30px;
	top:50%;
	margin-top:-12px;
	display:inline-block;
	width:24px;
	height:24px;
	background-image:url(//gigaplus.makeshop.jp/insect/img/icon/chevron-left_black.svg);
	background-size:contain;
	background-repeat: no-repeat;
	background-position: right center;
}

/*-------------���������ч�����≧��-----------*/
#basket .carriageMsg{
	background: rgba(252,80,76,0.1);
	padding: 10px;
	text-align: center;
	margin-bottom:30px;
}
#basket .carriageMsg1{
	font-weight: bold;
	color: #e65a34;
	font-size:1.8rem;
	padding-bottom:1px;
}
#basket .carriageMsg2{
	font-size: 1.3rem;
}



/*note*/
h4{
	font-weight: bold;	
}

.note{
    padding: 20px;
    margin-bottom: 50px;
    background-color: #f4efea;
}

.note a{
	text-decoration: underline;	
}

.note a:hove{
	text-decoration: none;	
}

title{
    background-color: #eee;
    display: block;
    padding: 5px 10px;
    font-weight: bold;
}

.lineinfo{
	position: absolute;
	top:20px;
	right:40px;
	width:320px;
}
 .lineinfo img{
	width:100%;
	height:auto;
}




/*������茯���*/

.gift_root{
	font-size:1.3rem;
	padding-top:10px;
	text-align: right;
	color:#666;
}
.gift_root a{
	text-decoration:underline;
}
.gift_root span{
	font-weight: bold;
	color:#e65a34;
}

.giftFlex{
	display: flex;
	justify-content: space-between;
	padding-bottom:100px;
}

.gift-list{
	width:48%;
}
.gift-txt{
	width:49%;
}

.about-gift .title{
	background-color: #4d2c0f;
	color:#FFF;
	display: block;
	padding: 10px 10px 10px 45px;
	margin-bottom:30px;
	font-weight: bold;
	font-size:1.5rem;
	background-image:url(//gigaplus.makeshop.jp/insect/img/icon/error_white.svg);
	background-size:28px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

.about-gift .select-info p{
	color:#F00;
	font-size:1.5rem;
	line-height:1.4;
	padding:0 0 20px 0;
}


.about-gift .gift-txt ul li{
	line-height:1.5;
	padding-bottom:0.8em;
	list-style-type:disc;
	font-size:1.2rem;
	margin-left:1em;
}

.about-gift .gift-list .gift-out{
	width:80%;
	margin:0 auto;
}

.about-gift .gift-list .gift-img img{
	width:100%;
	height:auto;
}

.about-gift .gift-list .gift-btn{
	text-align: center;
}

.bagNum{
background-color:rgba(252,80,76,0.1);
padding:15px;
font-size:1.3rem;
margin-bottom:15px;
}
.bagNum strong{
display: inline-block;
font-weight: bold;
color:#e65a34;
font-size:1.5rem;
padding-bottom:10px;
}


.addCart {
	display:inline-block;
	border-radius: 100px;
	text-decoration: none;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 60px;
	position: relative;
	padding:0 60px 0 90px;	
	margin-top:10px;
	border:none;
	background-color:#e65a34;
	color:#FFF !important;
	background-image:url(//gigaplus.makeshop.jp/insect/img/icon/cart-add_white.svg);
	background-size:30px;
	background-repeat: no-repeat;
	background-position: 40px center;
	cursor: pointer;
}

.giftpage{
	margin-top:20px;
	padding:0px 0px 0px 35px;
	display: inline-block;
	background-image:url(//gigaplus.makeshop.jp/insect/img/icon/zoom-in_d_blue.svg);
	background-size:30px;
	background-repeat: no-repeat;
	background-position: left center;
	
}