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

#entry #title {
	background-image: url(images/title.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 146px;
	width: 740px;
	margin-bottom: 20px;
}
#entry #title h3 {
	display: none;
}
#entry #title p {
	display: none;
}





#voice {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/illust.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 150px;
}
#voice h5 {
	display: none;
}
#voice p {
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	padding-left: 10px;
}


#questionnaire {
	margin-left: 20px;
}
#questionnaire .client {
	float: left;
	width: 340px;
	text-align: left;
	display: block;
	height: 200px;
	border: 3px solid #04A2DF;
	margin-right: 20px;
	margin-bottom: 20px;
}

#questionnaire .client .pic {
	width: 100px;
	margin-top: 7px;
	margin-left: 7px;
	float: left;
}
#questionnaire .client .pic .enlarge {
	text-align: center;
	padding-top: 5px;
}
#questionnaire .client .text {
	margin-top: 7px;
	margin-left: 5px;
	float: left;
	width: 215px;
}
#questionnaire .client .text h4 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #0087C9;
	height: 20px;
	overflow: hidden;
}
#questionnaire .client .text p {
	font-size: 10px;
	line-height: 16px;
	height: 64px;
	overflow: hidden;
}
#questionnaire .client .text p.cv {
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	color: #FF6600;
	height: 16px;
	overflow: hidden;
}
#questionnaire .client .text p.ev {
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	color: #FF6600;
	height: 16px;
	overflow: hidden;
}



#questionnaire #questionnaire_end {
	height: 10px;
	width: 700px;
	clear: both;
}
#questionnaire #questionnaire_end p {
	display: none;
}
</pre></body></html>