@charset "utf-8";
/* -----------------------------------------
cart.css
一時カゴ用css
----------------------------------------- */


/* CartArea
----------------------------------------- */

#CartArea {
	position: absolute;
	left: 0;
	top: 0;
	background: url(../sp/cart_bg.png) repeat 0 0;
	width: 100%;
	height: 100%;
	z-index: 200;
	display: none;
}

#CartWindow {
	height: 100%;
	background-color: #fff;
}

.tablet #CartWindow {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 670px;
	max-height: 730px;
	margin: auto;
	border-radius: 10px;
	overflow: hidden;
}

.ie8 #CartWindow {
	height: 700px;
}

#CartWindow .headerArea {
	background-color: #393;
	height: 90px;
	overflow: hidden;
}

.tablet #CartWindow .headerArea {
	border-radius: 10px 10px 0 0;
	padding: 10px 0 8px;
	height: 37px;
}

#CartWindow .closeBtn {
	position: absolute;
	top: 12px;
	right: 12px;
	border-radius: 5px;
	background-color: #fff;
	padding: 5px 26px 5px 10px;
	color: #999;
	border-bottom: 2px solid #666;
	cursor: pointer;
}

#CartWindow .closeBtn .ico {
	position: absolute;
	top: 8px;
	right: 8px;
}

#CartWindow .headerArea .title {
	border-bottom: 1px solid #fff;
	padding: 13px 11px;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
}

.tablet #CartWindow .headerArea .title {
	float: left;
	border-bottom: none;
	border-right: 1px solid #fff;
	padding: 7px 15px 3px;
}

#CartWindow .headerArea .text {
	padding: 5px 0 0 1em;
	margin-left: 12px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-indent: -1em;
}

.tablet #CartWindow .headerArea .text {
	float: left;
	padding: 2px 12px;
}

#CartWindow .itemArea {
	position: absolute;
	top: 90px;
	left: 0;
	right: 0;
	bottom: 60px;
}

#CartWindow .itemArea:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 30px;
	background: url(../sp/cart_btm.png) repeat-x 0 0;
}

.tablet #CartWindow .itemArea {
	top: 55px;
	bottom: 61px;
}

#CartWindow .scrollArea {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.tablet #CartWindow .scrollArea {
	top: 3px;
	left: 3px;
	right: 13px;
	bottom: 3px;
}

#ErrorMsg p {
	padding: 15px 20px;
	line-height: 1.6;
	color: #FF1E22;
	font-size: 16px;
}

#CartWindow ul {
	padding-bottom: 30px;
}

#CartWindow li {
	position: relative;
	padding: 10px 20px 10px 105px;
	overflow: hidden;
}

#CartWindow li:nth-child(odd) {
	background-color: #f6fff6;
}

.ie8 #CartWindow li {
	border-bottom: 1px solid #ccc;
}

#CartWindow li.new {
	background-color: #fff3dc;
}

.tablet #CartWindow li {
	padding: 10px 130px 10px 105px;
	min-height: 82px;
}

#CartWindow li .image {
	position: absolute;
	top: 10px;
	left: 10px;
	border: 1px solid #393;
}

.tablet #CartWindow li .image {
	top: 10px;
}

#CartWindow li .textArea {
	color: #666;
}

.tablet #CartWindow li .nameArea {
	min-height: 64px;
}

#CartWindow li .catch {
	font-size: 14px;
}

#CartWindow li .name {
	margin-bottom: 2px;
	font-size: 16px;
}

#CartWindow li .capacity {
	margin-bottom: 3px;
	min-height: 1.3em;
	font-size: 12px;
	color: #999;
}

.tablet #CartWindow li .capacity {
	display: inline;
	margin-right: 15px;
}

#CartWindow li .price {
	margin-bottom: 5px;
	font-size: 12px;
	color: #999;
}

.tablet #CartWindow li .price {
	display: inline;
	margin-bottom: 0;
}

#CartWindow li .selectBox {
	position: relative;
	float: left;
	margin-right: 4px;
	border: 2px solid #ccc;
	background-color: #fff;
	width: 86px;
}

#CartWindow li .selectBox:before {
	content: "";
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	width: 24px;
	background-color: #999;
	border-bottom: 2px solid #666;
}

#CartWindow li .selectBox:after {
	content: "";
	position: absolute;
	top: 5px;
	right: 7px;
	width: 7px;
	height: 7px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.ie8 #CartWindow li .selectBox:before,
.ie9 #CartWindow li .selectBox:before {
	background: url(../sp/cart_select_btn.gif) no-repeat 0 0;
	height: 29px;
	bottom: auto;
	border-bottom: none;
}

.ie8 #CartWindow li .selectBox:after,
.ie9 #CartWindow li .selectBox:after {
	display: none;
}

.tablet #CartWindow li .selectBox {
	position: absolute;
	top: 12px;
	right: 10px;
	margin-right: 0;
}

#CartWindow li .selectBox .value {
	width: 60px;
	text-align: center;
	padding: 5px 0;
	color: #333;
	font-size: 16px;
}

#CartWindow li .selectBox select {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	padding: 3px 0;
	width: 100%;
	filter: alpha(opacity=1);
	opacity: 0.01;
}

#CartWindow li .delBtn {
	position: relative;
	float: right;
	background-color: #999;
	border-bottom: 2px solid #666;
	padding: 5px 0 3px 10px;
	margin-top: 2px;
	width: 76px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

.tablet #CartWindow li .delBtn {
	position: absolute;
	right: 10px;
	bottom: 12px;
	width: 80px;
}

#CartWindow li .delBtn .ico {
	position: absolute;
	top: 8px;
	left: 12px;
}

#CartArea .scrollBar {
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	width: 8px;
	background-color: #d1e8d1;
	z-index: 50;
}

.tablet #CartArea .scrollBar {
	top: 3px;
	right: 3px;
	bottom: 3px;
}

#CartArea .scrollBar div {
	position: absolute;
	left: 2px;
	top: 7px;
	width: 4px;
	height: 100px;
	border-radius: 2px;
	background-color: #393;
}

#CartArea .btnArea {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 49px;
	border-top: 1px solid #393;
	padding: 10px 7px 0;
}

.tablet #CartArea .btnArea {
	height: 52px;
	padding: 8px 85px 0;
}

#AllDelBtn {
	float: left;
	width: 48%;
	background-color: #999;
	border-bottom: 2px solid #666;
	margin-top: 5px;
	padding: 8px 0 6px;
	text-align: center;
	font-weight: bold;
	letter-spacing: -1px;
	white-space: nowrap;
	cursor: pointer;
}

#AllDelBtn .tablet {
	display: none;
}

.tablet #AllDelBtn {
	position: relative;
	width: 47%;
	padding: 7px 0 5px 25px;
	box-sizing: border-box;
	font-size: 16px;
}

#AllDelBtn .ico {
	position: absolute;
	top: 8px;
	left: 18px;
	display: none;
}

.tablet #AllDelBtn .ico {
	display: block;
}

.tablet #AllDelBtn .sp {
	display: none;
}

.tablet #AllDelBtn .tablet {
	display: inline;
}

#AllDelBtn.disable {
	opacity: 0.5;
}

#AddCartBtn {
	position: relative;
	float: right;
	width: 48%;
	background-color: #393;
	border-bottom: 2px solid #666;
	padding: 13px 0 11px;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
	cursor: pointer;
}

.tablet #AddCartBtn {
	width: 47%;
	padding: 12px 0 10px 25px;
	box-sizing: border-box;
	font-size: 16px;
}

#AddCartBtn .ico {
	position: absolute;
	top: 12px;
	left: 18px;
	display: none;
}

.tablet #AddCartBtn .ico {
	display: block;
}

#AddCartBtn .empty {
	display: none;
}

#AddCartBtn.disable .normal {
	display: none;
}

#AddCartBtn.disable .empty {
	display: inline;
}


/* Alert
----------------------------------------- */

#Alert {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 260px;
	height: 30px;
	border: 4px solid #393;
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 0 0 10px 4px rgba(0,0,0,0.3);
	padding: 5px;
	text-align: center;
	font-size: 17px;
	color: #393;
	line-height: 30px;
	white-space: nowrap;
	display: none;
	font-weight: bold;
}

#Alert.error {
	width: 280px;
	border-color: #e00000;
	color: #e00000;
	font-size: 16px;
	letter-spacing: -1px;
}

.tablet #Alert {
	width: 300px;
	padding: 10px;
	font-size: 20px;
}

.tablet #Alert.error {
	width: 360px;
}


/* Loading
----------------------------------------- */

#Loading {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 200;
	display: none;
}

#LoadingInner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 47px;
	height: 47px;
	margin: auto;
}

#Loading img {
	-webkit-animation: loading 1.5s infinite linear;
	animation: loading 1.5s infinite linear;
}

@-webkit-keyframes loading {
	0%   { -webkit-transform: rotateZ(0deg); }
	100% { -webkit-transform: rotateZ(360deg); }
}
@keyframes loading {
	0%   { transform: rotateZ(0deg); }
	100% { transform: rotateZ(360deg); }
}
