<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body{margin:0; padding:0; background-color:#04bdff;}

a,img,table{border:0;}

/* シールページ
---------------------------------------------------- */
#wrapper{
	background:url(../images/scrap.jpg) no-repeat;
	width:760px;
	height:1277px;
	margin:0 auto;
	padding:0 10px;
	box-sizing:border-box;
	position:relative;
	overflow:hidden;
}

.btn_scrap{
	position:absolute;
	bottom:56px;
	right:29px;
}
</pre></body></html>