@charset "UTF-8";

/*---------------------------------
カートCSS
---------------------------------*/

/* ショッピングカート */
.cart-flow{
	margin: 0 auto 20px;
	text-align: center;
}
table.cart{
	margin: 20px auto;
	width: 100%;
	border: none;
}

table.cart tr{
	border: solid 1px #333;
}

table.cart th{
	font-size: 14px;
	padding: 10px 5px;
	border: dotted 1px #333;
	text-align: center;
}

table.cart td{
	padding: 10px 5px;
	text-align: center;
	border: dotted 1px #333;
	line-height: 140%;
}

table.cart th.cart-tb-01{ width: 5%; }
table.cart th.cart-tb-02{ width: 40%; }
table.cart th.cart-tb-03{ width: 20%; }
table.cart th.cart-tb-04{ width: 10%; }
table.cart th.cart-tb-05{ width: 20%; }
table.cart th.cart-tb-06{ width: 5%; }

table.cart span{
	font-weight: bold;
}

.sp-cart-tb-outer-text{
	display: none;
}

@media (max-width: 768px) {
	table.cart,
	table.cart input{
		font-size: 14px;
	}
	.cart-tb-outer{
		width: 100%;
		overflow-x: scroll;
	}
	table.cart{
		width:768px;
		white-space: nowrap;
	}
	.sp-cart-tb-outer-text{
		display: inline-block;
		margin-bottom: 1em;
	}
}

table.totalcash{
	float: right;
	margin: 10px 0 20px 0;
	width: 300px;
	border: solid 3px #333;
}

table.totalcash tr.cart-ti{
	border: solid 1px #333;
}
table.totalcash th{
	padding: 10px 5px;
	text-align: left;
}
table.totalcash tr.cart-ti th{
	padding: 15px 5px;
	text-align: center;
}

table.totalcash td{
	padding: 5px 10px;
	text-align: right;
}

table.totalcash span{
	font-weight: bold;
}

@media (max-width: 768px) {
	table.totalcash{
		float: none;
		width: 100%;
		font-size: 14px;
	}
	table.totalcash th,
	table.totalcash td{
		border: dotted 1px #333;
	}
}
/* お客様情報／支払情報 */

.cart-tb table th div{
	position: relative;
}

.cart-tb table th span{
	width: 40px;
	height: 20px;
	position: absolute;
	top: 0;
	right: 0;
}
@media (max-width: 768px) {
	.cart-tb table nobr{
		white-space: normal;
	}
	.cart-tb table th span{
		position: static;
	}
}

/* その他 */
.form_confirm{
	text-align: center;
}
.form_confirm li{
	display: inline-block;
	margin: 5px;
}
.form_confirm li img{
	vertical-align: baseline;
}
.cart-comment{
	border: solid 4px #333;
	padding: 2em;
	text-align: center;
	margin: 30px auto;
}

.cart-error{
	width: 100%;
  border: solid 4px red;
	padding: 20px 40px;
	margin: 20px auto;
}

.cart-error ul{
	list-style-type: disc;
}

.cart-error li{
	color: red;
}
