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

div.tolink {
	width: 378px;
	position: relative;
}

.tolink a {
	display: block;
	position: absolute;
}

.tolink .btn1 {
	top: 79px;
	left: 18px;
}
.tolink .btn2 {
	top: 33px;
	left: 147px;
}
.tolink .btn3 {
	top: 79px;
	left: 273px;
}
.tolink .btn4 {
	top: 196px;
	left: 18px;
}
.tolink .btn5 {
	top: 244px;
	left: 147px;
}
.tolink .btn6 {
	top: 196px;
	left: 273px;
}

/*ＮＥＷアイコン↓*/

.new::after {
   content: "NEW!";
   margin-left: 5px;
   color: #fff;
   background: red;
   padding: 1px 3px;
   font-size:14px;
}

</pre></body></html>