<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{background: url(../images/bg.png) repeat;}
#mainContents img{width: 100%;}
.inner{margin: 0 10px;}

/*
header
--------------------------------------------------*/
#header{
	position: fixed;
    width: 100%;
	background: url(../images/header_bg.png) repeat;
	z-index: 10;
}
#header .logo a{
	display: block;
	text-align: center;
}
#header .logo a img{
	height: 48px;
	display: inline-block;
}

/*
kv
--------------------------------------------------*/
#kv{
	padding: 100px 10px;
	margin: 80px 10px;
	background: #FFFFFF;
}

#lead{
	text-align: center;
	font-size: 16px;
	margin: 30px 0 0;
}


/*
item
--------------------------------------------------*/
.itemAnc{
	display: table;
	width: 100%;
	margin: 0 0 40px;
	z-index: 1;
}
.itemAnc li{
	display: table-cell;
	width:33.3%;
}

#item{padding: 0 0 50px;}

.itemContainer{
	margin: 0 auto 100px;
	widows: 100%;
}
.itemContainer h3{
	width: 220px;
	margin: 100px auto 60px;
}
.itemContainer .tx{
	text-align: center;
	font-size: 16px;
	margin: 0 auto 60px;
}
.itemContainer ul{
	width: 100%;
	margin: 0 0 20px;
}
.itemContainer .itemPh{margin: 0 auto 100px;}


/*
link
--------------------------------------------------*/
#link li{margin: 0 0 10px;}
#link li a{
    display: block;
    border: 2px solid #000;
    padding: 20px 0;
    font-size: 16px;
    text-align: center;
}



footer .change_mode_ {
    bottom: 30%;
}

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