<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: 300px;
	background: url("../../images/interview-president/title_back.png") right bottom no-repeat #f5faff;
	overflow: hidden;
	margin-top: 77px;
	position: relative;
}
#titleBox
{
	position: absolute;
	top: 50%;

	width: 95%;
	margin: -19px auto auto 20px;
	border-width: thin;
	border-color: #d36f6f;
}
#imageBox {
	margin-right: 20px;
	margin-left: 20px;
}
.image {
	margin-top: 20px;
	width: 100%;
}
.daihyo {
	margin-top: 20px;
	margin-bottom: 0px;
}
.sign {
	margin-left: 20px;
}
.name-sign{
	font-size: 180%;
}</pre></body></html>