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

.navitopicpath_{
	width: 990px;
	margin: 0 auto 25px;
}
#bread-crumb-list{width: auto;}

/*
kv
--------------------------------------------------*/
#kv{
	width: 100%;
	margin: 0 auto 50px;
}
#kv h2{
	text-align: center;
	margin: 0 0 30px
}


/*
lead
--------------------------------------------------*/
#lead{
	margin: 0 0 50px;
	text-align: center;
}

/*
item
--------------------------------------------------*/
#item{
	width: 990px;
	height: 2950px;
	margin: 0 auto;
}
#item ul li{
	padding: 50px 0 0;
	margin: 0 130px 60px 0;
	width: 430px;
	float: left;
}
#item ul li:nth-child(2n+0){
	margin: 0;
}
#item ul li .tx{
	width: 430px;
	margin: 0 0 20px;
	text-align: center;
}
#item a{
	position:relative;
	display: block;
    text-decoration: none;
}
#item .check{
	position: absolute;
    top: 0;
    left: 0;
    background: url(../images/hovar.png) no-repeat 50% top;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
    filter: alpha(opacity=0);
}
#item .check:hover{	
    opacity: 1;
    filter: alpha(opacity=100);
}
.txTop{
	border-bottom: solid 1px #434343;
	margin: 0 0 20px;
}
h3{
	font-size: 24px;
	margin: 20px auto 10px;
	text-align: center;
}

h4{
	font-size: 21px;
	margin: 20px auto 10px;
	text-align: center;
}

.btn a:hover{opacity: 0.65;}



#allItem{
	width: 990px;
	margin: 0 auto 140px;
}
#allItem ul li{
	width: 300px;
	margin: 0 auto 30px;
}






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