<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 {
	padding-top: 150px;
}

.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;
	}
}


h2 {
	height: 52px;
	background-image: url(../imgs/h2-bg.png);
	background-repeat: repeat-x;
	line-height: 52px;
	color: #b09f60;
	text-align: center;
	font-size: 22px;
	position: relative;
	max-width: 570px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}

h2:before {
	display: block;
	content: "";
	width: 30px;
	height: 52px;
	background-image: url(../imgs/h2-before.png);
	position: absolute;
	top: 0;
	left: 0;
}
h2:after {
	display: block;
	content: "";
	width: 30px;
	height: 52px;
	background-image: url(../imgs/h2-after.png);
	position: absolute;
	top: 0;
	right: 0;
}

@media only screen and (max-width:640px) {
	
	#mainContent {
		padding-top: 100px;
	}

	h2 {
		line-height: 32px;
		font-size: 18px;
		height: 32px;
		background-size: 100% 100%;
		margin-bottom: 30px;
	}
	h2:before,
	h2:after {
		height: 32px;
		width: 20px;
		background-size: 100% 100%;
	}
	
}

p.emp{
	color: #910200;
}


.print {
	text-align: center;
	padding: 40px 0 0 0;
}

.print a img {
	transition: all 0.3s;
	opacity: 1;
}

.print a:hover img {
	opacity: 0.7;
}

@media only screen and (max-width:640px) {
	.print {
		display: none;
	}
}

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