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

.topimg {
	background: url(../images/topimgbg.jpg) 50% 0 no-repeat;
}

.content {
	padding:0 10px 0 10px;
}

.txt1 {
	max-width:940px;
	margin:50px auto 0 auto;
	font-size:16px;
	font-size:1.6rem;
}

@media screen and (max-width:710px){

.txt1 {
	margin:30px auto 0 auto;
	font-size:14px;
	font-size:1.4rem;
}

}

.title1 {
	max-width:940px;
	margin:80px auto 0 auto;
	text-align:center;
	font-size:28px;
	font-size:2.8rem;
	color:#04287e;
}


@media screen and (max-width:710px){


.title1 {
	margin:40px auto 0 auto;
	font-size:20px;
	font-size:2.0rem;
}

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