
div.mainimg {
	background: url(images/top_mainimg_text_bg.png) no-repeat center bottom,
	url(images/top_mainimg_bg_n.jpg) no-repeat center top;
	height: 680px;
}

div.mainimg h1 {
	padding: 100px 0 75px 0;
}

div.mainimg p {
	color: white;
	font-size: 17px;
	font-weight: 700;
	text-align: center;
}

div.servicecopy h3 {
	font-size: 35px;
}

div.servicecopy p {
	color: #dfa200;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
}

ul.service {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

ul.service li {
	background-color: #1a249d;
	border-radius: 10px;
	color: white;
	padding: 20px;
	width: 350px;
}

ul.service li h3 {
	font-size: 30px;
	padding-top: 20px;
}

ul.service li p {
	font-size: 15px;
	font-weight: 700;
	padding: 0 20px;
}

ul.service-s {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

ul.service-s li {
	background-color: #dfdfdf;
	border-radius: 5px;
	margin: 10px;
	padding: 20px;
	width: 250px;
}

ul.service-s li h4 {
	display: table-cell;
	font-size: 22px;
	height: 70px;
	text-align: center;
	vertical-align: middle;
	width: 250px;
}

ul.service-s li h4 span.small {
	display: block;
}

ul.service-s li div.text {
	min-height: 140px;
}

ul.service-s li div.text p {
	font-size: 14px;
}

p.staffcopy {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
}

ul.staff {
	padding-left: 100px;
}

ul.staff li {
	background-color: white;
	border-radius: 10px;
	margin: 20px 0;
	padding: 30px 50px 50px 250px;
	position: relative;
}

ul.staff li div.img {
	left: -100px;
	position: absolute;
	top: 100px;
}

ul.staff li div.img img {
	border-radius: 50%;
}

ul.staff li div.name {
	padding-bottom: 20px;
}

ul.staff li div.name p:nth-child(1) {
	color: #dfa200;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3em;
}

ul.staff li div.name h3 {
	font-size: 30px;
	padding-bottom: 20px;
	text-align: left;
}

ul.staff li div.name h3 em {
	font-size: 25px;
}

ul.staff li div.name table th {
	background-color: #1a249d;
	border: none;
	color: white;
	font-size: 14px;
	line-height: 1.5em;
	vertical-align: middle;
	width: 30%;
}

ul.staff li div.name table td {
	border: none;
	font-size: 18px;
	font-weight: 700;
	line-height: 1em;
	padding: 5px 20px;
}

ul.staff li table.profile th {
	background-color: #f2f3fd;
	border-bottom: 1px dotted #959595;
	border-top: 1px dotted #959595;
	font-size: 14px;
	padding: 5px 30px;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
	width: 30%;
}

ul.staff li table.profile td {
	border-bottom: 1px dotted #959595;
	border-top: 1px dotted #959595;
	font-size: 14px;
	padding: 5px 20px;
}

ul.qa li {
	background-color: rgba(255,255,255,.8);
	border: 8px solid #f2e1d1;
	border-radius: 10px;
	margin: 20px 0;
	padding: 30px 30px;
}

ul.qa li div.q {
	background-color: #1a249d;
	border-radius: 3px;
	color: white;
	font-weight: 700;
	margin: 0 auto;
	text-align: center;
	width: 100px;
}

ul.qa li h3 {
	border-bottom: 3px dotted #1a249d;
	font-size: 22px;
	padding: 20px 0 10px 0;
}

ul.qa li p {
	padding: 0 50px;
	text-align: center;
}

div.company {
	background: url(images/top_company_bg.jpg) no-repeat center top 150px;
}

div.company table.list-table {
	width: 750px;
}
