@charset "utf-8";

/* font-family
------------------------------------------------------------------ */
body {
	font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}


/* .main-image-area
------------------------------------------------------------------ */
.tax_free .main-image-area .main-image {
	text-align: center;
	background: #fff;
	height: 150px;
	position: relative;
	overflow: hidden;
}
.tax_free .main-image-area .main-image img {
	height: 150px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

/* top
------------------------------------------------------------------ */
.top-attention-area .title img {
	width: 186px;
}
.top-main-navi-area .nav li:nth-of-type(1) a .label img {
	width: 113px;
}
.top-main-navi-area .nav li:nth-of-type(2) a .label img {
	width: 76px;
}
.top-main-navi-area .nav li:nth-of-type(3) a .label img {
	width: 37px;
}
.top-main-navi-area .nav li:nth-of-type(4) a .label img {
	width: 81px;
}
.top-payment-service a .text .title img {
	width: 250px;
}
.top-corporate-customers-area .title-area .title img {
	width: 174px;
}
.top-corporate-customers-area .link-area a:nth-of-type(1) .text .title img {
	width: 162px;
}
.top-corporate-customers-area .link-area a:nth-of-type(2) .text .title img {
	width: 218px;
}


/* .store_search
------------------------------------------------------------------ */
.store_search .titleB.large-icon:after {
	content: "large store";
}


.store-info .content a:link {
	color: #000;
	text-decoration: underline;
}
.store-info .content a:hover {
	text-decoration:none;
}