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

/* =======================================
	import CSS
======================================= */
@import url("reset.css");
@import url("common.css");



/* =======================================
	wideslider
======================================= */
.wideslider {
	margin: 15px 0 0;
	padding-bottom: 60px;
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider ul li img {
	width: 100%;
	display: none;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: #fff url(../img/top/prev.jpg) no-repeat right center;}
.slider_next {background: #fff url(../img/top/next.jpg) no-repeat left center;}

.pagination {
	bottom: 35px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.pagination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	background: #333;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

#stop {
	width: 960px;
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 150;
	text-align: right;
}
#stop a {
	width: 150px;
	display: inline-block;
	overflow: hidden;
}


/* =======================================
	見出し
======================================= */
h2 {
	padding: 0 0 15px;
	font-size: 110%;
	font-weight:bold
}


/* =======================================
	facilitylist
======================================= */
#facilitylist {
	margin: 0 0 20px 0;
	padding: 20px 0 0 22px;
	width: 936px;
	background: #fff;
	border: 1px solid #bddfdc;
}

#facilitylist span {
	display: block;
	padding: 5px 0;
}

#facilitylist p {
	padding: 0 0 5px;
	font-size: 90%;
}

.list-row {
	margin: 0 22px 15px 0;
	
}

.each-l {
	float: left;
	width: 290px;
}

.each-c {
	float: left;
	margin: 0 0 0 22px;
	width: 290px;
}

.each-r {
	float: right;
	width: 290px;
}

.each-l img,
.each-c img,
.each-r img, {
	height: 160;
	border-style: none;
}


/* =======================================
	news
======================================= */
#news {
	margin: 0 0 50px;
	padding: 20px 20px 10px 20px;
	width: 918px;
	background: #fff;
	border: 1px solid #bddfdc;
}

#news h2 {
	border-bottom: 1px solid #bddfdc;
}

#news dt {
	clear: left;
	float: left;
	padding: 10px 0 10px 15px;
	width: 8em;
}
#news dd {
	padding: 10px 0 10px 9em;
	border-bottom: 1px solid #bddfdc;
}
#news dd ul {
	padding-left: 1.6em;
	list-style-position: inside;
	list-style-type: square;
}
#news dd ul li {
	line-height: 200%;
	text-indent: -1.6em;
	color: #bddfdc;
}
#news dd ul li:first-child {
	margin-top: 15px;
}
#news dd ul li:last-child {
	margin-bottom: 5px;
}

#news p {
	padding: 15px 0 10px;
	zoom: 1;
}

#news span {
	display: block;
	padding: 5px 0 10px;
	zoom: 1;
}


/* =======================================
	media queries
======================================= */
@media screen and (max-width: 959px) {

	/* =======================================
		wideslider
	======================================= */
	#stop {
		width: 100%;
	}
}


/* =======================================
	Clearfix
======================================= */
#news:after,
#facilitylist:after,
.list-row:after,
.each-l:after,
.each-c:after,
.each-r:after {
	visibility: hidden;
	clear: both;
	display: block;
	content: " ";
	height: 0;
	font-size: 0;
}
* html #news,
* html #facilitylist,
* html .list-row,
* html .each-l,
* html .each-c,
* html .each-r { zoom: 1; /* IE6 */}
*:first-child+html #news,
*:first-child+html #facilitylist,
*:first-child+html .list-row,
*:first-child+html .each-l,
*:first-child+html .each-c,
*:first-child+html .each-r { zoom: 1; /* IE7 */}


/* #wideslider
-------------------------------- */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.wideslider ul {
	display: inline-block;
	overflow: hidden;
}
</pre></body></html>