<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; }
.glist {
	width: 80%;
	height: 175px;
	margin:0px 45px;
	padding: 25px 0px;
	text-align: center;
	border-top: 2px #999 solid;
}
.glist-new {
	height: 257px;
	background: url("../img/cmn/new.gif") top+40px center / 82px 32px no-repeat;
	border: none;
}
.glist-top {
	border: none!important;
}
.glist-last {
	border: none;
}
.glist a {
	margin:20px 0px;
	width: 240px;
	height:135px;
	display:inline-block;
}
.glist-new a {
	margin:57px 0px 20px;
}
.glist img {
	border: none;
	width: 240px;
	height:135px;
}

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