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

/*------------------------------------------------

	contents

---------------------------------------------------*/
#contents {
	position: relative;
	overflow: hidden;
	width: 100%;
	background-color: #fff;
	z-index: 1;
}

.intro {
	width: 875px;
	overflow: hidden;
	margin: 0 auto 58px;
	padding-right: 75px;
}

.intro p {
	float: right;
}
.intro p.st {
	width: 151px;
	margin: 70px 0 0 128px;
	
}
.intro p.sst {
	width: 21px;
	margin:113px 0 0 102px;
}
.intro p.desc {
	width: 372px;
	margin-top:139px;
}

#con_history {
	width: 100%;
	padding-top: 60px;
	position: relative;
}
#con_history ul li {
	width: 100%;
}
#con_history ul li.page1 {
	background: url(../history/images/bg_p1.jpg) no-repeat 0 bottom;
	background-size: cover;
}
#con_history ul li.page2 {
	background: url(../history/images/bg_p2.jpg) no-repeat 0 bottom;
	background-size: cover;
}
#con_history ul li.page3 {
	background: url(../history/images/bg_p3.jpg) no-repeat 0 bottom;
	background-size: cover;
}
#con_history ul li.page4 {
	background: url(../history/images/bg_p4.jpg) no-repeat 0 bottom;
	background-size: cover;
}
#con_history ul li.page5 {
	background: url(../history/images/bg_p5.jpg) no-repeat 0 bottom;
	background-size: cover;
}

#con_history ul li .hisCont{
	width: 365px;
	padding: 0 25px;
	background: url(../history/images/bg_slide.png) repeat 0 0;
}
#con_history ul li .hisCont h3{
	margin-bottom: 114px;
	padding-top: 159px;
}
#con_history ul li .hisCont p.article{
	color: #fff;
	font-size: 1.5em;
	line-height: 2.2;
}
#con_history .controls {
}

.bx-next {
	position:absolute;
	top:320px;
	left: 220px;
	z-index:110;
	width: 15px;
	height: 30px;
	text-indent: -9999px;
	background: url(../history/images/next.png) no-repeat 0 0;
	display: block;
}
a.bx-next:hover {
	background: url(../history/images/next.png) no-repeat 0 0;
}

/*previous button*/
.bx-prev {
	position:absolute;
	z-index:110;
	width: 15px;
	height: 30px;
	text-indent: -9999px;
	background: url(../history/images/prev.png) no-repeat 0 0;
	display: block;
	top:320px;
	left: 190px;
}
.bx-prev:hover {
	background: url(../history/images/prev.png) no-repeat 0 0;
}

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