/* カスタマイズ用CSS */
.ec-headerNaviRole {
	background-color: #ccc;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem !important;
	max-width: 100%;
}
.ec-layoutRole__header {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem !important;
	max-width: 100%;
	background-color: #52afff;
	padding: 0.5rem !important;
}
.ec-headerRole {
	padding: 0;
	max-width: 100% !important;
}
.ec-headerTitle .ec-headerTitle__title a {
	margin-bottom: 0;
	color: white !important;
	font-family: sans-serif;
}
.ec-headerTitle .ec-headerTitle__title h1 {
	text-align: left;
}
.ec-layoutRole__header {
}
.ec-role {
	margin-top: 4rem;
}
.ec-pageHeader h1 {
	text-align: center;
	padding: 2rem !important;
	border-bottom: 0;
	margin: 0;
	color: #52afff;
}
.ec-icon {
	/*display: none;*/
}
.ec-login {
	padding-top: 4rem;
	border-radius: 1rem;
}
.ec-navlistRole .ec-navlistRole__navlist,
.ec-navlistRole .ec-navlistRole__item {
	background-color: white;
	border: 0;
	border-bottom: 2px solid #f2f2f2 !important;
}
.ec-navlistRole .active {
	background-color: #f2f2f2;
}
.ec-navlistRole .active a {
	margin: 1rem;
	color: black;
	border-radius: 0.5rem;
	font-size: 1.2rem;
}
.ec-navlistRole .ec-navlistRole__item a {
	padding: 4px;
}
.ec-historyListHeader {
	padding: 2rem;
	border: 1px solid #f2f2f2;
	border-radius: 0.5rem;	
}
.ec-inlineBtn {
	background-color: #52afff;
	color: white;
	border: 0;
	border-radius: 0.5rem;	
}
.ec-historyRole .ec-historyRole__contents {
	border: 0;
	background-color: #fafafa;
	margin-top: 1rem;
	padding-right: 2rem;
}
.ec-borderedList {
	border-top: 0 !important;
	margin-top: 1rem;
}
.ec-rectHeading h2 {
	background-color: #52afff;
	color: white;
	padding: 1rem;
}
.dl_table .r {
	background-color: #fafafa;
	padding: 1.2rem;
}
#shopping_order_message {
	height: auto;
}
.ec-totalBox {
	background-color: white;
	padding: 2rem;
	border: 1px solid #666;
	border-radius: 0.25rem;
}
.t {
	background-color: #666;
	color: white;
	font-size: 1.2rem;
	font-weight: bold;
	margin: 2rem 0 0;
	padding: 1rem;
	text-align: center;
	border-radius: 1rem 1rem 0 0 ;
}
.ec-totalBox .ec-totalBox__spec dt, .ec-totalBox__specTotal, .ec-totalBox .ec-totalBox__spec dd {
	font-size: 1.2rem;
}
.ec-totalBox__specTotal, .ec-totalBox .ec-totalBox__spec dd {
	font-weight: bold;
}
.ec-totalBox .ec-totalBox__taxRate dt::before,
.ec-totalBox .ec-totalBox__taxRate dd::after {
	content: '';
}
.ec-totalBox__taxRate {
	margin-bottom: 0 !important;
}
.ec-totalBox__btn {
	margin-top: 2rem;
}
.ec-totalBox__paymentTotal .ec-totalBox__price, .ec-totalBox__paymentTotal .ec-totalBox__taxLabel {
	color: #52afff !important;
}
.ec-totalBox__paymentTotal .ec-totalBox__price {
	font-size: 2rem;
}
.ec-select select {
	background-color: white;
	padding: 8px 16px;
}
.ec-progress .ec-progress__number {
	border-radius: 25%;
	background-color: #ccc;
}
.ec-progress .ec-progress__item:after {
	background-color: #ccc;
}
.ec-progress .is-complete .ec-progress__number {
	background-color: deepskyblue;
}
.ec-progress .is-complete .ec-progress__label {
	color: deepskyblue;
}
.ec-blockBtn--action, .ec-blockBtn--action {
	background-color: crimson !important;
	border-radius: 10px !important;
}
.ec-blockBtn--cancel {
	background-color: #666 !important;
	border-radius: 10px !important;
	border: 0;
}

@media only screen and (min-width: 768px) {
	.ec-historyRole .ec-historyRole__header {
		width: 30%;
	}
	.ec-historyRole .ec-historyRole__detail {
        width: 60%;
    }
    .ec-borderedDefs dt {
        padding-top: 8px;
    }
    .ec-shelfGrid .ec-shelfGrid__item {
        padding: 0 16px;
        width: 20%;
    }
    .ec-shelfGrid .ec-shelfGrid__item {
        padding: 0 24px !important;
    }
    .ec-cartRole .ec-cartRole__actions {
		margin-left: 10%;
		margin-right: 10%;
    }
}

