@charset "utf-8";
/* -----------------------------------------
cart.css
一時カゴ用css
----------------------------------------- */


/* CartArea
----------------------------------------- */

#CartArea {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2000;
	display: none;
	color: #000;
}

#CartWindow {
	height: 100%;
	background-color: #fff;
}

.tablet #CartWindow ,.tablet #endArea{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 750px;
	max-width:100%;
	height: 80%;
	margin: auto;
	border-radius: 10px;
	overflow: hidden;
}

.ie8 #CartWindow {
	height: 700px;
}


#CartWindow .closeBtn {
	position: absolute;
	top: 0px;
	right: 23px;
	background-color: #fff;
	color: #999;
	cursor: pointer;
	font-size:25px;
	z-index:1000;
}
.tablet #CartWindow .closeBtn {
	top: 0px;
	right: 23px;
}

#CartWindow .itemArea {
	position: absolute;
	top: 32px;
	left: 0;
	right: 0;
	bottom: 60px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
	
}

.tablet #CartWindow .itemArea {
	top: 32px;
	bottom: 61px;
}

#CartWindow .scrollCartArea {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding:0 20px 0 20px;
}

.tablet #CartWindow .scrollCartArea {
	top: 3px;
	left: 3px;
	right: 13px;
	bottom: 3px;
}

#ErrorMsg p {
	padding: 15px 20px;
	line-height: 1.6;
	color: #FF1E22;
	font-size: 16px;
}


#CartWindow li {
	position: relative;
	padding: 10px 15px 15px;
	overflow: hidden;
	margin:5px 0 18px;
	background:#fff4e0;
	box-shadow:inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}

#CartWindow .itemList.Duplicate{
	background:#ffae91;
}

.ie8 #CartWindow li {
	border-bottom: 1px solid #ccc;
}

#CartWindow li.new {
	background-color: #fff3dc;
}

.tablet #CartWindow li {
	padding: 10px;
	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 {
	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;
	color:#000;
}

#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 .btnArea {
	position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
    height: 49px;
}

.tablet #CartArea .btnArea {
	height: 52px;
    left: 3px;
    right: 13px;
    bottom: 3px;
    margin:0 10px;
}

#AddCartBtn {
	position: relative;
	float: left;
	width: 25%;
	color:#fff;
	display:none;
	background-color: #fa7e74;
	padding: 13px 0 11px;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	font-size:16px;
	margin-left:5%;
	border-radius:10px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
	border-bottom:solid 2px #f76e62;
}
.cheked #AddCartBtn{
	display:block;
}
.cheked .nocheck{
	display:none;
}
.fix{
	display:none;
}
.cheked .fix{
	display:block;
}
.btnArea .endBtn{
	float: left;
	text-align:center;
	width: 25%;
	background:#d9d9d9;
	padding: 13px 0 11px;
	font-size:16px;
	margin-left:5%;
	border-radius:10px;
	border:1px solid #385d8a;
}
@media(max-width: 447px){
	.btnArea .endBtn{
		display: flex;
		flex-direction: column;
	    justify-content: center;
	    align-items: center;
	    padding:0;
	    height:46px;
	    font-size:14px;
    }
}
#CheckBtn{
	float: left;
	text-align:center;
	width: 25%;
	background:#d9d9d9;
	padding: 13px 0 11px;
	margin-left:5%;
	font-size:16px;
	border-radius:10px;
	border:1px solid #385d8a;
}

/* 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); }
}


.memberInfoArea{
	margin:0px 10px 23px;
}
.iineListArea{
	margin:0px 10px 15px;
}
.memberInfoArea h2{
	font-size:13px;
	margin-bottom:5px;
}
.memberInfoArea input{
	margin-bottom:5px;
}
#CartWindow .title{
	font-size:16px;
	margin:5px 0 10px;
	font-weight:bold;
    border: 1px solid #7FBF23;
    color: #fff;
    background: #7FBF23;
}
.iineListArea p{
	font-size:13px;
}
.itemList{
	border:2px solid #ffeac4;
	width:90%;
	border-radius: 10px;
}
.tablet .itemList{
	width:85%;
}
#CartArea .itemList p{
	margin:2px 0;
	padding:0;
	height:auto;
	min-height:auto;
	clear:both;
}
.tablet #CartArea .itemList p{
	clear:none;
}
.itemList p{
	margin:5px;
}
.itemList select{
	width:150px;
	margin:5px;
	margin-bottom:23px;
}
.itemList .btn{
	width:100px;
	padding:5px 0;
	margin:0 5px;
	color:#fff;
	float:left;
	text-align:center;
	border-radius:3px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}
.itemList .check{
	background:#4169e1;
	border-bottom: solid 2px #2a58e0;
}

.itemList .delete{
	background:#ff8c00;
	border-bottom: solid 2px #d17200
}
.itemList .colorArea{
	margin:5px 0;
	display:table;
}
.itemList input{
	vertical-align:middle
}
.itemList label {
  display: inline-block;
	margin-left:5px;
	margin-top:5px;
}

#endArea{
	display:none;
	position:absolute;
	top:30px;
}
#endArea p{
	font-size:14px;
	padding:20px 10px;
}
.tmbArea{
	position: relative;
    margin: 0 0 5px;
    background-color: #eee;
    float:left;
    height:165px;
    width: 230px;
    margin:5px 10px 10px 0;
}
.tmbArea img{
	position: absolute;
    top: 0;
    width: 50%;
}
.tmbArea .imgleft{
	left:0;
}
.tmbArea .imgright{
	right:0;
}
#endArea .endBtn{
	margin:0 auto;
	text-align:center;
	width:150px;
	background:#d9d9d9;
	padding:10px 0;
	margin-top:100px;
	border-radius:10px;
	border:1px solid #385d8a;
}
 
 
#endArea .wrap {
    display: flex;
    justify-content: center;
    height: 70%;
    overflow-y:scroll;
}
.scrollCartAreaInner ul{
	margin-left:10px;
}
.ui-dialog{
	z-index:10000 !important;
}
#deldialog .dialogBtnArea{
	margin:5px 0;
	text-align:center;
}
#deldialog .ok{
	margin-right: 5px;
}
#deldialog .cancel{
	margin-left:5px;
}
#deldialog .ok,#deldialog .cancel{
    width: 80px;
    height: 32px;
    text-align: center;
    line-height:32px;
    padding: 5px;
    border-radius: 10px;
    background:#d9d9d9;
    display:inline-block;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    border: 1px solid #385d8a;
}
