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

/* =======================================

	CommonElements

======================================= */
/* .slideShow
------------------------- */
.slideShow {
	/*margin: 0 auto;*/
	text-align: left;
	display: none;
}

/* .mainView
------------------------- */
.slideShow .mainView {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.slideShow .mainView ul {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
}
section#hbn .mainView ul {
	margin: 0;
	padding: 0;
}
.slideShow .mainView ul li {
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	position: absolute;
}
.slideShow .mainView ul li img {
	width: 100%;
}
.slideShow p {
	position: absolute;
	margin: 0;
	padding: 2px 10px;
	bottom: 0;
	left: 0;
	z-index: 1000;
	background-color: rgba(0,0,0,0.5);
	color: #FFF;
	font-size: 90%;
	line-height: 1.4em;
}

/* .thumbNail
------------------------- */
.slideShow .thumbNail {
	width: 100%;
	overflow: hidden;
}

.slideShow .thumbNail ul {
	width: 110%;
	margin: 5px 0 0;
	padding: 0;
}
section#hbn .thumbNail ul {
	margin: 0;
}

.slideShow .thumbNail ul li {
	float: left;
	display: inline;
	overflow: hidden;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.slideShow .thumbNail ul li img {
	width: 99%;
	height: auto;
}

.slideShow .thumbNail ul li.active {
	filter: alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

/* sideNavi
------------------------- */
.slideShow .mainView .btnPrev,
.slideShow .mainView .btnNext {
	top: 0;
	width: 5%;
	height: 100%;
	position: absolute;
	z-index: 100;
}
.slideShow .mainView .btnPrev {
	left: 0;
	background: #ccc url(../img/btnPrev.png) no-repeat center center;
}
.slideShow .mainView .btnNext {
	right: 0;
	background: #ccc url(../img/btnNext.png) no-repeat center center;
}


/* =======================================
	ClearFixElements
======================================= */
.slideShow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.slideShow ul {
	display: inline-block;
	overflow: hidden;
}



/* ===========================================
	デスクトップ系 769 - 1024
=========================================== */
@media screen and (max-width: 1024px) {
	.slideShow {
		width: 800px;
	}
}
/* ===========================================
	タブレット系 749 - 768
=========================================== */
@media screen and (max-width: 768px) {
	.slideShow {
		width: 100%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 420px) {
	.slideShow {
		max-width: 100%;
		overflow: hidden;
	}
}
</pre></body></html>