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

header,
nav,
footer,
.sp {
	display: none;
}

a[href^="tel:"] {
	pointer-events: none;
	text-decoration: none;
}

/*--------------------
	font style
--------------------*/

h1,
h2,
h3 {
	font-weight: 100;
	font-style: normal;
}

.cap {
	font-size: 81.3%;
	line-height: 1.7
}


/* -----------------------------
	 font
---------------------------------*/



/* -----------------------------
	 structure 
---------------------------------*/

#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.wrap_960 {
	width: 960px;
	height: auto;
	margin: 0 auto;
	position: relative;
}


.contents_wrap {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	position: relative;
}

.img_wrap {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.wrap {
	margin: 0 auto;
	width: 880px;
	height: 100%;
	color: #333;
	position: relative;
}

/*-------------------------
　　　　crumb
----------------------------*/

#crumb {
	padding: 10px 0;
	width: 100%;
	position: relative;
}

#crumb ul {
	margin: 0 auto;
	padding-left: 27px;
	width: 933px;
	font-size: 70%;
	color: #333;
}

#crumb ul li {
	float: left;
	display: inline;
}



/*--------------------
	pagetop
--------------------*/

.pagetop {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: right;
	font-size: 83%;
}

.pagetop a {
	text-decoration: none;
}

.pagetop a:hover,
.pagetop a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


@media screen and (max-width: 640px) {

	/* -----------------------------
	 hide 
---------------------------------*/
	#siteHeader,
	#navi,
	#siteFooter,
	.pc,
	.hide {
		display: none;
	}

	#navi.scroll {
		display: none;
	}

	/* -----------------------------
	 show 
---------------------------------*/
	header,
	nav,
	footer,
	.sp {
		display: block;
	}

	/* -----------------------------
	 structure 
---------------------------------*/
	.wrap {
		width: 90%;
		height: 100%;
		color: #333;
	}


	/* -----------------------------
	 header 
---------------------------------*/
	header,
	footer img {
		zoom: 50%;
	}
	header {
		margin: 14px 10px;
		padding: 14px 10px 10px;
	}
	header .logo {
		float: left;
	}
	header .sitemap {
		float: right;
		display: block;
		padding-top: 8px;
		padding-left: 16px;
		height: 14px;
		font-size: 75%;
		line-height: 75%;
		background: url(../images/smp/icon-rightblack.png) 0 8px no-repeat;
	}
	header:after {
		content: "";
		display: block;
		clear: both;
	}
	/*-------------------------
　　　　crumb
----------------------------*/
	#crumb {
		padding: 0 0 10px 0;
		width: 100%;
		position: relative;
	}
	#crumb ul {
		padding-left: 10px;
		width: 100%;
		font-size: 60%;
	}
	#crumb ul li {
		float: left;
		display: inline;
	}


	/*--------------
	nav menu
-----------------*/
	nav {
		display: block;
		margin: 0 auto;
		width: 100%;
		height: auto;
		font-size: 1.0rem;
		position: relative;
	}



	/*--------------
	footer
-----------------*/
	footer {
		display: block;
		width: 100%;
		height: auto;
		padding: 20px 0 8px;
		text-align: center;
		position: relative;
	}
	/* footer nav */
	footer nav.other {
		*zoom: 1;
		padding: 15px 0 10px;
	}
	footer nav.other:after {
		content: "";
		display: block;
		clear: both;
	}
	footer nav.other a {
		font-weight: bold;
		font-size: 62.5%;
		line-height: 1em;
	}
	footer nav.other a:first-child {
		padding-right: 20px;
	}
	footer nav.other a img {
		vertical-align: baseline;
	}
	footer small {
		font-size: 43%;
	}



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