@charset "utf-8";
/* カートヘルプ ---------------------------------------*/
body#infoShoppingCart {
    width: 95%;
    margin: 0px auto 50px auto;
    font-size: 12px;
    position:relative;
}
body#infoShoppingCart div p a {
    display: block;
    width: 100%;
    background: #7cbd23;
    padding: 10px 0px;
    margin: 10px 0 0 0;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    position: fixed;
    bottom: 0;
    left:0;
}
body#infoShoppingCart h1 {
	border-bottom: 1px solid #00813e;
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-weight: bold;
    font-size: 18px;
}
body#infoShoppingCart h2 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: bold;
}
body#infoShoppingCart p {
	margin: 0 0 30px 0;
}

/* 住所変更注意文 ---------------------------------------*/
#checkoutShipping .floatingBox.important.forward,
#checkoutPayment .floatingBox.important.forward {
    font-weight: normal;
}
#checkoutShipping .floatingBox.important.forward em,
#checkoutPayment .floatingBox.important.forward em {
    font-weight: bold;
}
/*ボタン*/
#checkoutShipping #checkoutShipto .buttonRow a,
#checkoutShipping .buttonRow input {
    background: none;
    border: none;
}


/* まとめ買い ---------------------------------------*/
#shoppingCartDefault #matomegai {
    text-align: center;
    max-width: 700px;
    margin: 0px auto;
}
#shoppingCartDefault #matomegai img {
    width: 100%;
}

/* 注意書き ---------------------------------------*/
#cartInstructionsDisplay .attBox {
	max-width: 700px;
	margin: 0px auto;
}
#cartInstructionsDisplay .attBox h1 {
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    padding: 3px 0px;
    background: #DDE500;
}
#cartInstructionsDisplay .attBox div {
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
	border: 1px solid #DDE500;
}
#cartInstructionsDisplay .attBox div a {
	color: #ff0000;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}
#cartInstructionsDisplay .attBox div p {
	font-size: 1em;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #EF8E8E;
	background: #FFE8E8;
	margin-top: 5px;
}


/* TABLE ---------------------------------------*/
#shoppingCartDefault TR.tableHeading {
    background-color: #35840a;
    height: 40px;
    color: #fff;
}
#shoppingCartDefault .tableHeading TH {
    vertical-align: middle;
    border-left: 1px solid #2d7007;
    border-bottom: 1px solid #2d7007;
}
#shoppingCartDefault #cartContentsDisplay tr[class^="row"] {
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: none;
}

#shoppingCartDefault tr[class^="row"] td {
    border-left: 1px solid #ddd;
    padding: 5px;
    vertical-align: middle;
    width: 12%;
}
#shoppingCartDefault tr[class^="row"] td.cartProductImg { width: 85px; }
#shoppingCartDefault tr[class^="row"] td.cartProductDisplay { width: 45%; }
#shoppingCartDefault tr[class^="row"] td.cartRemoveItemDisplay {width: 30px;padding: 4px 0px;}



/* 商品名*/
#shoppingCartDefault td.cartProductDisplay a {
    display: block;
    text-decoration: none;
    color: #2b2b2b;
}
#shoppingCartDefault td.cartProductDisplay a span {
    font-weight: bold;
}
.cartAttribsList ul li {
    list-style: square;
    color: #666;
}
#shoppingCartDefault .cartAttribsList {
    margin-left: 35px;
}

/*商品画像*/
#shoppingCartDefault .cartProductImg img {
    width: 85px !important;
    height: 85px !important;
    border: 1px solid #ddd;
}

/*数量*/
#shoppingCartDefault tr[class^="row"] td.cartQuantity input {
    height: 16px;
    padding: 3px;
    text-align: center;
}


/*合計と情報更新 ---------------------------------------*/
#shoppingCartDefault #cartSubTotal {
    height: auto;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px 0px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
}
#shoppingCartDefault #cartSubTotal p {
    display: block;
}
#shoppingCartDefault #cartSubTotal p
 span {
    display: block;
    font-size: 1em;
    color: #ff0000;

}
#shoppingCartDefault #cartSubTotal p.updateB {
    /* margin-left: 310px; */
    text-align: center;
}

#shoppingCartDefault #cartSubTotal p.updateB .upBtn {
    width: 200px;
    padding: 10px;
    background: #f54b08;
    border: 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}

#shoppingCartDefault #cartSubTotal p.total {
    font-size: 20px;
    padding-right: 20px;
}



/*更新ボタンの画像を非表示*/
#shoppingCartDefault #cartSubTotal p.updateB input[type="image"] { display: none; }



/* 操作ボタン ---------------------------------------*/
#shoppingCartDefault .cartBtn,
[id^="checkout"] .cartBtn {
	width: 100%;
	margin: 0px auto;
	text-align: center;
}
#shoppingCartDefault .cartBtn p,
#shoppingCartDefault .cartBtn div.buttonRow,
[id^="checkout"] .cartBtn p,
[id^="checkout"] .cartBtn div.buttonRow {
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
}
#shoppingCartDefault .cartBtn p,
[id^="checkout"] .cartBtn p {
	width: 100%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #228b22), color-stop(0.00, #28a328));
	background: -webkit-linear-gradient(#28a328, #228b22);
	background: -moz-linear-gradient(#28a328, #228b22);
	background: -o-linear-gradient(#28a328, #228b22);
	background: -ms-linear-gradient(#28a328, #228b22);
	background: linear-gradient(#28a328, #228b22);
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	/*box-shadow: 0px 0px 5px #ddd;*/
	text-align: right;
	margin: 0 0 10px 0;
	padding: 8px 0px;
}
#shoppingCartDefault .cartBtn p a{
	width: 100%;
	display: block;
}
#shoppingCartDefault .cartBtn div.buttonRow,
[id^="checkout"] .cartBtn div.buttonRow {
	display: inline-block;
	width: 240px;
    max-width: 48%;
	text-align: center;
	margin-top: 10px;
	background: #f39800;
	border-radius: 3px;
	padding: 10px 0px;
	margin-bottom: 10px !important;
}
[id^="checkout"] .cartBtn div.buttonRow {
	width: 300px;
	margin: 10px auto 0px auto !important;
	float: none;
    padding: 0;
}
#shoppingCartDefault .cartBtn p:hover,
#shoppingCartDefault .cartBtn div.buttonRow:hover ,
[id^="checkout"] .cartBtn p:hover,
[id^="checkout"] .cartBtn div.buttonRow:hover {
	opacity:0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	zoom:1;
}
/*打消し*/
.buttonRow.forward.none.none input,
.buttonRow.forward.none a,
.buttonRow.back.none a {
    background: none;
    border: none;
    padding: 0;
}
.buttonRow.forward.none.none input {
    margin: 0px auto;
}

/* お支払い方法 ---------------------------------------*/
fieldset.accCOpayment .important {
    /* font-weight: normal; */
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    margin-bottom: 10px;
    background: #7dbd23;
    color: #fff;
}

fieldset.accCOpayment .ccinfoTitle {
    font-size: 15px;
    /* border-bottom: 1px solid #ddd; */
    font-weight: bold;
}
fieldset.accCOpayment .ccinfo {
    width: 94%;
    margin: 0px 0 0 auto;
    border: 1px solid #ddd;
}
fieldset.accCOpayment .ccinfo p {
    border-bottom: 1px solid #ddd;
    display: table;
    width: 100%;
}
fieldset.accCOpayment .ccinfo p label, fieldset.accCOpayment .ccinfo p label + span{
    display: table-cell;
    display: table-cell;
    vertical-align: middle;
}
fieldset.accCOpayment .ccinfo p label {
    margin: 0 10px 10px 0;
    width: 300px;
    background: #fff;
    border-right: 1px solid #ddd;
}
fieldset.accCOpayment .ccinfo p label + span {
	padding: 10px 0px 10px 15px;
}

/*
.buttonRow.forward.f_right {
    margin-right: 120px;
}

.buttonRow.back.f_left {
    margin-left: 120px;
}
*/



@media only screen and (max-width: 769px){

    fieldset.accCOpayment .ccinfo p label {
    margin: 0 10px 10px 0;
    width: 120px;
    background: #fff;
    border-right: 1px solid #ddd;
}





/* 送料計算 ---------------------------------------*/
#shippingEstimatorContent { font-size: 12px; }
#shippingEstimatorContent h2 { text-align: center; background: #66cc00; font-size: 20px; padding: 5px 0px; margin-bottom: 10px; }
#shippingEstimatorContent .cartTotalsDisplay.important { font-size: 15px; border-bottom:1px solid #ddd; margin-bottom: 10px; }

#shippingEstimatorContent select { padding: 5px; }
#shippingEstimatorContent .popSeAdd { text-align: center; }


#shippingEstimatorContent address p { margin-bottom: 5px; }
#shippingEstimatorContent address p:before {
    content:"";
    display: inline-block;
    background: #ddd;
    padding: 5px;
    margin-right: 10px;
    width: 60px;
    vertical-align: middle;
}

#shippingEstimatorContent address p:first-of-type:before { content:"団体名"; }
#shippingEstimatorContent address p:nth-of-type(2):before { content:"氏名"; }
#shippingEstimatorContent address p:nth-of-type(3):before { content:"フリガナ"; }
#shippingEstimatorContent address p:nth-of-type(4):before { content:"〒"; }
#shippingEstimatorContent address p:nth-of-type(5):before { content:"住所"; }
#shippingEstimatorContent address p:nth-of-type(6):before { background: #fff; }
#shippingEstimatorContent address p:nth-of-type(7):before { background: #fff; }
#shippingEstimatorContent address p:nth-of-type(8):before { background: #fff; }
#shippingEstimatorContent address p:nth-of-type(9):before { content:"電話番号"; }
#shippingEstimatorContent address p:last-of-type:before { content:"携帯番号"; }


#shippingEstimatorContent address p:nth-of-type(2),
#shippingEstimatorContent address p:nth-of-type(3),
#shippingEstimatorContent address p:nth-of-type(5),
#shippingEstimatorContent address p:nth-of-type(6),
#shippingEstimatorContent address p:nth-of-type(7),
#shippingEstimatorContent address p:nth-of-type(8) {
    display: inline-block;
    /* width: 110px; */
}
#shippingEstimatorContent address p:nth-of-type(2) { margin-right: 10px;}

#shippingEstimatorContent address p:nth-of-type(6):before,
#shippingEstimatorContent address p:nth-of-type(7):before,
#shippingEstimatorContent address p:nth-of-type(8):before {
    display: none;
}

#shippingEstimatorContent table,
#shippingEstimatorContent th,
#shippingEstimatorContent td {
    border: 1px solid #ddd;
}

#shippingEstimatorContent th {
    height: 30px;
    vertical-align: middle;
    font-size: 15px;
    font-weight: bold;
}

#shippingEstimatorContent td {
    padding: 5px;
    font-weight: normal;
    text-align: center;
}

#productDescription, .shippingEstimatorWrapper > p {
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
    background: #fff;
    font-size: 12px;
    padding: 10px 0px;
    left: 0;
    border-top: 1px solid #ddd;
}


/* STERP画像 ---------------------------------------*/
p.cartStepImg {
    text-align: center;
    margin-bottom: 10px;
}




/* 購入画面最終確認 / 注文情報 ---------------------------------------*/
#accountHistInfo .block,
#checkoutConfirmDefault .block {
    border: 1px solid #ddd;
    overflow: hidden;
}
#accountHistInfo .block h4 + div,
#checkoutConfirmDefault .block h4,
#checkoutConfirmDefault .block .important {
    width: 95%;
    margin: 0px auto;
}
#accountHistInfo .block h4,
#checkoutConfirmDefault .block h3 {
    background: #008842;
    color: #fff;
    text-align: center;
    padding: 2px 0px;
    margin-bottom: 5px;
}

#checkoutConfirmDefault .block h4 {
    font-weight: bold;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
}
#checkoutConfirmDefault .block .important .back:last-of-child {
    font-weight: bold;
}


[id^="myAccount"] h3 {
    text-align: center;
    border-bottom: 1px solid #008842;
    padding: 5px 0;
    margin-bottom: 5px;
    font-weight: bold;
}





/* 注文確定ありがとうページ ---------------------------------------*/
#checkoutSuccess [id^="checkoutSuccess"] {
    margin: 0 0 10px 0px;
}
#checkoutSuccess [id^="checkoutSuccess"] a {
    color: #ff0000;
    font-weight: bold;
    text-decoration: underline;
}

h3#checkoutSuccessThanks {
    font-size: 20px;
    margin: 20px 0 0 0;
}
#checkoutSuccessOrderNumber {
    font-size: 15px;
}
#checkoutSuccess .csTxt {
    font-size: 15px;
}
#checkoutSuccess .csTxt p {
    margin: 5px 0px;
    font-size: 12px;
    color: #ff0000;
}
fieldset#csNotifications input {
    display: inline-block;
}


@media screen and (max-width: 1055px) {
	#shoppingCartDefault #matomegai {
		width: 100%;
	}
}