#cartWrap {
	display: none;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1000;
	background-color: #3E3A39;
	opacity: 0.9;
	margin: 0;
}

div#cartContainer {
	/*display: none;*/
	/*height: 100%;*/
	opacity: 0;
	width: 1006px;
	margin: 0 auto;
	position: absolute;
	top: 96px;
	right: 0;
	z-index: 1000;
	/*background-color: blue;*/
	overflow: hidden;
}

#cartBoxWrap {
	width: 1005px;
	height: 100%;
	float: right;
	overflow: hidden;

	background-color: rgb(248, 248, 248);
	position: relative;
}

.cartBox {
	width: 335px;
	height: 100%;
	background-color: #fff;
	float: left;
	/*position: relative;*/
}

a.cartInvoiceLink {
	text-decoration: none;
}

#boxSecondWrap {
	display: none;
	position: absolute;
	width: 100%;
	height:  100%;
	background-color: #3E3A39;
	opacity: 0.5;
	z-index: 10;
}

#boxThridWrap {
	display: none;
	position: absolute;
	width: 100%;
	height:  100%;
	background-color: #3E3A39;
	opacity: 0.5;
	z-index: 10;
}

#boxThridWrapDark {
	display: none;
	position: absolute;
	width: 100%;
	height:  100%;
	background-color: #3E3A39;
	opacity: 0.75;
	z-index: 10;
}

.cartBoxContainer {
	/*display: none;*/
	padding: 15px 18px 14px;
}


.cartTitle {
	overflow: hidden;
}

.cartTitleIcon {
	width: 45px;
	float: left;
}

.cartTitleText {
	width: 240px;
	float: right;
	font-size: 14.58px;
	font-weight: bold;
	color: #FFA726;
	margin-top: 16px;
}

.cartTitleText.b2, .cartTitleText.b3 {
	color: #B7B8B9;
}

.cartOptionPetTeaNone{
	color:red; 
	font-size:10px;
}

.cartOptionPackTeaNone{
	color:red; 
	font-size:10px;
}

.teaNumberAlert span{
	color:red;
}

#boxFirst {
}

#boxSecond {

}

#boxThrid {

}

.cartSubmit {
	width: 100%;
	text-align: center;
	background-color: #f53b46;
	font-size: 18px;
	padding: 10px 0;
}

.cartSubmit:hover {
	cursor: pointer;
/*	opacity: 0.8;
	transition-duration: 0.7s;
    transition-timing-function: ease;*/
}

/*buttonEstimate*/
#cartContainer .buttonEstimate {
    width: 210px;
    border-radius: 52px;
    text-align: center;
    font-size: 13.1px;
    font-weight: bold;
    /*color: #ffffff;*/
    margin: 27px auto 18px auto;
    padding: 19px 0;
    background: #e6e6e8;
    cursor: pointer;
}

/*******************************************************/
/*boxFirst*/

.cLBox {
	margin: 16px 0;
}

.cL {
}

.cLContent {
	position: relative;
	overflow: hidden;
	background-color: #E6E6E6;
	padding: 7px 7px 7px 9px;
	margin: 15px 0;
}

.cLContentWrap {
	position: absolute;
	top: 0;
	right: 0;
	width: 299px;
	height: 78px;
	text-align: center;
	line-height: 120%;
	background-color: rgba( 255,255,255,0.6);
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	z-index: 10;
}

.cLContentWrap:hover {
	cursor: pointer;
}

.cLContentWrapText {
	height: 78px;
	width: 299px;
	display: table-cell;
	vertical-align: middle;
	font-size: 15px;
	font-weight: bold;
	color: #f53a42;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}

.cLContentBox {
	overflow: hidden;
}

.cLContent img {
	float: left;
	width: 86px;
	height: 64px;
	object-fit: cover;
}

.cLText {
	float: right;
	width: 189px;
	overflow: hidden;
}

.cLTextLeft {
	float: left;
	width: 142px;
}

.cLTextLeftTenant {
	font-size: 7px;
	margin: 0px 0 2px 0;
	line-height: 100%;
	letter-spacing: -0.02em;
}

.cLTextLeftBento {
	font-size: 10.11px;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: -0.02em;
	min-height: 28px;
	margin-bottom: 8px;
	overflow: hidden;
}

.cLTextLeftPrice {
	font-size: 11.8px;
	font-weight: bold;
	letter-spacing: -0.02em;
}

.cLTextR {
	float: right;
	width: 43px;
	overflow: hidden;
}

.cLTextRDelete {
	width: 32px;
	float: right;
	font-size: 8.43px;
	text-align: center;
	border: 1px solid #8D8D8E;
	position: relative;
	z-index: 100;
}

.cLTextRDelete:hover {
	cursor: pointer;
	opacity: 0.8;
}

.cLTextRInput {
	float: right;
	width: 43px;
	overflow: hidden;
	margin-top: 24px;
}

.cLTextRInputNumber {
	float: left;
	width: 24px;
	padding: 2px;
	background-color: #ffffff;
	font-weight: bold;
	font-size: 11.8px;
	text-align: center;
}

.cLTextRInputCounter {
	float: right;
	width: 15px;
	height: 19px;
	background-image: url('/img/new/cartContentCount.png');
	background-size: 8px 15px;
	background-position: 6px 2px;
	background-repeat: no-repeat;
	position: relative;
}

.cLTextRInputCounterTop {
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	right: 0;
}

.cLTextRInputCounterBottom {
	width: 10px;
	height: 10px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.cLTextRInputCounterTop:hover, .cLTextRInputCounterBottom:hover {
	background-color: rgba(255, 255, 255, 0.5);
	cursor: pointer;
}

.scrollInnner {
}

.cartScrollContentsWrap {
}

.cartScrollContents {
	width: 241px;
	background-color: #FFFFFF;
	padding: 11px 11px;
}

.cartOptionBox {
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px solid #3e3a39;
	padding-top: 10px;
}

.cartOptionBox:first-child {
	padding-top: 0;
}

.cartOptionBox:last-child {
	border: none;
}



.cartOptionThumbnail {
	float: left;
	width: 88px;
	height: 64px;
}

.cOT {
	float: right;
	width: 150px;
	height: 39px;
	font-weight: bold;
}

.cOT1 {
	height: 18px;
}
.cOT2 {
	line-height:  110%;
	height: 19px;
}

.cOTBottom {
	height: 27px;
	overflow: hidden;
}

.cOTBottomLeft {
	float: left;
	width: 83px;
	font-size: 11.8px;
	letter-spacing: -0.007em;
	margin-top: 13px;
}

.cOTBottomRight {
	width: 65px;
	height: 27px;
	overflow: hidden;
	position: relative;
}

form.cartOption {
	overflow: hidden;
	position: relative;
	height: 27px;
}

.cOTBottomRight .optionCount {
	float: left;
	width: 27px;
	padding-right: 10px;
	text-align: center;
	border: 1px solid #8d8d8e;
	/*border-right: none;*/
	font-size: 11.8px;
	margin-top: 9px;
	height: 16px;
	letter-spacing: -0.06em;
}

.cartOption .ui-spinner-up {
	right: 27px;
	top: 7px;
}

.cartOption .ui-spinner-down {
	right: 27px;
	bottom: -3px;
}

.cartOption .ui-icon {
	font-size: 9px;
 }

.cOTBottomRight img {
	position: absolute;
	top: 0px;
	right: 1px;
	width: 27px;
    display: none;
}

.cOTBottomRight .unit {
    position: absolute;
    top: 13px;
    right: -6px;
    width: 27px;
    font-size: 11.8px;
}

.sumBox {
	margin: 19px auto 10px;
	width: 261px;
	padding-left: 3px;
	font-size: 14.57px;
	font-weight: bold;
	line-height: 120%;
}

.obentoSum {
	overflow: hidden;
	margin: 19px 0 5px;
}

.obentoSumLeft {
	float: left;
	width: 40%;
}

.obentoSumRight {
	float: right;
	width: 60%;
	text-align: right;
}

.deliverTea {
	overflow: hidden;
	margin: 5px 0 5px;
}

.deliverTeaLeft {
	float: left;
	width: 60%;
}

.deliverTeaRight {
	float: right;
	width: 40%;
	text-align: right;
}

.deliverSum {
	overflow: hidden;
	padding-bottom: 11px;
	border-bottom: 1px solid #000000;
}

.deliverSumLeft {
	float: left;
	width: 40%;
}

.deliverSumRight {
	float: right;
	width: 60%;
	text-align: right;
	color: #FFA726;
}

.allSum {
	overflow: hidden;
	margin: 10px 0 10px;
	line-height: 120%;
}

.allSumLeft {
	float: left;
	width: 40%;
	margin-top: 5px;
}

.allSumRight {
	float: right;
	width: 60%;
	text-align: right;
	font-size: 19.77px;
	font-weight: bold;
	color: #f53a42;
	line-height: 120%;
}

.sumBoxArea {
	font-size: 12.49px;
	font-weight: normal;
	margin: 14px 0 6px;
	letter-spacing: -0.01em;
}

.sumBoxBottom {
	margin: 6px 0 10px;
	letter-spacing: -0.01em;
}


.deliverDetail {
	font-size: 10.11px;
	margin-top: 25px;
	border: 1px solid #000000;
}

.deliverDetailTitle {
	font-size: 12.1px;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 9px;
}

.deliverDetailTenant {
	margin: 7px;
}

.deliverDetailTenantBox {
	margin-bottom: 5px;
}

.deliverDetailTenantName{
	text-decoration: underline;
	font-size: 11.1px;
	margin-left: 6px;
	margin-bottom: 3px;
	margin-top: 10px;
}

.deliverDetailTenantSum {
	margin: 0 0 0 5px;
	overflow: hidden;
}

.deliverDetailTenantSumText {
	float: left;
	width: 160px;
	font-size: 10px;
	color: #FFA726;
	text-align:right;
}

.deliverDetailTenantSumNumber {
	float: right;
	text-align: right;
	width: 80px;
	font-size: 15px;
	color: #FFA726;
}


.cartSubmit {
	font-size: 18.18px;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
	padding: 25px 0;
	text-align: left;
	letter-spacing: -0.01em;
}

.cartSubmit#submitFirst {
	padding-left: 78px;
	width: 258px;
}

.cartSubmitError {
	font-size: 14px;
	font-weight: bold;
	color: #f53a42;
	padding: 18px 18px;
	line-height: 140%;
	letter-spacing: -0.05em;
}

/*縦スクロール*/
#cartScrollBox {
	padding: 0 1px 19px 19px;
	background-color: #FFA726;
}

.cartScrollBoxTitle {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 8px 15px 8px 0;
}

#scroll {
	position: relative;
	width: 278px;
	height: 183px;
	overflow: hidden;
}

.scrollInner {
}

#scroll .scrollbar {
	position: absolute;
	top: 0;
	right: 0;
	height: 183px;
	width: 13px;
	z-index: 1;
}

#scroll .scrollbar .track {
	position: absolute;
	top: 2px;
	left: 0;
	background: #FFFFFF;
	height: 179px;
	width: 13px;
	z-index: 2;
	border-radius: 10px;
}

#scroll .scrollbar .track .thumb {
	position: absolute;
	top: 0;
	left: 0;
	background: #FFA726;
	width: 9px;
	z-index: 3;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
	border-radius: 10px;
	margin: 0 2px;
}

#scroll .scrollbar .up {
	position: absolute;
	top: 0;
	left: 0;
	width: 13px;
	height: 10px;
	background: #FFFFFF;
	z-index: 2;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
	border-radius: 10px;
}

#scroll .scrollbar .down {
	position: absolute;
	left: 0;
	width: 13px;
	height: 10px;
	background: #FFFFFF;
	z-index: 1;
	cursor: pointer;
	top: 173px;
	font-size: 0;
	line-height: 0;
	border-radius: 10px;
}

.cartClose {
	text-align: center;
	font-size: 13.1px;
	font-weight: bold;
	margin: 37px 0 40px;
	cursor: pointer;
}

/*******************************************************/
/*boxSecond*/
.deliveryInfo {
	width: 268px;
	margin-top: 25px;
	margin-bottom: 40px;
	margin-left: 19px;
	font-size: 12.6px;
}

.deliveryList {
	overflow: hidden;
	margin: 15px 0;
	/*display: none;*/
}

.login .deliveryList {
	display: none;
}

.deliveryListText {
	float: left;
	width: 54px;
	margin-top: 10px;
}

.deliveryListInput {
	float: right;
	font-weight: bold;
	width: 197px;
	height: 31px;
}

.deliveryListInput select {
	width: 172px;
	height: 31px;
	padding-left: 5px;
	padding-right: 20px;
	background-color: transparent;
	/*background-image: none;*/
	background-image: url("/img/new/deliverListBg.png");
	background-size: 197px 31px;
	background-repeat: no-repeat;
}

.login .deliveryArea {
	display: none;
 }

.deliveryAreaText {
	display: inline-block;
	margin-right: 17px;
}

.deliveryAreaInput {
	display: inline-block;
}

.deliveryZipcode {
	overflow: hidden;
	margin-top: 15px;
}

.deliveryZipcodeText {
	float: left;
	width: 60px;
	margin-top: 10px;
}

input.deliveryZipcodeInput {
	float: right;
	font-weight: bold;
	width: 193px;
	padding: 5px;
	border: 1px solid #8e8e8d;
}

.deliveryAddress {
	overflow: hidden;
	margin-top: 15px;
}

.deliveryAddressText {
	float: left;
	width: 50px;
	margin-top: 10px;
}

input.deliveryAddressInput {
	float: right;
	font-weight: bold;
	width: 203px;
	padding: 5px;
	border: 1px solid #8e8e8d;
}
::-webkit-input-placeholder{
	color:#ccc;
}
:-ms-input-placeholder{
	color:#ccc;
}
::-moz-input-placeholder{
	color:#ccc;
}

.deliveryBuilding {
	overflow: hidden;
	margin-top: 18px;
}

.deliveryBuildingText {
	float: left;
	width: 50px;
	margin-top: 10px;
}

input.deliveryBuildingInput {
	float: right;
	font-weight: bold;
	width: 203px;
	padding: 5px;
	border: 1px solid #8e8e8d;
}
::-webkit-input-placeholder{
	color:#ccc;
}
:-ms-input-placeholder{
	color:#ccc;
}
::-moz-input-placeholder{
	color:#ccc;
}

.deliveryCampany {
	overflow: hidden;
	margin-top: 18px;
}

.deliveryCampanyText {
	float: left;
	width: 50px;
	margin-top: 10px;
}

input.deliveryCampanyInput {
	float: right;
	font-weight: bold;
	width: 203px;
	padding: 5px;
	border: 1px solid #8e8e8d;
}

.deliveryCharge {
	overflow: hidden;
	margin-top: 17px;
}

.deliveryChargeText {
	float: left;
	width: 110px;
	margin-top: 10px;
}

input.deliveryChargeInput {
	float: right;
	font-weight: bold;
	width: 143px;
	padding: 5px;
	border: 1px solid #8e8e8d;
}

.deliveryMail {
	overflow: hidden;
	margin-top: 17px;
}

.deliveryMailText {
	float: left;
	width: 110px;
	margin-top: 10px;
}

div.deliveryMailInput {
	margin-top: 10px;
	float: right;
	width: 158px;
	text-align: right;
	word-wrap: break-word;
}

input.deliveryMailInput {

	float: right;
	font-weight: bold;
	width: 143px;
	padding: 5px;
	border: 1px solid #8e8e8d;
}

.deliveryTel {
	overflow: hidden;
	margin-top: 18px;
}

.deliveryTelText {
	float: left;
	width: 135px;
	margin-top: 10px;
}

input.deliveryTelInput {
	float: right;
	font-weight: bold;
	width: 117px;
	padding: 5px;
	border: 1px solid #8e8e8d;
}

.deliveryDate {
	overflow: hidden;
	margin-top: 16px;
}

.deliveryDateText {
	float: left;
	width: 100%;
	margin-top: 10px;
}


.deliveryDateInput {
	/*float: right;*/
	font-size:14px;
	font-weight:bold;
	width: 100%;
	margin-top: 40px;
	text-align: right;
}

.deliveryDateInputDay {
	/*display: inline-block;*/
	float:right;
}

.deliveryDateInputTime {
	/*display: inline-block;*/
	float:right;
	padding-left:10px;
}

/*.deliveryDateInput {
	display: inline-block;
	position: relative;
	margin-top: 10px;
	float:right;
}*/
/*
.deliveryDateInput select {
	font-weight: bold;
	width: 79px;
	padding: 6px 5px 2px 7px;
	border: 1px solid #8e8e8d;
	border-radius: 3px;
}
*/
/*.deliveryDateInput {
	display: inline-block;
	font-weight: bold;
	width: 79px;
	padding: 10px 5px 5px 10px;
	border: 1px solid #8e8e8d;
	border-radius: 3px;
	position: relative
}*/

/*.deliveryDayButtonBox, .deliveryTimeButtonBox {
	position: absolute;
	background-image: url('/img/new/cartDateCount.png');
	background-size: 6px 11px;
	background-repeat: no-repeat;
	width: 6px;
	height: 11px;
	right: 9px;
	top: 10px;
}

.deliveryDayButtonTop, .deliveryTimeButtonTop{
	position: absolute;
	width: 10px;
	height: 9px;
	right: -2px;
	top: -3px;
}

.deliveryDayButtonBottom, .deliveryTimeButtonBottom {
	position: absolute;
	width: 10px;
	height: 9px;
	right: -2px;
	top: 5px;
}*/

.deliveryRequestTitle {
	font-size: 16.2px;
	font-weight: bold;
	letter-spacing: -0.01em;
	margin-top: 31px;
}

.deliveryRequestRadio {
	margin-top: 17px;
	font-size: 12.6px;
}

.deliveryRequestRadioText {
	padding-right: 17px;
}

.deliveryRequestTextArea {
	margin-top: 10px;
	height: 81px;
	width: 266px;
	font-size: 12.6px;
}

.deliveryRequestConfTitle {
	font-weight: bold;
	font-size: 16.2px;
	margin-top: 23px;
	letter-spacing: -0.001em;
}

.deliveryRequestConf {
	margin-top: 14px;
	position: relative;
}

.deliveryRequestConf:hover {
	cursor: pointer;
}

.deliveryRequestConf #returnTelOff {
	float: left;
	width: 16px;
	height: 16px;
}

.deliveryRequestConf #returnTelOn {
	display: none;
	position: absolute;
	width: 15px;
	height: 15px;
	left: 1px;
	bottom:  -11px;
}

.deliveryRequestConfText {
	float: right;
	width: 249px;
	letter-spacing: -0.02em;
	font-size: 10.6px;
}

#submitSecond {
	padding-left: 92px;
	width: 243px;
	background-color: #8e8e8e;
}

.cartPopChargeEB,
.cartPopMailEB,
.cartPopTelEB,
.cartPopDateEB{
	display: inline-block;
	margin-top: 3px;
}

.areaPopEB{
	display: inline-block;
	margin-top: 3px;
	font-size:10px;
}


/*******************************************************/
/*boxThrid*/
.payInfo {
	width: 240px;
	margin-top: 26px;
	margin-left: 22px;
	height: 353px;
	font-size: 14.14px;
}

.payPlanChange {
}

.payPlanChangeText {
	padding-left: 7px;
	letter-spacing: -0.01em;
}

.payPlanSeikyu {
	margin-top: 14px;
}

.payPlanSeikyuText {
	padding-left: 7px;
	letter-spacing: -0.01em;
}

.payPlanCredit {
	margin-top: 14px;
}

.payPlanCreditText {
	padding-left: 7px;
	letter-spacing: -0.01em;
}

.payAnnotation {
	margin-top: 7px;
	padding-left: 27px;
	font-size: 12px;
	color: #ffa726;
	letter-spacing: -0.01em;
}

.payDocumentTitle {
	font-size: 16.2px;
	font-weight: bold;
	margin-top: 28px;
	letter-spacing: -0.01em;
}

.payDocument {
	margin-top: 16px;
}

.payDocumentSame {
	margin-top: 16px;
}

.payDocumentSameText {
	padding: 7px;
}

.payDocumentNo {
	margin-top: 16px;
}

.payDocumentNoText {
	padding: 7px;
}
.payDocumentYes {
	margin-top: 16px;
}

.payDocumentYesText {
	padding: 7px;
}

.payDocumentName {
	margin-top: 13px;
}

.payDocumentNameTitle {
	font-size: 10.1px;
}

input.payDocumentNameInput {
	margin-top: 8px;
	font-weight: bold;
	width: 203px;
	padding: 5px 5px 4px;
	border: 1px solid #8e8e8d;
}

.payDocumentProvisoTitle {
	font-size: 10.1px;
	margin-top: 12px;
}

input.payDocumentProvisoInput {
	margin-top: 8px;
	font-weight: bold;
	width: 203px;
	padding: 5px 5px 4px;
	border: 1px solid #8e8e8d;
}

#submitThrid {
	padding-left: 142px;
	width: 193px;
	font-size: 25px;
	background-color: #8e8e8e;
}

