<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
#titleArea
{
	width: 100%;
	height: 150px;
	background: url("../../images/staff1/title_back.png") 85% 0px no-repeat #f5faff;
	background-size:cover;
	overflow: hidden;
	margin-top: 60px;
	position: relative;
}
#titleBox
{
	position: absolute;
	top: 50%;

	width: 95%;
	margin: -34px auto auto 20px;
	border-width: thin;
	border-color: #d36f6f;
}
#titleBox img
{
	height: 60px;
}</pre></body></html>