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

#contents
{ overflow: hidden; }
/* wallpaper page thumbnail */
/* wallpaper page button */
.wpmenu {
	margin: 10px auto 5px;
	text-align:center;
	display: flex;
	justify-content: center;
	clear: both;
}
.wpmenu li {
	float: left;
	list-style-type: none!important;
	margin: 0px 22px;
}
.wpmenu li a{
	display:inline-block;
	content:'';
	width: 16px;
	height: 16px;
	background-image: url("../img/cmn/sctb_00.png");
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.wpmenu li a:hover, .wpmenu li a.sel:hover{ background-image: url("../img/cmn/sctb_01.png"); }
.wpmenu li a.sel{ background-image: url("../img/cmn/sctb_02.png"); }
.wplist {
	width:378px;
	margin: 40px auto;
	padding: 0px;
	text-align:center;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	background-image: url("../img/cmn/base_pat_00.gif");
	border: 3px solid pink;
}
.wplist li {
	display:inline-block;
	float: left;
	margin: 3px;
	width:120px;
	height:96px;
}
.wplist li a{
	display:inline-block;
	width: 120px;
	height: 96px;
}
.wplist li a img{
	border: 0px;
	width: 120px;
	height: 96px;
	margin:0px;
	padding:0px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2);
}
</pre></body></html>