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

#mainContent .wrap.first {
	padding-top: 150px;
}

@media only screen and (max-width:640px) {
	#container {
		padding-top: 75px;
	}
	#mainContent {
		padding-top: 40px;
	}
	
	#mainContent .wrap.first {
		padding-top: 0;
	}

}

.section {

}

.section .wrap {
	max-width: 1000px;
	padding-left: 20px;
	padding-right: 20px;
}

.section .wrap .imgText span {
	display: none;
}

.section .wrap hr {
	border: 1px solid #CCC;
	height: 1px;
	background-color: #FFF;
	border-width: 1px 0 0 0;
}

.spImage {
	display: none;
}

@media only screen and (max-width:640px) {
	.pcImage {
		display: none;
	}
	.spImage {
		display: block;
	}
	
	.section .wrap .imgText span {
		display: block;
		text-align: left;
	}
	.section .wrap .imgText img {
		display: none;
	}
}



#mainContent .captionArea {
	padding: 40px 0 100px 0;
}

@media only screen and (max-width:640px) {
	#mainContent .captionArea {
		padding: 50px 0;
	}
}


#slider {
	max-width: 1020px;
	margin: 60px auto 0 auto;
}

#slider .arr {
	position: absolute;
	top: 40%;
	z-index: 5;
}

#slider .arr.arrL {
	left: 15px;
}
#slider .arr.arrR {
	right: 15px;
}

#slider .slideBody {
	max-width: 1020px;
	margin: 0 auto;
}
#slider .slideBody p {
	padding: 0 10px;
}

#slideThbs {
	max-width: 1008px;
	margin: 20px auto;
}

#slideThbs ul {
	/*display: flex;*/
}
#slideThbs ul li {
	padding: 0 4px;
	transition: opacity 0.3s;
	opacity: 0.4;
}

#slideThbs ul li.slick-current {
	opacity: 1;
}
@media only screen and (max-width:640px) {
	#slideThbs {
		display: none;
	}
	#slider .arr {
		top: 35%;
		width: 20px;
	}
}

.slick-track{
	margin:0 auto;
}</pre></body></html>