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

/*
header
--------------------------------------------------*/
#header{
	position: fixed;
    width: 100%;
	background: url(../images/header_bg.png) repeat;
	z-index: 10;
}
#header .logo{
	width: 300px;
    padding: 20px 0;
    margin: 0 auto;
}

/*
kv
--------------------------------------------------*/
#kv{width: 100%;}
#kv img{
	width: 100%;
	text-align: center;
}

/*
mainContents
--------------------------------------------------*/
#mainContents{
	border-top: 30px solid #000;
	border-bottom: 30px solid #000;
	background: #e7bcb5;
	width: 100%;
	padding: 130px 0 200px;
}
.mainContentsInner{
	width: 990px;
	margin: 0 auto;
}
.contentsTtl{
	margin: 0 0 50px;
	text-align: center;
}
.contentsTtl img{display: inline-block;}
.lead{
	margin: 0 0 70px;
	text-align: center;
}

#itemList{
	width: 990px;
	margin: 0 0 80px;
}
#itemList li{
	float: left;
	width: 300px;
	padding: 0 45px 40px 0;
}
#itemList li:nth-child(3n){padding: 0 0 40px 0;}
#itemList li .img{margin: 0 0 20px;}
#itemList li .img:hover{
	background: url(../images/hover.png) no-repeat left top;
}
#itemList li .tx{text-align: center;}
#itemList li .tx .name{
	margin: 0 0 8px;
	font-size: 16px;
    line-height: 1;
}
#itemList li .tx .name .en{font-size: 8px;}
#itemList li .tx .price{font-size: 14px;}

#linkArea{text-align: center;}
.linkBtn img{display: inline-block;}
.linkBtn img:hover{opacity: 0.5;}

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

/*
footer
--------------------------------------------------*/
#footer{padding: 20px 0;}
#copyright{text-align: center;}



/*clearfix*/
.clearfix:after{
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix{
    *zoom:1;
}</pre></body></html>