@charset "UTF-8";

#fixed_banner {
	display: none;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: fixed;
	width: 100%;
	z-index: 99;
}

#fixed_banner img {
	height: auto;
	width: 100%;
}

.top_fixed_banner {
	top: 0;
}

.bottom_fixed_banner img {
	position: fixed;
	bottom: 0;
}

/* lazy load
----------------------------------------------- */
.fade {
	animation-name: fade;
	animation-duration: 1s;
}

@keyframes fade {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* footer
----------------------------------------------- */
footer {
	font-size: 12px;
	padding: 0;
	line-height: 1.5em;
	text-align: center;
}

/* amazon pay button fix
----------------------------- */
#amazonPayButtonDiv #AmazonPayButton .amazonpay-button-inner-image{
	width:auto;
	margin:auto;
}

/* yahoo ad fix
----------------------------- */
img[src^="https://b90.yahoo.co.jp/"],
img[src^="https://b92.yahoo.co.jp/"]{
    width:auto; height: auto;
}


