<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.nasne_banner {
	display: block;
	margin: 20px auto 0;
	padding: 3px 10px;
	background: url(../image/nasne_banar.png) no-repeat center center;
	border: 1px solid #C5C5C5;
	width: 80%;
	height: auto;
	text-align: center;
	border-radius: 5px;        /* CSS3è‰æ¡ˆ */  
	-webkit-border-radius: 5px;    /* Androidç”¨ */  
}

.nasne_banner img {
	margin: 2px auto;
}

.img1 {
	display: block;
	margin: 0 auto;
}


@media screen and (max-width: 767px) {
.nasne_banner {
	background-size: cover;
}

.img1 {
	width: 190px;
	height: 19px;
}
.img2 {
	width: 146px;
	height: 10px;
}
.img3 {
	width: 179px;
	height: 10px;
}
}</pre></body></html>