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

body{line-height: 1.8;}
.inner{
	width: 1024px;
	margin: 0 auto;
}

/*--------------------------------------------------
 header
--------------------------------------------------*/
#header{
	background: #000;
	width: 100%;
	position: fixed;
	top: 0;
	padding: 5px 0;
	margin-top: 0;
	z-index: 1;
}
#header .logo{
	width: 240px;
	text-align: center;
	padding: 16px 0;
	margin: 0 auto;
}


/*--------------------------------------------------
 contents
--------------------------------------------------*/
#contentsWrapper{
	background: #000;
}

/* kv
-----------------------------------*/
#kv{
	background: url(../images/star_top.gif) repeat-x top center;
    width: 100%;
	padding: 388px 0 60px;
	margin: 0 0 15px;
}

/* lead
-----------------------------------*/
#lead{
    margin: 0 0 70px;
	text-align: center;
	color: #fff;
}


/* item
-----------------------------------*/
#item{
	background: url(../images/contents_bg.png) repeat-y;
}
#item .frame{height: 24px;}
.itemInner{padding: 0 40px;}
.itemLead{text-align: center;}
#item ul{margin: 0 0 50px;}
#item ul li{
	float: left;
	width: 322px;
	height: 560px;
	padding: 0 22px 0 0;
	margin: 0 0 40px;
}
#item ul li:nth-child(3n){
	width: 300px;
	padding: 0;
}
#item ul li a:hover{opacity: 0.65;}
#bijou{margin: 0 0 80px;}
#gold{margin: 0 0 150px;}
.btn{
	width: 360px;
	margin: 0 auto;
}
.btn a{
	display: block;
	border: 2px solid #000;
	width: 100%;
	padding: 26px 0;
	text-align: center;
	font-size: 18px;
}
.btn a:hover{
	border: 2px solid #cda32e;
	background: #cda32e;
	color: #fff;
}


/*-----------------------------------------------------------------------
pagetop
------------------------------------------------------------------------*/
#pagetop{
	display: block;
    position: fixed;
	right: 30px;
    bottom: 35px;
}
#pagetop img:hover{opacity: 0.75;}


/*--------------------------------------------------
 footer
--------------------------------------------------*/
#footer{
	background: url(../images/star_bottom.gif) repeat-x bottom center;
	padding: 50px 0 280px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}</pre></body></html>