/* カスタマイズ用CSS */
button.ec-blockBtn--action {
    /*font-size:0;*/
}
button.ec-blockBtn--action:before {
    /*font-size:14px;
    content: "写真を選択";*/
}

.ec-layoutRole__header {
	background: #008dd0;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, rgba(255,255,255,0.2)),
			color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, rgba(255,255,255,0.2)),
			color-stop(.75, rgba(255,255,255,0.2)), color-stop(.75, transparent),
			to(transparent));
			-webkit-background-size: 25px 25px;
}
.ec-categoryNaviRole {
	background: #ec5c00;
	max-width: 100%;
}
.ec-itemNav__nav li>a {
	background: rgba(255,255,255,0);
	color: #fff;
}
.ec-itemNav__nav > li:hover > a {
	color: #00438a;
}
.ec-itemNav__nav li ul li a {
	background: #005fc5;
}
.ec-headerTitle .ec-headerTitle__title a {
	font-size: 13px;
	color: #fff;
}
.ec-headerNav .ec-headerNav__itemLink,
.ec-headerNav .ec-headerNav__itemIcon {
	color: #fff;
}
/* お届け先 変更ボタン */
.ec-orderDelivery .ec-orderDelivery__change button {
    background: #3373b7;
    margin-top: 0.5rem;
    color: #fff;
    border-radius: 0.5rem;
    border: none;
}
.ec-orderDelivery .ec-orderDelivery__change button:hover {
    opacity: 0.8;
}